CMS 3D CMS Logo

Functions
JetCombinatorics.cc File Reference
#include "JetCombinatorics.h"
#include "TMath.h"
#include <iostream>

Go to the source code of this file.

Functions

std::string itoa (int i)
 

Function Documentation

◆ itoa()

std::string itoa ( int  i)

class: JetCombinatorics.cc package: Analyzer/TopTools

author: Francisco Yumiceva, Fermilab (yumic.nosp@m.eva@.nosp@m.fnal..nosp@m.gov)

version

Id
JetCombinatorics.cc,v 1.3 2009/07/30 06:02:21 jengbou Exp

Definition at line 17 of file JetCombinatorics.cc.

17  {
18  char temp[20];
19  sprintf(temp, "%d", i);
20  return ((std::string)temp);
21 }

References mps_fire::i, AlCaHLTBitMon_QueryRunRegistry::string, and groupFilesInBlocks::temp.

Referenced by JetCombinatorics::Combinatorics().

mps_fire.i
i
Definition: mps_fire.py:428
groupFilesInBlocks.temp
list temp
Definition: groupFilesInBlocks.py:142
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256