19 cout <<
"DTConfigTester::DTConfigTester()" << endl;
37 cout <<
"DTConfigTester::analyze()" << endl;
38 cout <<
"\tRun number :" << e.
id().
run() << endl;
39 cout <<
"\tEvent number :" << e.
id().
event() << endl;
46 cout <<
"\tPrint configuration :" << endl;
53 dtConfig->getDTConfigBti(btiid)->print();
54 dtConfig->getDTConfigTraco(tracoid)->print();
55 dtConfig->getDTConfigTSTheta(chid)->print();
56 dtConfig->getDTConfigTSPhi(chid)->print();
57 dtConfig->getDTConfigTrigUnit(chid)->print();
59 if(dtConfig->lutFromDB())
60 dtConfig->getDTConfigLUTs(chid)->print();
62 cout <<
"*******************************************************************************" << endl;
63 cout <<
"* DTTrigger configuration : LUT parameters from GEOMETRY *" << endl;
64 cout <<
"*******************************************************************************" << endl;
67 dtConfig->getDTConfigSectColl(scid)->print();
68 dtConfig->getDTConfigPedestals()->print();
EventNumber_t event() const
T getUntrackedParameter(std::string const &, T const &) const
virtual void analyze(const edm::Event &, const edm::EventSetup &)
~DTConfigTester()
Destructor.
DTConfigTester(const edm::ParameterSet &)
Constructor.