#include <GlobalBoard.h>
Classes | |
struct | PrescaleCounter |
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 EtSum data list More... | |
const BXVector< const l1t::EtSum * > * | getCandL1EtSumZdc () const |
pointer to ZDC EtSum data list More... | |
const BXVector< const GlobalExtBlk * > * | getCandL1External () const |
pointer to External 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< std::shared_ptr< l1t::MuonShower > > * | getCandL1MuShower () 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 nrL1MuShower, 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 (const 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 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, const bool receiveEtSumsZdc) |
receive data from Global Muon Trigger More... | |
void | receiveExternalData (const edm::Event &, const edm::EDGetTokenT< BXVector< GlobalExtBlk >> &, const bool receiveExt) |
void | receiveMuonObjectData (const edm::Event &, const edm::EDGetTokenT< BXVector< l1t::Muon >> &, const bool receiveMu, const int nrL1Mu) |
void | receiveMuonShowerObjectData (const edm::Event &, const edm::EDGetTokenT< BXVector< l1t::MuonShower >> &, const bool receiveMuShower, const int nrL1MuShower) |
void | reset () |
clear uGT More... | |
void | resetCalo () |
void | resetExternal () |
void | resetMu () |
void | resetMuonShower () |
void | runFDL (const 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 (const 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 nrL1MuShower, const int nrL1EG, const int nrL1Tau, const int nrL1Jet) |
run the uGT GTL (Conditions and Algorithms) More... | |
void | setAXOL1TLModelVersion (std::string axol1tlModelVersion) |
void | setBxFirst (int bx) |
void | setBxLast (int bx) |
void | setResetPSCountersEachLumiSec (bool val) |
void | setSemiRandomInitialPSCounters (bool val) |
void | setVerbosity (const int verbosity) |
virtual | ~GlobalBoard () |
Static Private Member Functions | |
static std::vector< PrescaleCounter > | prescaleCounters (std::vector< double > const &prescaleFactorsAlgoTrig) |
static std::vector< PrescaleCounter > | prescaleCountersWithSemirandomInitialCounter (std::vector< double > const &prescaleFactorsAlgoTrig, edm::Event const &iEvent) |
Static Private Attributes | |
static constexpr size_t | m_singlestep = 100 |
Definition at line 56 of file GlobalBoard.h.
GlobalBoard::GlobalBoard | ( | ) |
Definition at line 67 of file GlobalBoard.cc.
References m_boardEventCount, m_gtlAlgorithmOR, m_gtlDecisionWord, m_l1CaloGeometryCacheID, m_l1GtMenuCacheID, m_l1MuTriggerScalesCacheID, m_prescaleCounterAlgoTrig, m_uGtAlgBlk, m_uGtBoardNumber, m_uGtFinalBoard, and GlobalAlgBlk::reset().
|
virtual |
Definition at line 99 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 1133 of file GlobalBoard.cc.
References LogDebug.
|
inline |
return algorithm OR decision
Definition at line 149 of file GlobalBoard.h.
References m_gtlAlgorithmOR.
|
inline |
pointer to EG data list
Definition at line 158 of file GlobalBoard.h.
References m_candL1EG.
|
inline |
pointer to EtSum data list
Definition at line 167 of file GlobalBoard.h.
References m_candL1EtSum.
|
inline |
pointer to ZDC EtSum data list
Definition at line 170 of file GlobalBoard.h.
References m_candL1EtSumZdc.
|
inline |
pointer to External data list
Definition at line 173 of file GlobalBoard.h.
References m_candL1External.
|
inline |
pointer to Jet data list
Definition at line 161 of file GlobalBoard.h.
References m_candL1Jet.
return global muon trigger candidate
Definition at line 152 of file GlobalBoard.h.
References m_candL1Mu.
|
inline |
return global muon trigger candidate
Definition at line 155 of file GlobalBoard.h.
References m_candL1MuShower.
|
inline |
pointer to Tau data list
Definition at line 164 of file GlobalBoard.h.
References m_candL1Tau.
|
inline |
return decision
Definition at line 146 of file GlobalBoard.h.
References m_gtlDecisionWord.
void GlobalBoard::init | ( | const int | numberPhysTriggers, |
const int | nrL1Mu, | ||
const int | nrL1MuShower, | ||
const int | nrL1EG, | ||
const int | nrL1Tau, | ||
const int | nrL1Jet, | ||
int | bxFirst, | ||
int | bxLast | ||
) |
initialize the class (mainly reserve)
Definition at line 120 of file GlobalBoard.cc.
References simCaloStage2Layer1Digis_cfi::bxFirst, simCaloStage2Layer1Digis_cfi::bxLast, and LogDebug.
|
staticprivate |
|
staticprivate |
Definition at line 1220 of file GlobalBoard.cc.
References iEvent, and MillePedeFileConverter_cfg::out.
void GlobalBoard::printGmtData | ( | const int | iBxInEvent | ) | const |
print received Muon dataWord
Definition at line 1201 of file GlobalBoard.cc.
References LogTrace.
void GlobalBoard::receiveCaloObjectData | ( | const 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 edm::EDGetTokenT< BXVector< l1t::EtSum >> & | sumZdcInputToken, | ||
const bool | receiveEG, | ||
const int | nrL1EG, | ||
const bool | receiveTau, | ||
const int | nrL1Tau, | ||
const bool | receiveJet, | ||
const int | nrL1Jet, | ||
const bool | receiveEtSums, | ||
const bool | receiveEtSumsZdc | ||
) |
receive data from Global Muon Trigger
Definition at line 146 of file GlobalBoard.cc.
References mps_fire::i, iEvent, edm::HandleBase::isValid(), metsig::jet, LogDebug, LogTrace, and metsig::tau.
void GlobalBoard::receiveExternalData | ( | const edm::Event & | iEvent, |
const edm::EDGetTokenT< BXVector< GlobalExtBlk >> & | extInputToken, | ||
const bool | receiveExt | ||
) |
Definition at line 464 of file GlobalBoard.cc.
References mps_fire::i, iEvent, edm::HandleBase::isValid(), and LogDebug.
void GlobalBoard::receiveMuonObjectData | ( | const edm::Event & | iEvent, |
const edm::EDGetTokenT< BXVector< l1t::Muon >> & | muInputToken, | ||
const bool | receiveMu, | ||
const int | nrL1Mu | ||
) |
Definition at line 353 of file GlobalBoard.cc.
References mps_fire::i, iEvent, edm::HandleBase::isValid(), LogDebug, and amptDefaultParameters_cff::mu.
void GlobalBoard::receiveMuonShowerObjectData | ( | const edm::Event & | iEvent, |
const edm::EDGetTokenT< BXVector< l1t::MuonShower >> & | muShowerInputToken, | ||
const bool | receiveMuShower, | ||
const int | nrL1MuShower | ||
) |
Definition at line 400 of file GlobalBoard.cc.
References mps_fire::i, iEvent, edm::HandleBase::isValid(), and amptDefaultParameters_cff::mu.
void GlobalBoard::reset | ( | void | ) |
clear uGT
Definition at line 1156 of file GlobalBoard.cc.
void GlobalBoard::resetCalo | ( | ) |
Definition at line 1181 of file GlobalBoard.cc.
void GlobalBoard::resetExternal | ( | ) |
Definition at line 1195 of file GlobalBoard.cc.
void GlobalBoard::resetMu | ( | ) |
Definition at line 1169 of file GlobalBoard.cc.
void GlobalBoard::resetMuonShower | ( | ) |
Definition at line 1175 of file GlobalBoard.cc.
void GlobalBoard::runFDL | ( | const 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 1012 of file GlobalBoard.cc.
References iEvent, LogDebug, and or.
void GlobalBoard::runGTL | ( | const 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 | nrL1MuShower, | ||
const int | nrL1EG, | ||
const int | nrL1Tau, | ||
const int | nrL1Jet | ||
) |
run the uGT GTL (Conditions and Algorithms)
Definition at line 501 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::CondAXOL1TL, l1t::CondCalo, l1t::CondCorrelation, l1t::CondCorrelationThreeBody, l1t::CondCorrelationWithOverlapRemoval, l1t::CondEnergySum, l1t::CondEnergySumZdc, l1t::CondExternal, l1t::CondMuon, l1t::CondMuonShower, 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, l1t::AlgorithmEvaluation::operandTokenVector(), CalibrationSummaryClient_cfi::otype, print(), l1t::AXOL1TLCondition::print(), l1t::MuonShowerCondition::print(), l1t::EnergySumCondition::print(), l1t::EnergySumZdcCondition::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::AXOL1TLCondition::setModelVersion(), l1t::CorrCondition::setScales(), l1t::CorrThreeBodyCondition::setScales(), l1t::CorrWithOverlapRemovalCondition::setScales(), l1t::ConditionEvaluation::setVerbosity(), AlCaHLTBitMon_QueryRunRegistry::string, GlobalObjectMap::swapCombinationVector(), GlobalObjectMap::swapObjectTypeVector(), and GlobalObjectMap::swapOperandTokenVector().
void GlobalBoard::setAXOL1TLModelVersion | ( | std::string | axol1tlModelVersion | ) |
Definition at line 116 of file GlobalBoard.cc.
void GlobalBoard::setBxFirst | ( | int | bx | ) |
void GlobalBoard::setBxLast | ( | int | bx | ) |
|
inline |
Definition at line 204 of file GlobalBoard.h.
References m_resetPSCountersEachLumiSec, and heppy_batch::val.
|
inline |
Definition at line 205 of file GlobalBoard.h.
References m_semiRandomInitialPSCounters, and heppy_batch::val.
|
inline |
|
private |
Definition at line 268 of file GlobalBoard.h.
|
private |
Definition at line 269 of file GlobalBoard.h.
|
private |
Definition at line 265 of file GlobalBoard.h.
|
private |
Definition at line 266 of file GlobalBoard.h.
|
private |
Definition at line 267 of file GlobalBoard.h.
|
private |
Definition at line 247 of file GlobalBoard.h.
|
private |
Definition at line 272 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 244 of file GlobalBoard.h.
|
private |
Definition at line 245 of file GlobalBoard.h.
|
private |
Definition at line 232 of file GlobalBoard.h.
Referenced by getCandL1EG().
|
private |
Definition at line 235 of file GlobalBoard.h.
Referenced by getCandL1EtSum().
|
private |
Definition at line 236 of file GlobalBoard.h.
Referenced by getCandL1EtSumZdc().
|
private |
Definition at line 237 of file GlobalBoard.h.
Referenced by getCandL1External().
|
private |
Definition at line 234 of file GlobalBoard.h.
Referenced by getCandL1Jet().
Definition at line 230 of file GlobalBoard.h.
Referenced by getCandL1Mu().
|
private |
Definition at line 231 of file GlobalBoard.h.
Referenced by getCandL1MuShower().
|
private |
Definition at line 233 of file GlobalBoard.h.
Referenced by getCandL1Tau().
|
private |
Definition at line 255 of file GlobalBoard.h.
|
private |
Definition at line 257 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 262 of file GlobalBoard.h.
|
private |
Definition at line 220 of file GlobalBoard.h.
|
private |
Definition at line 221 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 216 of file GlobalBoard.h.
|
private |
Definition at line 217 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
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 308 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 279 of file GlobalBoard.h.
Referenced by setResetPSCountersEachLumiSec().
|
private |
Definition at line 282 of file GlobalBoard.h.
Referenced by setSemiRandomInitialPSCounters().
|
staticprivate |
Definition at line 287 of file GlobalBoard.h.
Referenced by l1t::GlobalBoard::PrescaleCounter::PrescaleCounter().
|
private |
Definition at line 252 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 275 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |
Definition at line 276 of file GlobalBoard.h.
Referenced by GlobalBoard().
|
private |