# | Line 35 | Line 35 | bool AnaMenu::filter( const EventObj* ev | |
---|---|---|
35 | ||
36 | bool okL1 = false; | |
37 | ||
38 | + | // debug = true; |
39 | if (debug) std::cout <<"--------------------------------------------------------------"<<std::endl; | |
40 | if (debug) std::cout << "================== L1 names: "<< std::endl; | |
41 | std::vector<std::string> acceptL1_Names = theConfig.exists("acceptL1_Names") ? theConfig.getParameter<std::vector<std::string> >("acceptL1_Names") : std::vector<std::string>(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |