6 #include "TFileCollection.h" 19 int main(
int argc,
char * argv[])
21 TH1::SetDefaultSumw2();
36 std::cout <<
"This analysis has " << analysis.
size() <<
" events" << std::endl;
37 int nevts = analysis.
size();
39 for (
int i = 0 ; i < nevts ; ++i )
43 std::cout <<
"++++++ ENTRY " << i << std::endl;
51 std::string s_accept =
" fired ";
56 std::cout <<
"The path " <<
hltPath_ <<
" did not fire " << std::endl;
60 std::cout <<
"The path " <<
hltPath_ <<
" fired and has HLT PS = " << hltps << std::endl;
61 std::cout <<
"and its L1 seed " <<
l1Seed_ <<
" has the following prescale: " << l1ps << endl;
66 for (
int j = 0 ; j < l1jets->size() ; ++j )
69 std::cout <<
"L1 Jet: pT = " << l1jet.
pt() <<
", " << l1jet.
eta() <<
", " << l1jet.
phi() << std::endl;
int macro_config(int argc, char *argv[])
std::string triggerObjDir_
std::vector< std::string > triggerObjectsJets_
int main(int argc, char *argv[])