Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
CALO JETS
PF JETS
Definition at line 32 of file InspectSum_calib.cc.
References ExpressReco_HICollisions_FallBack::cerr, gather_cfg::cout, CompHist::drawEps(), CompHist::drawPs(), CompHist::loadHistograms(), TopInspectSum::readConfig(), setNiceStyle(), ManipHist::sumHistograms(), CompHist::writeAs(), and TopInspectSum::writeOutput().
35 gStyle->SetOptStat( 0 );
39 <<
" Missing argument" << std::endl;
52 if( !strcmp(plots.
writeAs().c_str(),
"ps") ){
54 }
else if( !strcmp(plots.
writeAs().c_str(),
"eps") ){
58 <<
" Unknown file format requested: "
59 << plots.
writeAs() << std::endl;
65 std::cerr <<
"ERROR: " << str << std::endl;
72 std::cout <<
"Thanx and GoodBye " << std::endl;
void loadHistograms(std::vector< std::string > &, std::vector< TObjArray > &)
virtual void readConfig(std::string)