CMS 3D CMS Logo

Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/TopQuarkAnalysis/TopPairBSM/src/JetCombinatorics.cc File Reference

#include "TopQuarkAnalysis/TopPairBSM/interface/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.3 2009/07/30 06:02:21 jengbou Exp

________________________________________________________________

Definition at line 18 of file JetCombinatorics.cc.

References groupFilesInBlocks::temp.

Referenced by JetCombinatorics::Combinatorics().

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