#include <GtBoard.h>
Public Member Functions | |
void | fillAlgRecord (int iBxInEvent, std::auto_ptr< GlobalAlgBlkBxCollection > &uGtAlgRecord, cms_uint64_t orbNr, int bxNr) |
Fill the Daq Records. More... | |
void | fillExtRecord (int iBxInEvent, std::auto_ptr< GlobalExtBlkBxCollection > &uGtExtRecord, cms_uint64_t orbNr, int bxNr) |
const std::bitset < L1GlobalTriggerReadoutSetup::NumberPhysTriggers > & | 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 < L1GlobalTriggerReadoutSetup::NumberPhysTriggers > & | getDecisionWord () const |
return decision More... | |
GtBoard () | |
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< L1GlobalTriggerObjectMapRecord > >ObjectMapRecord, const unsigned int numberPhysTriggers, const int nrL1Mu, const int nrL1EG, const int nrL1Tau, const int nrL1Jet, const int nrL1JetCounts) |
run the uGT GTL (Conditions and Algorithms) More... | |
void | setBxFirst (int bx) |
void | setBxLast (int bx) |
void | setVerbosity (const int verbosity) |
virtual | ~GtBoard () |
GtBoard::GtBoard | ( | ) |
Definition at line 67 of file GtBoard.cc.
References m_boardEventCount, m_gtlAlgorithmOR, m_gtlDecisionWord, m_l1CaloGeometryCacheID, m_l1GtMenuCacheID, m_l1MuTriggerScalesCacheID, m_uGtAlgBlk, m_uGtBoardNumber, m_uGtExtBlk, m_uGtFinalBoard, GlobalExtBlk::reset(), and GlobalAlgBlk::reset().
|
virtual |
Definition at line 106 of file GtBoard.cc.
void GtBoard::fillAlgRecord | ( | int | iBxInEvent, |
std::auto_ptr< GlobalAlgBlkBxCollection > & | uGtAlgRecord, | ||
cms_uint64_t | orbNr, | ||
int | bxNr | ||
) |
Fill the Daq Records.
Definition at line 1030 of file GtBoard.cc.
References LogDebug.
Referenced by L1TGlobalProducer::produce().
void GtBoard::fillExtRecord | ( | int | iBxInEvent, |
std::auto_ptr< GlobalExtBlkBxCollection > & | uGtExtRecord, | ||
cms_uint64_t | orbNr, | ||
int | bxNr | ||
) |
Definition at line 1060 of file GtBoard.cc.
References LogDebug.
Referenced by L1TGlobalProducer::produce().
|
inline |
return algorithm OR decision
Definition at line 144 of file GtBoard.h.
References m_gtlAlgorithmOR.
|
inline |
|
inline |
|
inline |
pointer to Tau data list
Definition at line 181 of file GtBoard.h.
References m_candL1External.
|
inline |
pointer to Jet data list
Definition at line 162 of file GtBoard.h.
References m_candL1Jet.
return global muon trigger candidate
Definition at line 150 of file GtBoard.h.
References m_candL1Mu.
|
inline |
pointer to Tau data list
Definition at line 169 of file GtBoard.h.
References m_candL1Tau.
|
inline |
return decision
Definition at line 138 of file GtBoard.h.
References m_gtlDecisionWord.
void GtBoard::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 133 of file GtBoard.cc.
References LogDebug.
Referenced by L1TGlobalProducer::produce().
void GtBoard::printGmtData | ( | const int | iBxInEvent | ) | const |
void GtBoard::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 167 of file GtBoard.cc.
References edm::Event::getByToken(), i, edm::HandleBase::isValid(), metsig::jet, LogDebug, and metsig::tau.
Referenced by L1TGlobalProducer::produce().
void GtBoard::receiveExternalData | ( | edm::Event & | iEvent, |
const edm::EDGetTokenT< BXVector< GlobalExtBlk > > & | extInputToken, | ||
const bool | receiveExt | ||
) |
Definition at line 394 of file GtBoard.cc.
References edm::Event::getByToken(), i, edm::HandleBase::isValid(), and LogDebug.
Referenced by L1TGlobalProducer::produce().
void GtBoard::receiveMuonObjectData | ( | edm::Event & | iEvent, |
const edm::EDGetTokenT< BXVector< l1t::Muon > > & | muInputToken, | ||
const bool | receiveMu, | ||
const int | nrL1Mu | ||
) |
Definition at line 341 of file GtBoard.cc.
References edm::Event::getByToken(), i, edm::HandleBase::isValid(), LogDebug, and RPCpg::mu.
Referenced by L1TGlobalProducer::produce().
void GtBoard::reset | ( | void | ) |
clear uGT
Definition at line 1082 of file GtBoard.cc.
Referenced by L1TGlobalProducer::produce().
void GtBoard::resetCalo | ( | ) |
Definition at line 1107 of file GtBoard.cc.
void GtBoard::resetExternal | ( | ) |
Definition at line 1121 of file GtBoard.cc.
void GtBoard::resetMu | ( | ) |
Definition at line 1099 of file GtBoard.cc.
void GtBoard::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 896 of file GtBoard.cc.
References LogDebug.
Referenced by L1TGlobalProducer::produce().
void GtBoard::runGTL | ( | edm::Event & | iEvent, |
const edm::EventSetup & | evSetup, | ||
const TriggerMenu * | m_l1GtMenu, | ||
const bool | produceL1GtObjectMapRecord, | ||
const int | iBxInEvent, | ||
std::auto_ptr< L1GlobalTriggerObjectMapRecord > & | gtObjectMapRecord, | ||
const unsigned int | numberPhysTriggers, | ||
const int | nrL1Mu, | ||
const int | nrL1EG, | ||
const int | nrL1Tau, | ||
const int | nrL1Jet, | ||
const int | nrL1JetCounts | ||
) |
run the uGT GTL (Conditions and Algorithms)
DMP Start debugging here
Definition at line 442 of file GtBoard.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::L1TGlobalScales::getScalesName(), l1t::AlgorithmEvaluation::gtAlgoCombinationVector(), l1t::AlgorithmEvaluation::gtAlgoResult(), TriggerMenu::gtAlgorithmMap(), TriggerMenu::gtConditionMap(), TriggerMenu::gtScales(), LogDebug, LogTrace, match(), l1t::AlgorithmEvaluation::operandTokenVector(), reco::print(), l1t::EnergySumCondition::print(), l1t::ExternalCondition::print(), l1t::MuCondition::print(), l1t::CaloCondition::print(), l1t::CorrCondition::print(), l1t::AlgorithmEvaluation::print(), L1GlobalTriggerObjectMap::print(), L1GlobalTriggerObjectMap::setAlgoBitNumber(), L1GlobalTriggerObjectMap::setAlgoGtlResult(), L1GlobalTriggerObjectMap::setAlgoName(), l1t::ConditionEvaluation::setVerbosity(), AlCaHLTBitMon_QueryRunRegistry::string, L1GlobalTriggerObjectMap::swapCombinationVector(), L1GlobalTriggerObjectMap::swapObjectTypeVector(), and L1GlobalTriggerObjectMap::swapOperandTokenVector().
Referenced by L1TGlobalProducer::produce().
void GtBoard::setBxFirst | ( | int | bx | ) |
Definition at line 121 of file GtBoard.cc.
void GtBoard::setBxLast | ( | int | bx | ) |
Definition at line 127 of file GtBoard.cc.
|
inline |
Definition at line 217 of file GtBoard.h.
References m_verbosity, and HLT_FULL_cff::verbosity.
Referenced by L1TGlobalProducer::L1TGlobalProducer().
|
private |
|
private |
Definition at line 242 of file GtBoard.h.
Referenced by getCandL1EG().
|
private |
Definition at line 245 of file GtBoard.h.
Referenced by getCandL1EtSum().
|
private |
Definition at line 246 of file GtBoard.h.
Referenced by getCandL1External().
|
private |
Definition at line 244 of file GtBoard.h.
Referenced by getCandL1Jet().
Definition at line 241 of file GtBoard.h.
Referenced by getCandL1Mu().
|
private |
Definition at line 243 of file GtBoard.h.
Referenced by getCandL1Tau().
|
private |
|
private |
Definition at line 256 of file GtBoard.h.
Referenced by getAlgorithmOR(), and GtBoard().
|
private |
Definition at line 257 of file GtBoard.h.
Referenced by getDecisionWord(), and GtBoard().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |