#include <L1GlobalTriggerReadoutRecord.h>
Public Member Functions | |
const bool | decision () const |
const bool | decision (int bxInEventValue) const |
const DecisionWord & | decisionWord () const |
const DecisionWord & | decisionWord (int bxInEventValue) const |
const cms_uint16_t | finalOR () const |
const cms_uint16_t | finalOR (int bxInEventValue) const |
std::vector< L1GtFdlWord > & | gtFdlVector () |
const std::vector< L1GtFdlWord > | gtFdlVector () const |
get the vector of L1GtFdlWord More... | |
const L1GtFdlWord | gtFdlWord () const |
const L1GtFdlWord | gtFdlWord (int bxInEventValue) const |
get / set FDL word (record) in the GT readout record More... | |
const L1GtfeWord | gtfeWord () const |
get / set GTFE word (record) in the GT readout record More... | |
std::vector< L1GtPsbWord > & | gtPsbVector () |
const std::vector< L1GtPsbWord > | gtPsbVector () const |
get the vector of L1GtPsbWord More... | |
const L1GtPsbWord | gtPsbWord (cms_uint16_t boardIdValue) const |
const L1GtPsbWord | gtPsbWord (cms_uint16_t boardIdValue, int bxInEventValue) const |
get / set PSB word (record) in the GT readout record More... | |
L1GlobalTriggerReadoutRecord () | |
constructors More... | |
L1GlobalTriggerReadoutRecord (const int numberBxInEvent, const int numberFdlBoards, const int numberPsbBoards) | |
L1GlobalTriggerReadoutRecord (const L1GlobalTriggerReadoutRecord &) | |
copy constructor More... | |
L1GlobalTriggerReadoutRecord (int NumberBxInEvent) | |
const edm::RefProd< L1MuGMTReadoutCollection > | muCollectionRefProd () const |
get / set reference to L1MuGMTReadoutCollection More... | |
bool | operator!= (const L1GlobalTriggerReadoutRecord &) const |
unequal operator More... | |
L1GlobalTriggerReadoutRecord & | operator= (const L1GlobalTriggerReadoutRecord &) |
assignment operator More... | |
bool | operator== (const L1GlobalTriggerReadoutRecord &) const |
equal operator More... | |
void | print (std::ostream &myCout) const |
pretty print the content of a L1GlobalTriggerReadoutRecord More... | |
void | printGtDecision (std::ostream &myCout) const |
void | printGtDecision (std::ostream &myCout, int bxInEventValue) const |
print global decision and algorithm decision word More... | |
void | printTechnicalTrigger (std::ostream &myCout) const |
void | printTechnicalTrigger (std::ostream &myCout, int bxInEventValue) const |
print technical triggers More... | |
void | reset () |
clear the record More... | |
void | setDecision (const bool &t) |
void | setDecision (const bool &t, int bxInEventValue) |
set global decision, decision word and technical trigger word More... | |
void | setDecisionWord (const DecisionWord &decisionWordValue) |
void | setDecisionWord (const DecisionWord &decisionWordValue, int bxInEventValue) |
void | setGtFdlWord (const L1GtFdlWord &) |
void | setGtFdlWord (const L1GtFdlWord &, int bxInEventValue) |
void | setGtfeWord (const L1GtfeWord &) |
void | setGtPsbWord (const L1GtPsbWord &, cms_uint16_t boardIdValue) |
void | setGtPsbWord (const L1GtPsbWord &, cms_uint16_t boardIdValue, int bxInEventValue) |
void | setGtPsbWord (const L1GtPsbWord >PsbWordValue) |
void | setMuCollectionRefProd (const edm::RefProd< L1MuGMTReadoutCollection > &) |
void | setMuCollectionRefProd (edm::Handle< L1MuGMTReadoutCollection > &) |
void | setTechnicalTriggerWord (const TechnicalTriggerWord &ttWordValue) |
void | setTechnicalTriggerWord (const TechnicalTriggerWord &ttWordValue, int bxInEventValue) |
const TechnicalTriggerWord & | technicalTriggerWord () const |
const TechnicalTriggerWord & | technicalTriggerWord (int bxInEventValue) const |
virtual | ~L1GlobalTriggerReadoutRecord () |
destructor More... | |
Private Attributes | |
std::vector< L1GtFdlWord > | m_gtFdlWord |
L1GtfeWord | m_gtfeWord |
std::vector< L1GtPsbWord > | m_gtPsbWord |
edm::RefProd< L1MuGMTReadoutCollection > | m_muCollRefProd |
Friends | |
std::ostream & | operator<< (std::ostream &, const L1GlobalTriggerReadoutRecord &) |
output stream operator More... | |
Description: readout record for L1 Global Trigger.
Implementation: <TODO: enter implementation details>
Description: see header file.
Implementation: <TODO: enter implementation details>
Definition at line 46 of file L1GlobalTriggerReadoutRecord.h.
L1GlobalTriggerReadoutRecord::L1GlobalTriggerReadoutRecord | ( | ) |
L1GlobalTriggerReadoutRecord::L1GlobalTriggerReadoutRecord | ( | int | NumberBxInEvent | ) |
Definition at line 33 of file L1GlobalTriggerReadoutRecord.cc.
References m_gtFdlWord, m_gtfeWord, m_gtPsbWord, and L1GlobalTriggerReadoutSetup::NumberPsbBoards.
L1GlobalTriggerReadoutRecord::L1GlobalTriggerReadoutRecord | ( | const int | numberBxInEvent, |
const int | numberFdlBoards, | ||
const int | numberPsbBoards | ||
) |
Definition at line 58 of file L1GlobalTriggerReadoutRecord.cc.
References m_gtFdlWord, m_gtfeWord, and m_gtPsbWord.
L1GlobalTriggerReadoutRecord::L1GlobalTriggerReadoutRecord | ( | const L1GlobalTriggerReadoutRecord & | result | ) |
copy constructor
Definition at line 76 of file L1GlobalTriggerReadoutRecord.cc.
References m_gtFdlWord, m_gtfeWord, m_gtPsbWord, m_muCollRefProd, and mps_fire::result.
|
virtual |
const bool L1GlobalTriggerReadoutRecord::decision | ( | ) | const |
Definition at line 152 of file L1GlobalTriggerReadoutRecord.cc.
const bool L1GlobalTriggerReadoutRecord::decision | ( | int | bxInEventValue | ) | const |
get Global Trigger decision, decision word and technical trigger word overloaded w.r.t. bxInEvent argument bxInEvent not given: for bunch cross with L1Accept
Definition at line 132 of file L1GlobalTriggerReadoutRecord.cc.
References LogTrace, and m_gtFdlWord.
Referenced by L1GtAnalyzer::analyzeDecisionReadoutRecord(), and L1Filter::filter().
const DecisionWord & L1GlobalTriggerReadoutRecord::decisionWord | ( | ) | const |
Definition at line 207 of file L1GlobalTriggerReadoutRecord.cc.
const DecisionWord & L1GlobalTriggerReadoutRecord::decisionWord | ( | int | bxInEventValue | ) | const |
Definition at line 186 of file L1GlobalTriggerReadoutRecord.cc.
References LogTrace, and m_gtFdlWord.
Referenced by L1Scalers::analyze(), BxTiming::analyze(), EcalTPGAnalyzer::analyze(), L1GtTrigReport::analyze(), L1TdeRCT::analyze(), L1TGT::analyze(), IsolatedGenParticles::analyze(), L1GtAnalyzer::analyzeDecisionReadoutRecord(), ecaldqm::ClusterTask::beginEvent(), L1BitComputer::compute(), EcalCosmicsHists::determineTriggers(), FWL1TriggerTableView::fillTable(), L1Filter::filter(), HLTLevel1Pattern::filter(), EcalExclusiveTrigFilter::filter(), L1GtUtils::l1Results(), ShallowEventDataProducer::produce(), L1GlobalTriggerRecordProducer::produce(), L1TriggerResultsConverter::produce(), HLTLevel1GTSeed::seedsL1TriggerObjectMaps(), and L1Analysis::L1AnalysisGT::Set().
const cms_uint16_t L1GlobalTriggerReadoutRecord::finalOR | ( | ) | const |
Definition at line 179 of file L1GlobalTriggerReadoutRecord.cc.
const cms_uint16_t L1GlobalTriggerReadoutRecord::finalOR | ( | int | bxInEventValue | ) | const |
Definition at line 159 of file L1GlobalTriggerReadoutRecord.cc.
References LogTrace, and m_gtFdlWord.
Referenced by L1GtTrigReport::analyze(), HLTLevel1GTSeed::hltFilter(), and L1GlobalTriggerRecordProducer::produce().
|
inline |
|
inline |
get the vector of L1GtFdlWord
Definition at line 119 of file L1GlobalTriggerReadoutRecord.h.
References m_gtFdlWord.
Referenced by L1TRate_Offline::analyze(), L1TRate::analyze(), L1GtTrigReport::analyze(), L1TGT::analyze(), L1TSync::analyze(), L1TSync_Offline::analyze(), L1TBPTX::analyze(), L1GtPackUnpackAnalyzer::analyzeGT(), L1GtDataEmulAnalyzer::compareDaqRecord(), L1GtHwValidation::compareDaqRecord(), and L1TSync_Offline::getBeamConfOffline().
const L1GtFdlWord L1GlobalTriggerReadoutRecord::gtFdlWord | ( | ) | const |
Definition at line 390 of file L1GlobalTriggerReadoutRecord.cc.
const L1GtFdlWord L1GlobalTriggerReadoutRecord::gtFdlWord | ( | int | bxInEventValue | ) | const |
get / set FDL word (record) in the GT readout record
Definition at line 372 of file L1GlobalTriggerReadoutRecord.cc.
References LogTrace, and m_gtFdlWord.
Referenced by TriggerHelper::acceptGtLogicalExpression(), GenericTriggerEventFlag::acceptGtLogicalExpression(), L1GtTrigReport::analyze(), L1TGT::analyze(), TrackerDpgAnalysis::analyze(), FWL1TriggerTableView::fillTable(), HLTPhysicsDeclared::filter(), PhysDecl::filter(), HLTPrescaler::filter(), L1GtUtils::l1Results(), L1GtUtils::prescaleFactorSetIndex(), L1GlobalTriggerRecordProducer::produce(), L1GTDigiToRaw::produce(), pat::PATTriggerEventProducer::produce(), and L1Analysis::L1AnalysisGT::Set().
const L1GtfeWord L1GlobalTriggerReadoutRecord::gtfeWord | ( | ) | const |
get / set GTFE word (record) in the GT readout record
Definition at line 367 of file L1GlobalTriggerReadoutRecord.cc.
References m_gtfeWord.
Referenced by L1Scalers::analyze(), L1TGT::analyze(), L1GtPackUnpackAnalyzer::analyzeGT(), L1GtDataEmulAnalyzer::compareDaqRecord(), L1GtHwValidation::compareDaqRecord(), and L1GTDigiToRaw::produce().
|
inline |
|
inline |
get the vector of L1GtPsbWord
Definition at line 131 of file L1GlobalTriggerReadoutRecord.h.
References m_gtPsbWord.
Referenced by L1GtPackUnpackAnalyzer::analyzeGT(), L1GtDataEmulAnalyzer::compareDaqRecord(), and L1GtHwValidation::compareDaqRecord().
const L1GtPsbWord L1GlobalTriggerReadoutRecord::gtPsbWord | ( | cms_uint16_t | boardIdValue | ) | const |
Definition at line 440 of file L1GlobalTriggerReadoutRecord.cc.
References gtPsbWord().
const L1GtPsbWord L1GlobalTriggerReadoutRecord::gtPsbWord | ( | cms_uint16_t | boardIdValue, |
int | bxInEventValue | ||
) | const |
get / set PSB word (record) in the GT readout record
Definition at line 421 of file L1GlobalTriggerReadoutRecord.cc.
References TauDecayModes::dec, LogTrace, and m_gtPsbWord.
Referenced by L1TGT::analyze(), ecaldqm::ClusterTask::beginEvent(), EcalCosmicsHists::determineTriggers(), EcalExclusiveTrigFilter::filter(), gtPsbWord(), L1GTDigiToRaw::produce(), and L1Analysis::L1AnalysisGT::Set().
const edm::RefProd< L1MuGMTReadoutCollection > L1GlobalTriggerReadoutRecord::muCollectionRefProd | ( | ) | const |
get / set reference to L1MuGMTReadoutCollection
Definition at line 352 of file L1GlobalTriggerReadoutRecord.cc.
References m_muCollRefProd.
Referenced by L1GtPackUnpackAnalyzer::analyzeGT().
bool L1GlobalTriggerReadoutRecord::operator!= | ( | const L1GlobalTriggerReadoutRecord & | result | ) | const |
unequal operator
Definition at line 125 of file L1GlobalTriggerReadoutRecord.cc.
References mps_fire::result.
L1GlobalTriggerReadoutRecord & L1GlobalTriggerReadoutRecord::operator= | ( | const L1GlobalTriggerReadoutRecord & | result | ) |
assignment operator
Definition at line 90 of file L1GlobalTriggerReadoutRecord.cc.
References m_gtFdlWord, m_gtfeWord, m_gtPsbWord, m_muCollRefProd, and mps_fire::result.
bool L1GlobalTriggerReadoutRecord::operator== | ( | const L1GlobalTriggerReadoutRecord & | result | ) | const |
equal operator
Definition at line 103 of file L1GlobalTriggerReadoutRecord.cc.
References m_gtFdlWord, m_gtfeWord, m_gtPsbWord, m_muCollRefProd, and mps_fire::result.
void L1GlobalTriggerReadoutRecord::print | ( | std::ostream & | myCout | ) | const |
pretty print the content of a L1GlobalTriggerReadoutRecord
Definition at line 515 of file L1GlobalTriggerReadoutRecord.cc.
References m_gtFdlWord, m_gtfeWord, m_gtPsbWord, and L1GtfeWord::print().
Referenced by L1GTDigiToRaw::produce().
void L1GlobalTriggerReadoutRecord::printGtDecision | ( | std::ostream & | myCout | ) | const |
Definition at line 326 of file L1GlobalTriggerReadoutRecord.cc.
References printGtDecision().
void L1GlobalTriggerReadoutRecord::printGtDecision | ( | std::ostream & | myCout, |
int | bxInEventValue | ||
) | const |
print global decision and algorithm decision word
Definition at line 311 of file L1GlobalTriggerReadoutRecord.cc.
References m_gtFdlWord.
Referenced by L1GtAnalyzer::analyzeDecisionReadoutRecord(), printGtDecision(), and HLTLevel1GTSeed::seedsL1TriggerObjectMaps().
void L1GlobalTriggerReadoutRecord::printTechnicalTrigger | ( | std::ostream & | myCout | ) | const |
Definition at line 346 of file L1GlobalTriggerReadoutRecord.cc.
References printTechnicalTrigger().
void L1GlobalTriggerReadoutRecord::printTechnicalTrigger | ( | std::ostream & | myCout, |
int | bxInEventValue | ||
) | const |
print technical triggers
Definition at line 332 of file L1GlobalTriggerReadoutRecord.cc.
References m_gtFdlWord.
Referenced by L1GtAnalyzer::analyzeDecisionReadoutRecord(), and printTechnicalTrigger().
void L1GlobalTriggerReadoutRecord::reset | ( | void | ) |
clear the record
Definition at line 500 of file L1GlobalTriggerReadoutRecord.cc.
References m_gtFdlWord, m_gtfeWord, m_gtPsbWord, and L1GtfeWord::reset().
void L1GlobalTriggerReadoutRecord::setDecision | ( | const bool & | t | ) |
Definition at line 259 of file L1GlobalTriggerReadoutRecord.cc.
References setDecision(), and submitPVValidationJobs::t.
void L1GlobalTriggerReadoutRecord::setDecision | ( | const bool & | t, |
int | bxInEventValue | ||
) |
set global decision, decision word and technical trigger word
Definition at line 240 of file L1GlobalTriggerReadoutRecord.cc.
References LogTrace, m_gtFdlWord, and submitPVValidationJobs::t.
Referenced by setDecision().
void L1GlobalTriggerReadoutRecord::setDecisionWord | ( | const DecisionWord & | decisionWordValue | ) |
void L1GlobalTriggerReadoutRecord::setDecisionWord | ( | const DecisionWord & | decisionWordValue, |
int | bxInEventValue | ||
) |
Definition at line 265 of file L1GlobalTriggerReadoutRecord.cc.
References LogTrace, and m_gtFdlWord.
Referenced by setDecisionWord().
void L1GlobalTriggerReadoutRecord::setGtFdlWord | ( | const L1GtFdlWord & | gtFdlWordValue | ) |
Definition at line 415 of file L1GlobalTriggerReadoutRecord.cc.
References m_gtFdlWord.
void L1GlobalTriggerReadoutRecord::setGtFdlWord | ( | const L1GtFdlWord & | gtFdlWordValue, |
int | bxInEventValue | ||
) |
Definition at line 395 of file L1GlobalTriggerReadoutRecord.cc.
References LogTrace, and m_gtFdlWord.
Referenced by L1GlobalTriggerFDL::fillDaqFdlBlock().
void L1GlobalTriggerReadoutRecord::setGtfeWord | ( | const L1GtfeWord & | gtfeWordValue | ) |
void L1GlobalTriggerReadoutRecord::setGtPsbWord | ( | const L1GtPsbWord & | gtPsbWordValue, |
cms_uint16_t | boardIdValue | ||
) |
void L1GlobalTriggerReadoutRecord::setGtPsbWord | ( | const L1GtPsbWord & | gtPsbWordValue, |
cms_uint16_t | boardIdValue, | ||
int | bxInEventValue | ||
) |
Definition at line 445 of file L1GlobalTriggerReadoutRecord.cc.
References TauDecayModes::dec, LogTrace, and m_gtPsbWord.
Referenced by L1GlobalTriggerPSB::fillPsbBlock(), and setGtPsbWord().
void L1GlobalTriggerReadoutRecord::setGtPsbWord | ( | const L1GtPsbWord & | gtPsbWordValue | ) |
Definition at line 491 of file L1GlobalTriggerReadoutRecord.cc.
References m_gtPsbWord.
void L1GlobalTriggerReadoutRecord::setMuCollectionRefProd | ( | const edm::RefProd< L1MuGMTReadoutCollection > & | refProdMuGMT | ) |
Definition at line 360 of file L1GlobalTriggerReadoutRecord.cc.
References m_muCollRefProd.
void L1GlobalTriggerReadoutRecord::setMuCollectionRefProd | ( | edm::Handle< L1MuGMTReadoutCollection > & | muHandle | ) |
Definition at line 356 of file L1GlobalTriggerReadoutRecord.cc.
References m_muCollRefProd.
void L1GlobalTriggerReadoutRecord::setTechnicalTriggerWord | ( | const TechnicalTriggerWord & | ttWordValue | ) |
Definition at line 305 of file L1GlobalTriggerReadoutRecord.cc.
References setTechnicalTriggerWord().
void L1GlobalTriggerReadoutRecord::setTechnicalTriggerWord | ( | const TechnicalTriggerWord & | ttWordValue, |
int | bxInEventValue | ||
) |
Definition at line 287 of file L1GlobalTriggerReadoutRecord.cc.
References LogTrace, and m_gtFdlWord.
Referenced by setTechnicalTriggerWord().
const TechnicalTriggerWord & L1GlobalTriggerReadoutRecord::technicalTriggerWord | ( | ) | const |
Definition at line 233 of file L1GlobalTriggerReadoutRecord.cc.
const TechnicalTriggerWord & L1GlobalTriggerReadoutRecord::technicalTriggerWord | ( | int | bxInEventValue | ) | const |
Definition at line 212 of file L1GlobalTriggerReadoutRecord.cc.
References LogTrace, and m_gtFdlWord.
Referenced by L1Scalers::analyze(), L1GtTrigReport::analyze(), RPCTTUMonitor::analyze(), L1TGT::analyze(), JetAnalyzer::analyze(), METAnalyzer::analyze(), L1BitComputer::compute(), FWL1TriggerTableView::fillTable(), HLTLevel1Pattern::filter(), HLTLevel1GTSeed::hltFilter(), L1GtUtils::l1Results(), ShallowEventDataProducer::produce(), L1GlobalTriggerRecordProducer::produce(), L1TExtCondLegacyToStage2::produce(), and L1Analysis::L1AnalysisGT::Set().
|
friend |
output stream operator
Definition at line 533 of file L1GlobalTriggerReadoutRecord.cc.
|
private |
Definition at line 157 of file L1GlobalTriggerReadoutRecord.h.
Referenced by decision(), decisionWord(), finalOR(), gtFdlVector(), gtFdlWord(), L1GlobalTriggerReadoutRecord(), operator=(), operator==(), print(), printGtDecision(), printTechnicalTrigger(), reset(), setDecision(), setDecisionWord(), setGtFdlWord(), setTechnicalTriggerWord(), and technicalTriggerWord().
|
private |
Definition at line 155 of file L1GlobalTriggerReadoutRecord.h.
Referenced by gtfeWord(), L1GlobalTriggerReadoutRecord(), operator=(), operator==(), print(), reset(), and setGtfeWord().
|
private |
Definition at line 159 of file L1GlobalTriggerReadoutRecord.h.
Referenced by gtPsbVector(), gtPsbWord(), L1GlobalTriggerReadoutRecord(), operator=(), operator==(), print(), reset(), and setGtPsbWord().
|
private |
Definition at line 161 of file L1GlobalTriggerReadoutRecord.h.
Referenced by L1GlobalTriggerReadoutRecord(), muCollectionRefProd(), operator=(), operator==(), and setMuCollectionRefProd().