#include <GlobalBoard.h>
Public Member Functions | |
void | fillAlgRecord (int iBxInEvent, std::auto_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< int > &prescaleFactorsAlgoTrig, const std::vector< unsigned int > &triggerMaskAlgoTrig, const std::vector< unsigned 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::auto_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 58 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::auto_ptr< GlobalAlgBlkBxCollection > & | uGtAlgRecord, | ||
int | prescaleSet, | ||
int | menuUUID, | ||
int | firmwareUUID | ||
) |
Fill the Daq Records.
Definition at line 928 of file GlobalBoard.cc.
References LogDebug.
Referenced by L1TGlobalProducer::produce().
|
inline |
return algorithm OR decision
Definition at line 137 of file GlobalBoard.h.
References m_gtlAlgorithmOR.
|
inline |
pointer to EG data list
Definition at line 149 of file GlobalBoard.h.
References m_candL1EG.
|
inline |
pointer to Tau data list
Definition at line 168 of file GlobalBoard.h.
References m_candL1EtSum.
|
inline |
pointer to Tau data list
Definition at line 174 of file GlobalBoard.h.
References m_candL1External.
|
inline |
pointer to Jet data list
Definition at line 155 of file GlobalBoard.h.
References m_candL1Jet.
return global muon trigger candidate
Definition at line 143 of file GlobalBoard.h.
References m_candL1Mu.
|
inline |
pointer to Tau data list
Definition at line 162 of file GlobalBoard.h.
References m_candL1Tau.
|
inline |
return decision
Definition at line 131 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 118 of file GlobalBoard.cc.
References LogDebug.
Referenced by L1TGlobalProducer::produce().
void GlobalBoard::printGmtData | ( | const int | iBxInEvent | ) | const |
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 141 of file GlobalBoard.cc.
References edm::Event::getByToken(), i, edm::HandleBase::isValid(), metsig::jet, LogDebug, and metsig::tau.
Referenced by L1TGlobalProducer::produce().
void GlobalBoard::receiveExternalData | ( | edm::Event & | iEvent, |
const edm::EDGetTokenT< BXVector< GlobalExtBlk > > & | extInputToken, | ||
const bool | receiveExt | ||
) |
Definition at line 364 of file GlobalBoard.cc.
References edm::Event::getByToken(), i, edm::HandleBase::isValid(), and LogDebug.
Referenced by L1TGlobalProducer::produce().
void GlobalBoard::receiveMuonObjectData | ( | edm::Event & | iEvent, |
const edm::EDGetTokenT< BXVector< l1t::Muon > > & | muInputToken, | ||
const bool | receiveMu, | ||
const int | nrL1Mu | ||
) |
Definition at line 315 of file GlobalBoard.cc.
References edm::Event::getByToken(), i, edm::HandleBase::isValid(), LogDebug, and RPCpg::mu.
Referenced by L1TGlobalProducer::produce().
void GlobalBoard::reset | ( | void | ) |
clear uGT
Definition at line 960 of file GlobalBoard.cc.
Referenced by L1TGlobalProducer::produce().
void GlobalBoard::resetCalo | ( | ) |
Definition at line 984 of file GlobalBoard.cc.
void GlobalBoard::resetExternal | ( | ) |
Definition at line 998 of file GlobalBoard.cc.
void GlobalBoard::resetMu | ( | ) |
Definition at line 976 of file GlobalBoard.cc.
void GlobalBoard::runFDL | ( | edm::Event & | iEvent, |
const int | iBxInEvent, | ||
const int | totalBxInEvent, | ||
const unsigned int | numberPhysTriggers, | ||
const std::vector< int > & | prescaleFactorsAlgoTrig, | ||
const std::vector< unsigned int > & | triggerMaskAlgoTrig, | ||
const std::vector< unsigned int > & | triggerMaskVetoAlgoTrig, | ||
const bool | algorithmTriggersUnprescaled, | ||
const bool | algorithmTriggersUnmasked | ||
) |
run the uGT FDL (Apply Prescales and Veto)
if we are masking.
Definition at line 784 of file GlobalBoard.cc.
References LogDebug.
Referenced by L1TGlobalProducer::produce().
void GlobalBoard::runGTL | ( | edm::Event & | iEvent, |
const edm::EventSetup & | evSetup, | ||
const TriggerMenu * | m_l1GtMenu, | ||
const bool | produceL1GtObjectMapRecord, | ||
const int | iBxInEvent, | ||
std::auto_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 412 of file GlobalBoard.cc.
References CorrelationTemplate::cond0Category(), CorrelationTemplate::cond0Index(), CorrelationTemplate::cond1Category(), CorrelationTemplate::cond1Index(), l1t::CondCalo, l1t::CondCorrelation, 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(), reco::print(), l1t::ExternalCondition::print(), l1t::EnergySumCondition::print(), l1t::MuCondition::print(), l1t::CaloCondition::print(), l1t::CorrCondition::print(), l1t::AlgorithmEvaluation::print(), GlobalObjectMap::print(), GlobalObjectMap::setAlgoBitNumber(), GlobalObjectMap::setAlgoGtlResult(), GlobalObjectMap::setAlgoName(), l1t::CorrCondition::setScales(), l1t::ConditionEvaluation::setVerbosity(), AlCaHLTBitMon_QueryRunRegistry::string, GlobalObjectMap::swapCombinationVector(), GlobalObjectMap::swapObjectTypeVector(), and GlobalObjectMap::swapOperandTokenVector().
Referenced by L1TGlobalProducer::produce().
void GlobalBoard::setBxFirst | ( | int | bx | ) |
Definition at line 106 of file GlobalBoard.cc.
void GlobalBoard::setBxLast | ( | int | bx | ) |
Definition at line 112 of file GlobalBoard.cc.
|
inline |
Definition at line 210 of file GlobalBoard.h.
References m_verbosity, and HLT_25ns10e33_v2_cff::verbosity.
Referenced by L1TGlobalProducer::L1TGlobalProducer().
|
private |
Definition at line 273 of file GlobalBoard.h.
|
private |
Definition at line 274 of file GlobalBoard.h.
|
private |
Definition at line 270 of file GlobalBoard.h.
|
private |
Definition at line 271 of file GlobalBoard.h.
|
private |
Definition at line 272 of file GlobalBoard.h.
|
private |
Definition at line 278 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 246 of file GlobalBoard.h.
|
private |
Definition at line 247 of file GlobalBoard.h.
|
private |
Definition at line 235 of file GlobalBoard.h.
Referenced by getCandL1EG().
|
private |
Definition at line 238 of file GlobalBoard.h.
Referenced by getCandL1EtSum().
|
private |
Definition at line 239 of file GlobalBoard.h.
Referenced by getCandL1External().
|
private |
Definition at line 237 of file GlobalBoard.h.
Referenced by getCandL1Jet().
Definition at line 234 of file GlobalBoard.h.
Referenced by getCandL1Mu().
|
private |
Definition at line 236 of file GlobalBoard.h.
Referenced by getCandL1Tau().
|
private |
Definition at line 255 of file GlobalBoard.h.
|
private |
Definition at line 260 of file GlobalBoard.h.
|
private |
Definition at line 261 of file GlobalBoard.h.
|
private |
Definition at line 249 of file GlobalBoard.h.
Referenced by getAlgorithmOR(), and GlobalBoard().
|
private |
Definition at line 250 of file GlobalBoard.h.
Referenced by getDecisionWord(), and GlobalBoard().
|
private |
Definition at line 267 of file GlobalBoard.h.
|
private |
Definition at line 223 of file GlobalBoard.h.
|
private |
Definition at line 224 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 219 of file GlobalBoard.h.
|
private |
Definition at line 220 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 226 of file GlobalBoard.h.
|
private |
Definition at line 227 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
prescale counters: NumberPhysTriggers counters per bunch cross in event
Definition at line 258 of file GlobalBoard.h.
|
private |
Definition at line 252 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 281 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 282 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |