#include <GlobalBoard.h>
Public Member Functions | |
void | fillAlgRecord (int iBxInEvent, std::unique_ptr< GlobalAlgBlkBxCollection > &uGtAlgRecord, int prescaleSet, int menuUUID, int firmwareUUID) |
Fill the Daq Records. More... | |
const std::bitset < GlobalAlgBlk::maxPhysicsTriggers > & | getAlgorithmOR () const |
return algorithm OR decision More... | |
const BXVector< const l1t::L1Candidate * > * | getCandL1EG () const |
pointer to EG data list More... | |
const BXVector< const l1t::EtSum * > * | getCandL1EtSum () const |
pointer to Tau data list More... | |
const BXVector< const GlobalExtBlk * > * | getCandL1External () const |
pointer to Tau data list More... | |
const BXVector< const l1t::L1Candidate * > * | getCandL1Jet () const |
pointer to Jet data list More... | |
const BXVector< const l1t::Muon * > * | getCandL1Mu () const |
return global muon trigger candidate More... | |
const BXVector< const l1t::L1Candidate * > * | getCandL1Tau () const |
pointer to Tau data list More... | |
const std::bitset < GlobalAlgBlk::maxPhysicsTriggers > & | getDecisionWord () const |
return decision More... | |
GlobalBoard () | |
void | init (const int numberPhysTriggers, const int nrL1Mu, const int nrL1EG, const int nrL1Tau, const int nrL1Jet, int bxFirst, int bxLast) |
initialize the class (mainly reserve) More... | |
void | printGmtData (const int iBxInEvent) const |
print received Muon dataWord More... | |
void | receiveCaloObjectData (edm::Event &, const edm::EDGetTokenT< BXVector< l1t::EGamma >> &, const edm::EDGetTokenT< BXVector< l1t::Tau >> &, const edm::EDGetTokenT< BXVector< l1t::Jet >> &, const edm::EDGetTokenT< BXVector< l1t::EtSum >> &, const bool receiveEG, const int nrL1EG, const bool receiveTau, const int nrL1Tau, const bool receiveJet, const int nrL1Jet, const bool receiveEtSums) |
receive data from Global Muon Trigger More... | |
void | receiveExternalData (edm::Event &, const edm::EDGetTokenT< BXVector< GlobalExtBlk >> &, const bool receiveExt) |
void | receiveMuonObjectData (edm::Event &, const edm::EDGetTokenT< BXVector< l1t::Muon >> &, const bool receiveMu, const int nrL1Mu) |
void | reset () |
clear uGT More... | |
void | resetCalo () |
void | resetExternal () |
void | resetMu () |
void | runFDL (edm::Event &iEvent, const int iBxInEvent, const int totalBxInEvent, const unsigned int numberPhysTriggers, const std::vector< double > &prescaleFactorsAlgoTrig, const std::vector< unsigned int > &triggerMaskAlgoTrig, const std::vector< int > &triggerMaskVetoAlgoTrig, const bool algorithmTriggersUnprescaled, const bool algorithmTriggersUnmasked) |
run the uGT FDL (Apply Prescales and Veto) More... | |
void | runGTL (edm::Event &iEvent, const edm::EventSetup &evSetup, const TriggerMenu *m_l1GtMenu, const bool produceL1GtObjectMapRecord, const int iBxInEvent, std::unique_ptr< GlobalObjectMapRecord > >ObjectMapRecord, const unsigned int numberPhysTriggers, const int nrL1Mu, const int nrL1EG, const int nrL1Tau, const int nrL1Jet) |
run the uGT GTL (Conditions and Algorithms) More... | |
void | setBxFirst (int bx) |
void | setBxLast (int bx) |
void | setVerbosity (const int verbosity) |
virtual | ~GlobalBoard () |
Definition at line 52 of file GlobalBoard.h.
GlobalBoard::GlobalBoard | ( | ) |
Definition at line 61 of file GlobalBoard.cc.
References m_boardEventCount, m_gtlAlgorithmOR, m_gtlDecisionWord, m_l1CaloGeometryCacheID, m_l1GtMenuCacheID, m_l1MuTriggerScalesCacheID, m_uGtAlgBlk, m_uGtBoardNumber, m_uGtFinalBoard, and GlobalAlgBlk::reset().
|
virtual |
Definition at line 91 of file GlobalBoard.cc.
void GlobalBoard::fillAlgRecord | ( | int | iBxInEvent, |
std::unique_ptr< GlobalAlgBlkBxCollection > & | uGtAlgRecord, | ||
int | prescaleSet, | ||
int | menuUUID, | ||
int | firmwareUUID | ||
) |
Fill the Daq Records.
Definition at line 1017 of file GlobalBoard.cc.
References LogDebug.
|
inline |
return algorithm OR decision
Definition at line 135 of file GlobalBoard.h.
References m_gtlAlgorithmOR.
|
inline |
pointer to EG data list
Definition at line 141 of file GlobalBoard.h.
References m_candL1EG.
|
inline |
pointer to Tau data list
Definition at line 150 of file GlobalBoard.h.
References m_candL1EtSum.
|
inline |
pointer to Tau data list
Definition at line 153 of file GlobalBoard.h.
References m_candL1External.
|
inline |
pointer to Jet data list
Definition at line 144 of file GlobalBoard.h.
References m_candL1Jet.
return global muon trigger candidate
Definition at line 138 of file GlobalBoard.h.
References m_candL1Mu.
|
inline |
pointer to Tau data list
Definition at line 147 of file GlobalBoard.h.
References m_candL1Tau.
|
inline |
return decision
Definition at line 132 of file GlobalBoard.h.
References m_gtlDecisionWord.
void GlobalBoard::init | ( | const int | numberPhysTriggers, |
const int | nrL1Mu, | ||
const int | nrL1EG, | ||
const int | nrL1Tau, | ||
const int | nrL1Jet, | ||
int | bxFirst, | ||
int | bxLast | ||
) |
initialize the class (mainly reserve)
Definition at line 108 of file GlobalBoard.cc.
References LogDebug.
void GlobalBoard::printGmtData | ( | const int | iBxInEvent | ) | const |
print received Muon dataWord
Definition at line 1076 of file GlobalBoard.cc.
References LogTrace.
void GlobalBoard::receiveCaloObjectData | ( | edm::Event & | iEvent, |
const edm::EDGetTokenT< BXVector< l1t::EGamma >> & | egInputToken, | ||
const edm::EDGetTokenT< BXVector< l1t::Tau >> & | tauInputToken, | ||
const edm::EDGetTokenT< BXVector< l1t::Jet >> & | jetInputToken, | ||
const edm::EDGetTokenT< BXVector< l1t::EtSum >> & | sumInputToken, | ||
const bool | receiveEG, | ||
const int | nrL1EG, | ||
const bool | receiveTau, | ||
const int | nrL1Tau, | ||
const bool | receiveJet, | ||
const int | nrL1Jet, | ||
const bool | receiveEtSums | ||
) |
receive data from Global Muon Trigger
Definition at line 132 of file GlobalBoard.cc.
References edm::Event::getByToken(), mps_fire::i, edm::HandleBase::isValid(), metsig::jet, LogDebug, LogTrace, and metsig::tau.
void GlobalBoard::receiveExternalData | ( | edm::Event & | iEvent, |
const edm::EDGetTokenT< BXVector< GlobalExtBlk >> & | extInputToken, | ||
const bool | receiveExt | ||
) |
Definition at line 388 of file GlobalBoard.cc.
References edm::Event::getByToken(), mps_fire::i, edm::HandleBase::isValid(), and LogDebug.
void GlobalBoard::receiveMuonObjectData | ( | edm::Event & | iEvent, |
const edm::EDGetTokenT< BXVector< l1t::Muon >> & | muInputToken, | ||
const bool | receiveMu, | ||
const int | nrL1Mu | ||
) |
Definition at line 334 of file GlobalBoard.cc.
References edm::Event::getByToken(), mps_fire::i, edm::HandleBase::isValid(), LogDebug, and RPCpg::mu.
void GlobalBoard::reset | ( | void | ) |
clear uGT
Definition at line 1040 of file GlobalBoard.cc.
void GlobalBoard::resetCalo | ( | ) |
Definition at line 1058 of file GlobalBoard.cc.
void GlobalBoard::resetExternal | ( | ) |
Definition at line 1070 of file GlobalBoard.cc.
void GlobalBoard::resetMu | ( | ) |
Definition at line 1052 of file GlobalBoard.cc.
void GlobalBoard::runFDL | ( | edm::Event & | iEvent, |
const int | iBxInEvent, | ||
const int | totalBxInEvent, | ||
const unsigned int | numberPhysTriggers, | ||
const std::vector< double > & | prescaleFactorsAlgoTrig, | ||
const std::vector< unsigned int > & | triggerMaskAlgoTrig, | ||
const std::vector< int > & | triggerMaskVetoAlgoTrig, | ||
const bool | algorithmTriggersUnprescaled, | ||
const bool | algorithmTriggersUnmasked | ||
) |
run the uGT FDL (Apply Prescales and Veto)
if we are masking.
Definition at line 885 of file GlobalBoard.cc.
References LogDebug, and edm::EventBase::luminosityBlock().
void GlobalBoard::runGTL | ( | edm::Event & | iEvent, |
const edm::EventSetup & | evSetup, | ||
const TriggerMenu * | m_l1GtMenu, | ||
const bool | produceL1GtObjectMapRecord, | ||
const int | iBxInEvent, | ||
std::unique_ptr< GlobalObjectMapRecord > & | gtObjectMapRecord, | ||
const unsigned int | numberPhysTriggers, | ||
const int | nrL1Mu, | ||
const int | nrL1EG, | ||
const int | nrL1Tau, | ||
const int | nrL1Jet | ||
) |
run the uGT GTL (Conditions and Algorithms)
DMP Start debugging here
Definition at line 430 of file GlobalBoard.cc.
References CorrelationThreeBodyTemplate::cond0Category(), CorrelationTemplate::cond0Category(), CorrelationWithOverlapRemovalTemplate::cond0Category(), CorrelationThreeBodyTemplate::cond0Index(), CorrelationTemplate::cond0Index(), CorrelationWithOverlapRemovalTemplate::cond0Index(), CorrelationThreeBodyTemplate::cond1Category(), CorrelationTemplate::cond1Category(), CorrelationWithOverlapRemovalTemplate::cond1Category(), CorrelationThreeBodyTemplate::cond1Index(), CorrelationTemplate::cond1Index(), CorrelationWithOverlapRemovalTemplate::cond1Index(), CorrelationThreeBodyTemplate::cond2Category(), CorrelationWithOverlapRemovalTemplate::cond2Category(), CorrelationThreeBodyTemplate::cond2Index(), CorrelationWithOverlapRemovalTemplate::cond2Index(), l1t::CondCalo, l1t::CondCorrelation, l1t::CondCorrelationThreeBody, l1t::CondCorrelationWithOverlapRemoval, l1t::CondEnergySum, l1t::CondExternal, l1t::CondMuon, l1t::CondNull, TriggerMenu::corCaloTemplate(), TriggerMenu::corEnergySumTemplate(), TriggerMenu::corMuonTemplate(), l1t::AlgorithmEvaluation::evaluateAlgorithm(), l1t::ConditionEvaluation::evaluateConditionStoreResult(), newFWLiteAna::found, l1t::GlobalScales::getScalesName(), l1t::AlgorithmEvaluation::gtAlgoCombinationVector(), l1t::AlgorithmEvaluation::gtAlgoResult(), TriggerMenu::gtAlgorithmMap(), TriggerMenu::gtConditionMap(), TriggerMenu::gtScales(), LogDebug, LogTrace, match(), l1t::AlgorithmEvaluation::operandTokenVector(), print(), l1t::EnergySumCondition::print(), l1t::MuCondition::print(), l1t::ExternalCondition::print(), l1t::CorrCondition::print(), l1t::CaloCondition::print(), l1t::CorrThreeBodyCondition::print(), l1t::CorrWithOverlapRemovalCondition::print(), l1t::AlgorithmEvaluation::print(), GlobalObjectMap::print(), GlobalObjectMap::setAlgoBitNumber(), GlobalObjectMap::setAlgoGtlResult(), GlobalObjectMap::setAlgoName(), l1t::CorrCondition::setScales(), l1t::CorrThreeBodyCondition::setScales(), l1t::CorrWithOverlapRemovalCondition::setScales(), l1t::ConditionEvaluation::setVerbosity(), AlCaHLTBitMon_QueryRunRegistry::string, GlobalObjectMap::swapCombinationVector(), GlobalObjectMap::swapObjectTypeVector(), and GlobalObjectMap::swapOperandTokenVector().
void GlobalBoard::setBxFirst | ( | int | bx | ) |
void GlobalBoard::setBxLast | ( | int | bx | ) |
|
inline |
|
private |
Definition at line 244 of file GlobalBoard.h.
|
private |
Definition at line 245 of file GlobalBoard.h.
|
private |
Definition at line 241 of file GlobalBoard.h.
|
private |
Definition at line 242 of file GlobalBoard.h.
|
private |
Definition at line 243 of file GlobalBoard.h.
|
private |
Definition at line 248 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 217 of file GlobalBoard.h.
|
private |
Definition at line 218 of file GlobalBoard.h.
|
private |
Definition at line 206 of file GlobalBoard.h.
Referenced by getCandL1EG().
|
private |
Definition at line 209 of file GlobalBoard.h.
Referenced by getCandL1EtSum().
|
private |
Definition at line 210 of file GlobalBoard.h.
Referenced by getCandL1External().
|
private |
Definition at line 208 of file GlobalBoard.h.
Referenced by getCandL1Jet().
Definition at line 205 of file GlobalBoard.h.
Referenced by getCandL1Mu().
|
private |
Definition at line 207 of file GlobalBoard.h.
Referenced by getCandL1Tau().
|
private |
Definition at line 226 of file GlobalBoard.h.
|
private |
Definition at line 233 of file GlobalBoard.h.
|
private |
Definition at line 231 of file GlobalBoard.h.
|
private |
Definition at line 232 of file GlobalBoard.h.
|
private |
Definition at line 220 of file GlobalBoard.h.
Referenced by getAlgorithmOR(), and GlobalBoard().
|
private |
Definition at line 221 of file GlobalBoard.h.
Referenced by getDecisionWord(), and GlobalBoard().
|
private |
Definition at line 238 of file GlobalBoard.h.
|
private |
Definition at line 195 of file GlobalBoard.h.
|
private |
Definition at line 196 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 191 of file GlobalBoard.h.
|
private |
Definition at line 192 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 198 of file GlobalBoard.h.
|
private |
Definition at line 199 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
prescale counters: NumberPhysTriggers counters per bunch cross in event
Definition at line 229 of file GlobalBoard.h.
|
private |
Definition at line 223 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 251 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 252 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |