CMS 3D CMS Logo

Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/TopQuarkAnalysis/TopPairBSM/src/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

std::string itoa ( int  i)

_________________________________________________________________ class: JetCombinatorics.cc package: Analyzer/TopTools

author: Francisco Yumiceva, Fermilab (yumiceva@fnal.gov)

version

Id:
JetCombinatorics.cc,v 1.4 2012/10/11 14:25:45 eulisse Exp

________________________________________________________________

Definition at line 18 of file JetCombinatorics.cc.

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

Referenced by JetCombinatorics::Combinatorics().

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