25 configBlockIO ( cfg );
26 configBlockHist( cfg );
27 configBlockFit ( cfg );
30 int main(
int argc,
char* argv[])
33 gStyle->SetOptStat( 0 );
34 gStyle->SetOptFit ( 0 );
36 gStyle->SetStatColor(0);
37 gStyle->SetStatBorderSize(0);
38 gStyle->SetStatX(0.93);
39 gStyle->SetStatY(0.93);
40 gStyle->SetStatW(0.18);
41 gStyle->SetStatH(0.18);
45 <<
" Missing argument" << std::endl;
55 if( !strcmp(plots.
writeAs().c_str(),
"ps") ){
57 }
else if( !strcmp(plots.
writeAs().c_str(),
"eps") ){
61 <<
" Unknown file format requested: "
62 << plots.
writeAs() << std::endl;
69 std::cerr <<
"ERROR: " << str << std::endl;
76 std::cout <<
"works " <<
"thanx and GoodBye " << std::endl;
int main(int argc, char **argv)
virtual void readConfig(std::string)
boost::shared_ptr< ParameterSet > readConfig(std::string const &config)
void fillTargetHistograms()
void loadHistograms(std::vector< std::string > &, std::vector< TObjArray > &)