Enumerations | |
enum | ColList { ECALtp, HCALtp, RCTem, RCTrgn, GCTem, GCTjet, GCTisolaem, GCTnoisoem, GCTcenjets, GCTforjets, GCTtaujets, DTtpPh, DTtpTh, DTtf, DTtftrk, CSCtpa, CSCtpc, CSCtpl, CSCsta, CSCtf, CSCtftrk, CSCtftrc, CSCtfsta, MUrtf, RPCcen, RPCfor, LTCi, GMTmain, GMTcnd, GMTrdt, GTdword } |
enum | SysList { ETP, HTP, RCT, GCT, DTP, DTF, CTP, CTF, RPC, LTC, GMT, GLT } |
Variables | |
const int | DEnsys = 12 |
const std::string | SystLabel [DEnsys] |
const std::string | SystLabelExt [DEnsys] |
enum dedefs::ColList |
Definition at line 55 of file DEtrait.h.
00055 { 00056 ECALtp, HCALtp, 00057 RCTem, RCTrgn, 00058 GCTem, GCTjet, GCTisolaem, GCTnoisoem, GCTcenjets, GCTforjets, GCTtaujets, 00059 DTtpPh, DTtpTh, DTtf, DTtftrk, 00060 CSCtpa, CSCtpc, CSCtpl, CSCsta, CSCtf, CSCtftrk, CSCtftrc, CSCtfsta, 00061 MUrtf, RPCcen, RPCfor, 00062 LTCi, 00063 GMTmain, GMTcnd, GMTrdt, 00064 GTdword 00065 };
enum dedefs::SysList |
const int dedefs::DEnsys = 12 |
Definition at line 38 of file DEtrait.h.
Referenced by L1TDEMON::analyze(), L1TDEMON::beginJob(), L1TDEMON::endJob(), L1DEFilter::filter(), L1Comparator::L1Comparator(), L1DummyProducer::L1DummyProducer(), L1EmulBias::L1EmulBias(), L1TDEMON::L1TDEMON(), and L1Comparator::produce().
const std::string dedefs::SystLabel[DEnsys] |
Initial value:
{ "ETP", "HTP", "RCT", "GCT", "DTP", "DTF", "CTP", "CTF", "RPC", "LTC", "GMT", "GLT" }
Definition at line 45 of file DEtrait.h.
Referenced by L1TdeGCT::analyze(), L1TDEMON::analyze(), L1TDEMON::beginJob(), L1Comparator::L1Comparator(), L1DummyProducer::L1DummyProducer(), L1EmulBias::L1EmulBias(), and L1Comparator::process().
const std::string dedefs::SystLabelExt[DEnsys] |
Initial value:
{ "ECAL", "HCAL", "RCT", "GCT", "DTTPG", "DTTF", "CSCTPG", "CSCTF", "RPC", "LTC", "GMT", "GT" }
Definition at line 50 of file DEtrait.h.
Referenced by L1TDEMON::beginJob().