#include <TriggerMenuParser.h>
Public Member Functions | |
const std::vector< std::vector< CaloTemplate > > & | corCaloTemplate () const |
const std::vector< std::vector< EnergySumTemplate > > & | corEnergySumTemplate () const |
const std::vector< std::vector< MuonTemplate > > & | corMuonTemplate () const |
std::map< std::string, unsigned int > | getExternalSignals (const L1TUtmTriggerMenu *utmMenu) |
const AlgorithmMap & | gtAlgorithmAliasMap () const |
get / set the algorithm map (by alias) More... | |
const std::string & | gtAlgorithmImplementation () const |
const AlgorithmMap & | gtAlgorithmMap () const |
get / set the algorithm map (by name) More... | |
const std::vector< ConditionMap > & | gtConditionMap () const |
get / set / build the condition maps More... | |
const unsigned int | gtNumberConditionChips () const |
get / set the number of condition chips in GTL More... | |
const unsigned int | gtNumberPhysTriggers () const |
get / set the number of physics trigger algorithms More... | |
std::vector< int > | gtOrderConditionChip () const |
const unsigned int | gtPinsOnConditionChip () const |
get / set the number of pins on the GTL condition chips More... | |
const std::string & | gtScaleDbKey () const |
menu associated scale key More... | |
const GlobalScales & | gtScales () const |
menu associated scales More... | |
const std::string & | gtTriggerMenuAuthor () const |
const std::string & | gtTriggerMenuDate () const |
const std::string & | gtTriggerMenuDescription () const |
const unsigned long | gtTriggerMenuImplementation () const |
const std::string & | gtTriggerMenuInterface () const |
get / set the trigger menu names More... | |
const std::string & | gtTriggerMenuInterfaceAuthor () const |
const std::string & | gtTriggerMenuInterfaceDate () const |
get / set the XML parser creation date, author, description for menu interface, menu More... | |
const std::string & | gtTriggerMenuInterfaceDescription () const |
const std::string & | gtTriggerMenuName () const |
const int | gtTriggerMenuUUID () const |
void | parseCondFormats (const L1TUtmTriggerMenu *utmMenu) |
void | setCorCaloTemplate (const std::vector< std::vector< CaloTemplate > > &) |
void | setCorEnergySumTemplate (const std::vector< std::vector< EnergySumTemplate > > &) |
void | setCorMuonTemplate (const std::vector< std::vector< MuonTemplate > > &) |
void | setGtAlgorithmAliasMap (const AlgorithmMap &) |
void | setGtAlgorithmImplementation (const std::string &) |
void | setGtAlgorithmMap (const AlgorithmMap &) |
void | setGtConditionMap (const std::vector< ConditionMap > &) |
void | setGtNumberConditionChips (const unsigned int &) |
void | setGtNumberPhysTriggers (const unsigned int &) |
void | setGtOrderConditionChip (const std::vector< int > &) |
void | setGtPinsOnConditionChip (const unsigned int &) |
void | setGtScaleDbKey (const std::string &) |
void | setGtTriggerMenuAuthor (const std::string &) |
void | setGtTriggerMenuDate (const std::string &) |
void | setGtTriggerMenuDescription (const std::string &) |
void | setGtTriggerMenuImplementation (const unsigned long &) |
void | setGtTriggerMenuInterface (const std::string &) |
void | setGtTriggerMenuInterfaceAuthor (const std::string &) |
void | setGtTriggerMenuInterfaceDate (const std::string &) |
void | setGtTriggerMenuInterfaceDescription (const std::string &) |
void | setGtTriggerMenuName (const std::string &) |
void | setGtTriggerMenuUUID (const int) |
void | setVecAXOL1TLTemplate (const std::vector< std::vector< AXOL1TLTemplate > > &) |
void | setVecCaloTemplate (const std::vector< std::vector< CaloTemplate > > &) |
void | setVecCorrelationTemplate (const std::vector< std::vector< CorrelationTemplate > > &) |
void | setVecCorrelationThreeBodyTemplate (const std::vector< std::vector< CorrelationThreeBodyTemplate > > &) |
void | setVecCorrelationWithOverlapRemovalTemplate (const std::vector< std::vector< CorrelationWithOverlapRemovalTemplate > > &) |
void | setVecEnergySumTemplate (const std::vector< std::vector< EnergySumTemplate > > &) |
void | setVecEnergySumZdcTemplate (const std::vector< std::vector< EnergySumZdcTemplate > > &) |
void | setVecExternalTemplate (const std::vector< std::vector< ExternalTemplate > > &) |
void | setVecMuonShowerTemplate (const std::vector< std::vector< MuonShowerTemplate > > &) |
void | setVecMuonTemplate (const std::vector< std::vector< MuonTemplate > > &) |
TriggerMenuParser () | |
const std::vector< std::vector< AXOL1TLTemplate > > & | vecAXOL1TLTemplate () const |
const std::vector< std::vector< CaloTemplate > > & | vecCaloTemplate () const |
const std::vector< std::vector< CorrelationTemplate > > & | vecCorrelationTemplate () const |
const std::vector< std::vector< CorrelationThreeBodyTemplate > > & | vecCorrelationThreeBodyTemplate () const |
const std::vector< std::vector< CorrelationWithOverlapRemovalTemplate > > & | vecCorrelationWithOverlapRemovalTemplate () const |
const std::vector< std::vector< EnergySumTemplate > > & | vecEnergySumTemplate () const |
const std::vector< std::vector< EnergySumZdcTemplate > > & | vecEnergySumZdcTemplate () const |
const std::vector< std::vector< ExternalTemplate > > & | vecExternalTemplate () const |
const std::vector< std::vector< MuonShowerTemplate > > & | vecMuonShowerTemplate () const |
const std::vector< std::vector< MuonTemplate > > & | vecMuonTemplate () const |
get / set the vectors containing the conditions More... | |
virtual | ~TriggerMenuParser () |
destructor More... | |
Private Member Functions | |
void | clearMaps () |
bool | insertAlgorithmIntoMap (const GlobalAlgorithm &alg) |
insert an algorithm into algorithm map More... | |
bool | insertConditionIntoMap (GlobalCondition &cond, const int chipNr) |
template<typename T > | |
std::string | l1t2string (T) |
int | l1tstr2int (const std::string data) |
bool | parseAlgorithm (L1TUtmAlgorithm algorithm, unsigned int chipNr=0) |
parse all algorithms More... | |
bool | parseAXOL1TL (L1TUtmCondition condAXOL1TL, unsigned int chipNr=0) |
void | parseCalMuEta_LUTS (std::map< std::string, tmeventsetup::esScale > scaleMap, std::string obj1, std::string obj2) |
void | parseCalMuPhi_LUTS (std::map< std::string, tmeventsetup::esScale > scaleMap, std::string obj1, std::string obj2) |
bool | parseCalo (L1TUtmCondition condCalo, unsigned int chipNr=0, const bool corrFlag=false) |
parse a calorimeter condition More... | |
bool | parseCaloCorr (const L1TUtmObject *corrCalo, unsigned int chipNr=0) |
bool | parseCorrelation (L1TUtmCondition corrCond, unsigned int chipNr=0) |
parse a correlation condition More... | |
bool | parseCorrelationThreeBody (L1TUtmCondition corrCond, unsigned int chipNr=0) |
parse a three-body correlation condition More... | |
bool | parseCorrelationWithOverlapRemoval (const L1TUtmCondition &corrCond, unsigned int chipNr=0) |
parse a correlation condition with overlap removal More... | |
void | parseDeltaEta_Cosh_LUTS (std::map< std::string, tmeventsetup::esScale > scaleMap, std::string obj1, std::string obj2, unsigned int prec1, unsigned int prec2) |
void | parseDeltaPhi_Cos_LUTS (const std::map< std::string, tmeventsetup::esScale > &scaleMap, const std::string &obj1, const std::string &obj2, unsigned int prec1, unsigned int prec2) |
bool | parseEnergySum (L1TUtmCondition condEnergySums, unsigned int chipNr=0, const bool corrFlag=false) |
parse an "energy sum" condition More... | |
bool | parseEnergySumCorr (const L1TUtmObject *corrESum, unsigned int chipNr=0) |
bool | parseEnergySumZdc (L1TUtmCondition condEnergySumZdcs, unsigned int chipNr=0, const bool corrFlag=false) |
bool | parseExternal (L1TUtmCondition condExt, unsigned int chipNr=0) |
bool | parseMuon (L1TUtmCondition condMu, unsigned int chipNr=0, const bool corrFlag=false) |
parse a muon condition More... | |
bool | parseMuonCorr (const L1TUtmObject *condMu, unsigned int chipNr=0) |
bool | parseMuonShower (L1TUtmCondition condMu, unsigned int chipNr=0, const bool corrFlag=false) |
parse a muon shower condition More... | |
void | parsePhi_Trig_LUTS (const std::map< std::string, tmeventsetup::esScale > &scaleMap, const std::string &obj, TrigFunc_t func, unsigned int prec) |
void | parsePt_LUTS (std::map< std::string, tmeventsetup::esScale > scaleMap, std::string lutpfx, std::string obj1, unsigned int prec) |
bool | parseScales (std::map< std::string, tmeventsetup::esScale > scaleMap) |
parse scales More... | |
void | parseUpt_LUTS (std::map< std::string, tmeventsetup::esScale > scaleMap, std::string lutpfx, std::string obj1, unsigned int prec) |
Definition at line 67 of file TriggerMenuParser.h.
TriggerMenuParser::TriggerMenuParser | ( | ) |
constructor empty
Definition at line 66 of file TriggerMenuParser.cc.
|
virtual |
|
private |
clearMaps - delete all conditions and algorithms in the maps and clear the maps.
Definition at line 429 of file TriggerMenuParser.cc.
|
inline |
Definition at line 197 of file TriggerMenuParser.h.
References m_corCaloTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 202 of file TriggerMenuParser.h.
References m_corEnergySumTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 192 of file TriggerMenuParser.h.
References m_corMuonTemplate.
Referenced by L1TGlobalProducer::produce().
std::map< std::string, unsigned int > TriggerMenuParser::getExternalSignals | ( | const L1TUtmTriggerMenu * | utmMenu | ) |
Definition at line 191 of file TriggerMenuParser.cc.
References L1TUtmTriggerMenu::getConditionMap(), L1TUtmCondition::getObjects(), L1TUtmCondition::getType(), Skims_PA_cff::name, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by L1TExtCondProducer::produce(), and L1TExtCondLegacyToStage2::produce().
|
inline |
get / set the algorithm map (by alias)
Definition at line 214 of file TriggerMenuParser.h.
References m_algorithmAliasMap.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 255 of file TriggerMenuParser.h.
References m_algorithmImplementation.
|
inline |
get / set the algorithm map (by name)
Definition at line 209 of file TriggerMenuParser.h.
References m_algorithmMap.
Referenced by L1TGlobalProducer::produce().
|
inline |
get / set / build the condition maps
Definition at line 100 of file TriggerMenuParser.h.
References m_conditionMap.
|
inline |
get / set the number of condition chips in GTL
Definition at line 78 of file TriggerMenuParser.h.
References m_numberConditionChips.
|
inline |
get / set the number of physics trigger algorithms
Definition at line 94 of file TriggerMenuParser.h.
References m_numberPhysTriggers.
|
inline |
get / set the correspondence "condition chip - GTL algorithm word" in the hardware
Definition at line 89 of file TriggerMenuParser.h.
References m_orderConditionChip.
|
inline |
get / set the number of pins on the GTL condition chips
Definition at line 83 of file TriggerMenuParser.h.
References m_pinsOnConditionChip.
|
inline |
menu associated scale key
Definition at line 120 of file TriggerMenuParser.h.
References m_scaleDbKey.
Referenced by L1TGlobalProducer::produce().
|
inline |
menu associated scales
Definition at line 123 of file TriggerMenuParser.h.
References m_gtScales.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 247 of file TriggerMenuParser.h.
References m_triggerMenuAuthor.
|
inline |
Definition at line 243 of file TriggerMenuParser.h.
References m_triggerMenuDate.
|
inline |
Definition at line 251 of file TriggerMenuParser.h.
References m_triggerMenuDescription.
|
inline |
Definition at line 115 of file TriggerMenuParser.h.
References m_triggerMenuImplementation.
Referenced by L1TGlobalProducer::produce().
|
inline |
get / set the trigger menu names
Definition at line 105 of file TriggerMenuParser.h.
References m_triggerMenuInterface.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 229 of file TriggerMenuParser.h.
References m_triggerMenuInterfaceAuthor.
|
inline |
get / set the XML parser creation date, author, description for menu interface, menu
Definition at line 225 of file TriggerMenuParser.h.
References m_triggerMenuInterfaceDate.
|
inline |
Definition at line 233 of file TriggerMenuParser.h.
References m_triggerMenuInterfaceDescription.
|
inline |
Definition at line 110 of file TriggerMenuParser.h.
References m_triggerMenuName.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 239 of file TriggerMenuParser.h.
References m_triggerMenuUUID.
Referenced by L1TGlobalProducer::produce().
|
private |
insert an algorithm into algorithm map
Definition at line 463 of file TriggerMenuParser.cc.
References GlobalAlgorithm::algoAlias(), GlobalAlgorithm::algoBitNumber(), GlobalAlgorithm::algoChipNumber(), GlobalAlgorithm::algoName(), GlobalAlgorithm::algoOutputPin(), L1TBPTX_cfi::bitNumber, LogTrace, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
insertConditionIntoMap - safe insert of condition into condition map. if the condition name already exists, do not insert it and return false
Definition at line 445 of file TriggerMenuParser.cc.
References submitPVResolutionJobs::count, LogTrace, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
|
private |
Definition at line 554 of file TriggerMenuParser.cc.
References data, contentValuesCheck::ss, and relativeConstraints::value.
|
private |
parse all algorithms
workAlgorithm - parse the algorithm and insert it into algorithm map.
node | The corresponding node to the algorithm. |
name | The name of the algorithm. |
chipNr | The number of the chip the conditions for that algorithm are located on. |
Definition at line 3671 of file TriggerMenuParser.cc.
References qcdUeDQM_cfi::algorithm, L1TBPTX_cfi::bitNumber, edm::isDebugEnabled(), LogDebug, LogTrace, GlobalAlgorithm::print(), GlobalAlgorithm::setAlgoAlias(), GlobalAlgorithm::setAlgoChipNumber(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
parseEnergySumCorr Parse an "energy sum" correlation condition and insert an entry to the conditions map
node | The corresponding node. |
name | The name of the condition. |
chipNr | The number of the chip this condition is located. |
Definition at line 2721 of file TriggerMenuParser.cc.
References TkAlMuonSelectors_cfi::cut, L1TUtmCondition::getName(), L1TUtmCondition::getObjects(), L1TUtmCondition::getType(), edm::isDebugEnabled(), GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi::model, Skims_PA_cff::name, AXOL1TLTemplate::print(), push_back(), GlobalCondition::setCondChipNr(), GlobalCondition::setCondGEq(), AXOL1TLTemplate::setConditionParameter(), GlobalCondition::setCondRelativeBx(), GlobalCondition::setCondType(), AXOL1TLTemplate::setModelVersion(), AlCaHLTBitMon_QueryRunRegistry::string, and l1t::TypeAXOL1TL.
|
private |
Definition at line 848 of file TriggerMenuParser.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 875 of file TriggerMenuParser.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
parse a calorimeter condition
parseCalo Parse a calo condition and insert an entry to the conditions map
node | The corresponding node. |
name | The name of the condition. |
chipNr | The number of the chip this condition is located. |
Definition at line 1651 of file TriggerMenuParser.cc.
References PixelTestBeamValidation_cfi::Charge, TkAlMuonSelectors_cfi::cut, L1TUtmCondition::getName(), L1TUtmCondition::getObjects(), L1TUtmCondition::getType(), l1t::gtEG, l1t::gtJet, l1t::gtTau, createfilelist::int, edm::isDebugEnabled(), findQualityFiles::jj, GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, Skims_PA_cff::name, electrons_cff::objType, VtxSmearedParameters_cfi::Phi, CaloTemplate::print(), push_back(), GlobalCondition::setCondChipNr(), GlobalCondition::setCondGEq(), CaloTemplate::setConditionParameter(), GlobalCondition::setCondRelativeBx(), GlobalCondition::setCondType(), GlobalCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, HLT_2024v12_cff::Threshold, l1t::Type1s, l1t::Type2s, l1t::Type3s, l1t::Type4s, l1t::TypeNull, and svgfig::window().
|
private |
parseCalo Parse a calo condition and insert an entry to the conditions map
node | The corresponding node. |
name | The name of the condition. |
chipNr | The number of the chip this condition is located. |
Definition at line 1948 of file TriggerMenuParser.cc.
References PixelTestBeamValidation_cfi::Charge, TkAlMuonSelectors_cfi::cut, L1TUtmObject::getBxOffset(), L1TUtmObject::getComparisonOperator(), L1TUtmObject::getCuts(), L1TUtmObject::getName(), L1TUtmObject::getType(), l1t::gtEG, l1t::gtJet, l1t::gtTau, createfilelist::int, edm::isDebugEnabled(), L1TRate_cfi::Jet, GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, Skims_PA_cff::name, electrons_cff::objType, VtxSmearedParameters_cfi::Phi, CaloTemplate::print(), push_back(), GlobalCondition::setCondChipNr(), GlobalCondition::setCondGEq(), CaloTemplate::setConditionParameter(), GlobalCondition::setCondRelativeBx(), GlobalCondition::setCondType(), GlobalCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, L1TRate_Offline_cfi::Tau, HLT_2024v12_cff::Threshold, l1t::Type1s, and svgfig::window().
void TriggerMenuParser::parseCondFormats | ( | const L1TUtmTriggerMenu * | utmMenu | ) |
Definition at line 219 of file TriggerMenuParser.cc.
References submitPVResolutionJobs::count, L1TUtmTriggerMenu::getAlgorithmMap(), L1TUtmTriggerMenu::getComment(), L1TUtmTriggerMenu::getConditionMap(), L1TUtmTriggerMenu::getDatetime(), L1TUtmTriggerMenu::getFirmwareUuid(), L1TUtmCondition::getName(), L1TUtmTriggerMenu::getName(), L1TUtmTriggerMenu::getScaleMap(), L1TUtmTriggerMenu::getScaleSetName(), L1TUtmCondition::getType(), L1TUtmTriggerMenu::getVersion(), cuy::ii, hltExoticaValidator_cfi::SingleMuon, AlCaHLTBitMon_QueryRunRegistry::string, and unpackBuffers-CaloStage2::token.
Referenced by L1TGlobalProducer::produce().
|
private |
parse a correlation condition
parseCorrelation Parse a correlation condition and insert an entry to the conditions map
node | The corresponding node. |
name | The name of the condition. |
chipNr | The number of the chip this condition is located. |
Definition at line 2918 of file TriggerMenuParser.cc.
References CorrelationTemplate::CorrelationParameter::chargeCorrelation, l1t::CondCalo, l1t::CondEnergySum, l1t::CondMuon, CorrelationTemplate::CorrelationParameter::corrCutType, TkAlMuonSelectors_cfi::cut, HLT_2024v12_cff::DeltaEta, ZGammaplusJetsMonitor_cff::DeltaPhi, electronAnalyzer_cfi::DeltaR, ETM, L1TUtmCondition::getCuts(), L1TUtmCondition::getName(), L1TUtmCondition::getObjects(), L1TUtmCondition::getType(), l1t::gtEG, l1t::gtETM, l1t::gtETMHF, l1t::gtHTM, l1t::gtJet, l1t::gtMu, l1t::gtTau, l1t::gtTowerCount, HTM, ALPAKA_ACCELERATOR_NAMESPACE::caPixelDoublets::if(), edm::isDebugEnabled(), L1TRate_cfi::Jet, findQualityFiles::jj, LogDebug, LogTrace, HLTSiStripMonitoring_cff::Mass, CorrelationTemplate::CorrelationParameter::maxDRCutValue, CorrelationTemplate::CorrelationParameter::maxEtaCutValue, CorrelationTemplate::CorrelationParameter::maxMassCutValue, CorrelationTemplate::CorrelationParameter::maxPhiCutValue, CorrelationTemplate::CorrelationParameter::maxTBPTCutValue, CorrelationTemplate::CorrelationParameter::minDRCutValue, CorrelationTemplate::CorrelationParameter::minEtaCutValue, CorrelationTemplate::CorrelationParameter::minMassCutValue, CorrelationTemplate::CorrelationParameter::minPhiCutValue, CorrelationTemplate::CorrelationParameter::minTBPTCutValue, dumpRecoGeometry_cfg::Muon, Skims_PA_cff::name, electrons_cff::objType, funct::pow(), CorrelationTemplate::CorrelationParameter::precDRCut, CorrelationTemplate::CorrelationParameter::precEtaCut, CorrelationTemplate::CorrelationParameter::precMassCut, CorrelationTemplate::CorrelationParameter::precPhiCut, CorrelationTemplate::CorrelationParameter::precTBPTCut, CorrelationTemplate::print(), push_back(), CorrelationTemplate::setCond0Category(), CorrelationTemplate::setCond0Index(), CorrelationTemplate::setCond1Category(), CorrelationTemplate::setCond1Index(), GlobalCondition::setCondChipNr(), GlobalCondition::setCondGEq(), GlobalCondition::setCondType(), CorrelationTemplate::setCorrelationParameter(), GlobalCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, L1TRate_Offline_cfi::Tau, and l1t::Type2cor.
|
private |
parse a three-body correlation condition
parseCorrelationThreeBody Parse a correlation condition between three objects and insert an entry to the conditions map
node | The corresponding node. |
name | The name of the condition. |
chipNr | The number of the chip this condition is located. |
Definition at line 3218 of file TriggerMenuParser.cc.
References CorrelationThreeBodyTemplate::CorrelationThreeBodyParameter::chargeCorrelation, l1t::CondMuon, CorrelationThreeBodyTemplate::CorrelationThreeBodyParameter::corrCutType, TkAlMuonSelectors_cfi::cut, L1TUtmCondition::getCuts(), L1TUtmCondition::getName(), L1TUtmCondition::getObjects(), L1TUtmCondition::getType(), l1t::gtMu, ALPAKA_ACCELERATOR_NAMESPACE::caPixelDoublets::if(), edm::isDebugEnabled(), LogDebug, LogTrace, HLTSiStripMonitoring_cff::Mass, CorrelationThreeBodyTemplate::CorrelationThreeBodyParameter::maxMassCutValue, CorrelationThreeBodyTemplate::CorrelationThreeBodyParameter::minMassCutValue, dumpRecoGeometry_cfg::Muon, Skims_PA_cff::name, electrons_cff::objType, funct::pow(), CorrelationThreeBodyTemplate::CorrelationThreeBodyParameter::precMassCut, CorrelationThreeBodyTemplate::print(), push_back(), CorrelationThreeBodyTemplate::setCond0Category(), CorrelationThreeBodyTemplate::setCond0Index(), CorrelationThreeBodyTemplate::setCond1Category(), CorrelationThreeBodyTemplate::setCond1Index(), CorrelationThreeBodyTemplate::setCond2Category(), CorrelationThreeBodyTemplate::setCond2Index(), GlobalCondition::setCondChipNr(), GlobalCondition::setCondType(), CorrelationThreeBodyTemplate::setCorrelationThreeBodyParameter(), GlobalCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, and l1t::Type3s.
|
private |
parse a correlation condition with overlap removal
parseCorrelationWithOverlapRemoval Parse a correlation condition and insert an entry to the conditions map
node | The corresponding node. |
name | The name of the condition. |
chipNr | The number of the chip this condition is located. |
Definition at line 3377 of file TriggerMenuParser.cc.
References CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::chargeCorrelation, l1t::CondCalo, l1t::CondEnergySum, l1t::CondMuon, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::corrCutType, TkAlMuonSelectors_cfi::cut, HLT_2024v12_cff::DeltaEta, ZGammaplusJetsMonitor_cff::DeltaPhi, electronAnalyzer_cfi::DeltaR, ETM, L1TUtmCondition::getCuts(), L1TUtmCondition::getName(), L1TUtmCondition::getObjects(), L1TUtmCondition::getType(), l1t::gtEG, l1t::gtETM, l1t::gtETMHF, l1t::gtHTM, l1t::gtJet, l1t::gtMu, l1t::gtTau, l1t::gtTowerCount, HTM, ALPAKA_ACCELERATOR_NAMESPACE::caPixelDoublets::if(), edm::isDebugEnabled(), L1TRate_cfi::Jet, findQualityFiles::jj, LogDebug, LogTrace, HLTSiStripMonitoring_cff::Mass, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxDRCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxEtaCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxMassCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxOverlapRemovalDRCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxOverlapRemovalEtaCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxOverlapRemovalPhiCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxPhiCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minDRCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minEtaCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minMassCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minOverlapRemovalDRCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minOverlapRemovalEtaCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minOverlapRemovalPhiCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minPhiCutValue, dumpRecoGeometry_cfg::Muon, Skims_PA_cff::name, electrons_cff::objType, funct::pow(), CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precDRCut, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precEtaCut, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precMassCut, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precOverlapRemovalDRCut, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precOverlapRemovalEtaCut, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precOverlapRemovalPhiCut, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precPhiCut, CorrelationWithOverlapRemovalTemplate::print(), push_back(), CorrelationWithOverlapRemovalTemplate::setCond0Category(), CorrelationWithOverlapRemovalTemplate::setCond0Index(), CorrelationWithOverlapRemovalTemplate::setCond1Category(), CorrelationWithOverlapRemovalTemplate::setCond1Index(), CorrelationWithOverlapRemovalTemplate::setCond2Category(), CorrelationWithOverlapRemovalTemplate::setCond2Index(), GlobalCondition::setCondChipNr(), GlobalCondition::setCondGEq(), GlobalCondition::setCondType(), CorrelationWithOverlapRemovalTemplate::setCorrelationWithOverlapRemovalParameter(), GlobalCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, L1TRate_Offline_cfi::Tau, and l1t::Type2corWithOverlapRemoval.
|
private |
Definition at line 947 of file TriggerMenuParser.cc.
References dqmiodumpmetadata::n, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 982 of file TriggerMenuParser.cc.
References dqmiodumpmetadata::n, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
parse an "energy sum" condition
parseEnergySum Parse an "energy sum" condition and insert an entry to the conditions map
node | The corresponding node. |
name | The name of the condition. |
chipNr | The number of the chip this condition is located. |
Definition at line 2177 of file TriggerMenuParser.cc.
References TkAlMuonSelectors_cfi::cut, TauDecayModes::dec, L1TUtmCondition::getName(), L1TUtmCondition::getObjects(), L1TUtmCondition::getType(), l1t::gtAsymmetryEt, l1t::gtAsymmetryEtHF, l1t::gtAsymmetryHt, l1t::gtAsymmetryHtHF, l1t::gtCentrality0, l1t::gtCentrality1, l1t::gtCentrality2, l1t::gtCentrality3, l1t::gtCentrality4, l1t::gtCentrality5, l1t::gtCentrality6, l1t::gtCentrality7, l1t::gtETM, l1t::gtETMHF, l1t::gtETT, l1t::gtETTem, l1t::gtHTM, l1t::gtHTT, l1t::gtMinBiasHFM0, l1t::gtMinBiasHFM1, l1t::gtMinBiasHFP0, l1t::gtMinBiasHFP1, l1t::gtTowerCount, edm::isDebugEnabled(), findQualityFiles::jj, GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, Skims_PA_cff::name, electrons_cff::objType, VtxSmearedParameters_cfi::Phi, EnergySumTemplate::print(), push_back(), GlobalCondition::setCondChipNr(), GlobalCondition::setCondGEq(), EnergySumTemplate::setConditionParameter(), GlobalCondition::setCondRelativeBx(), GlobalCondition::setCondType(), GlobalCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, HLT_2024v12_cff::Threshold, l1t::TypeAsymEt, l1t::TypeAsymEtHF, l1t::TypeAsymHt, l1t::TypeAsymHtHF, l1t::TypeCent0, l1t::TypeCent1, l1t::TypeCent2, l1t::TypeCent3, l1t::TypeCent4, l1t::TypeCent5, l1t::TypeCent6, l1t::TypeCent7, l1t::TypeETM, l1t::TypeETMHF, l1t::TypeETT, l1t::TypeETTem, l1t::TypeHTM, l1t::TypeHTT, l1t::TypeMinBiasHFM0, l1t::TypeMinBiasHFM1, l1t::TypeMinBiasHFP0, l1t::TypeMinBiasHFP1, and l1t::TypeTowerCount.
|
private |
parseEnergySumCorr Parse an "energy sum" correlation condition and insert an entry to the conditions map
node | The corresponding node. |
name | The name of the condition. |
chipNr | The number of the chip this condition is located. |
Definition at line 2551 of file TriggerMenuParser.cc.
References TkAlMuonSelectors_cfi::cut, TauDecayModes::dec, ETM, L1TUtmObject::getBxOffset(), L1TUtmObject::getComparisonOperator(), L1TUtmObject::getCuts(), L1TUtmObject::getName(), L1TUtmObject::getType(), l1t::gtETM, l1t::gtETMHF, l1t::gtHTM, l1t::gtTowerCount, HTM, edm::isDebugEnabled(), GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, Skims_PA_cff::name, electrons_cff::objType, VtxSmearedParameters_cfi::Phi, EnergySumTemplate::print(), push_back(), GlobalCondition::setCondChipNr(), GlobalCondition::setCondGEq(), EnergySumTemplate::setConditionParameter(), GlobalCondition::setCondRelativeBx(), GlobalCondition::setCondType(), GlobalCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, HLT_2024v12_cff::Threshold, l1t::TypeETM, l1t::TypeETMHF, l1t::TypeHTM, and l1t::TypeTowerCount.
|
private |
parseEnergySumZdc Parse an "energy sum" condition from the ZDC subsystem and insert an entry to the conditions map
node | The corresponding node. |
name | The name of the condition. |
chipNr | The number of the chip this condition is located. |
Definition at line 2413 of file TriggerMenuParser.cc.
References TkAlMuonSelectors_cfi::cut, TauDecayModes::dec, L1TUtmCondition::getName(), L1TUtmCondition::getObjects(), L1TUtmCondition::getType(), l1t::gtZDCM, l1t::gtZDCP, edm::isDebugEnabled(), findQualityFiles::jj, GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, Skims_PA_cff::name, electrons_cff::objType, EnergySumZdcTemplate::print(), push_back(), GlobalCondition::setCondChipNr(), GlobalCondition::setCondGEq(), EnergySumZdcTemplate::setConditionParameter(), GlobalCondition::setCondRelativeBx(), GlobalCondition::setCondType(), GlobalCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, HLT_2024v12_cff::Threshold, l1t::TypeZDCM, and l1t::TypeZDCP.
|
private |
parseExternal Parse an External condition and insert an entry to the conditions map
node | The corresponding node. |
name | The name of the condition. |
chipNr | The number of the chip this condition is located. |
Definition at line 2844 of file TriggerMenuParser.cc.
References L1TUtmCondition::getName(), L1TUtmCondition::getObjects(), L1TUtmCondition::getType(), l1t::gtExternal, findQualityFiles::jj, LogDebug, LogTrace, Skims_PA_cff::name, electrons_cff::objType, push_back(), GlobalCondition::setCondChipNr(), GlobalCondition::setCondGEq(), GlobalCondition::setCondRelativeBx(), GlobalCondition::setCondType(), ExternalTemplate::setExternalChannel(), GlobalCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, and l1t::TypeExternal.
|
private |
parse a muon condition
parseMuon Parse a muon condition and insert an entry to the conditions map
node | The corresponding node. |
name | The name of the condition. |
chipNr | The number of the chip this condition is located. |
Definition at line 1069 of file TriggerMenuParser.cc.
References ALCARECOTkAlJpsiMuMu_cff::charge, PixelTestBeamValidation_cfi::Charge, MuonTemplate::CorrelationParameter::chargeCorrelation, TkAlMuonSelectors_cfi::cut, L1TUtmCondition::getCuts(), L1TUtmCondition::getName(), L1TUtmCondition::getObjects(), L1TUtmCondition::getType(), l1t::gtMu, createfilelist::int, edm::isDebugEnabled(), findQualityFiles::jj, GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, Skims_PA_cff::name, electrons_cff::objType, VtxSmearedParameters_cfi::Phi, MuonTemplate::print(), push_back(), GlobalCondition::setCondChipNr(), GlobalCondition::setCondGEq(), MuonTemplate::setConditionParameter(), GlobalCondition::setCondRelativeBx(), GlobalCondition::setCondType(), GlobalCondition::setObjectType(), hltExoticaValidator_cfi::SingleMuon, AlCaHLTBitMon_QueryRunRegistry::string, HLT_2024v12_cff::Threshold, l1t::Type1s, l1t::Type2s, l1t::Type3s, l1t::Type4s, and l1t::TypeNull.
|
private |
Definition at line 1334 of file TriggerMenuParser.cc.
References ALCARECOTkAlJpsiMuMu_cff::charge, PixelTestBeamValidation_cfi::Charge, MuonTemplate::CorrelationParameter::chargeCorrelation, TkAlMuonSelectors_cfi::cut, L1TUtmObject::getBxOffset(), L1TUtmObject::getComparisonOperator(), L1TUtmObject::getCuts(), L1TUtmObject::getName(), L1TUtmObject::getType(), l1t::gtMu, createfilelist::int, edm::isDebugEnabled(), GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, Skims_PA_cff::name, electrons_cff::objType, VtxSmearedParameters_cfi::Phi, MuonTemplate::print(), push_back(), GlobalCondition::setCondChipNr(), GlobalCondition::setCondGEq(), MuonTemplate::setConditionParameter(), GlobalCondition::setCondRelativeBx(), GlobalCondition::setCondType(), GlobalCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, HLT_2024v12_cff::Threshold, and l1t::Type1s.
|
private |
parse a muon shower condition
parseMuonShower Parse a muonShower condition and insert an entry to the conditions map
node | The corresponding node. |
name | The name of the condition. |
chipNr | The number of the chip this condition is located. |
Definition at line 1573 of file TriggerMenuParser.cc.
References L1TUtmCondition::getName(), L1TUtmCondition::getObjects(), L1TUtmCondition::getType(), l1t::gtMuShower, edm::isDebugEnabled(), Skims_PA_cff::name, electrons_cff::objType, MuonShowerTemplate::print(), push_back(), GlobalCondition::setCondChipNr(), MuonShowerTemplate::setConditionParameter(), GlobalCondition::setCondRelativeBx(), GlobalCondition::setCondType(), GlobalCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, and l1t::Type1s.
|
private |
Definition at line 1017 of file TriggerMenuParser.cc.
References mps_check::array, reco::ceil(), l1t::COS, EcalMonitorTask_cff::func, cuy::ii, dqmiodumpmetadata::n, getGTfromDQMFile::obj, funct::pow(), FastTimerService_cff::range, pfClustersFromCombinedCaloHF_cfi::scale, l1t::SIN, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 902 of file TriggerMenuParser.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
parse scales
parseScales Parse Et, Eta, and Phi Scales
Definition at line 569 of file TriggerMenuParser.cc.
References newFWLiteAna::bin, l1t::COS, l1t::GlobalScales::ScaleParameters::etaBins, l1t::GlobalScales::ScaleParameters::etaMax, l1t::GlobalScales::ScaleParameters::etaMin, l1t::GlobalScales::ScaleParameters::etaStep, l1t::GlobalScales::ScaleParameters::etBins, ETM, l1t::GlobalScales::ScaleParameters::etMax, l1t::GlobalScales::ScaleParameters::etMin, l1t::GlobalScales::ScaleParameters::etStep, ETT, HTM, HTT, mps_fire::i, L1TRate_cfi::Jet, dumpRecoGeometry_cfg::Muon, l1t::GlobalScales::ScaleParameters::phiBins, l1t::GlobalScales::ScaleParameters::phiMax, l1t::GlobalScales::ScaleParameters::phiMin, l1t::GlobalScales::ScaleParameters::phiStep, funct::pow(), pfClustersFromCombinedCaloHF_cfi::scale, l1t::SIN, L1TRate_Offline_cfi::Tau, l1t::GlobalScales::ScaleParameters::uptBins, l1t::GlobalScales::ScaleParameters::uptMax, l1t::GlobalScales::ScaleParameters::uptMin, and l1t::GlobalScales::ScaleParameters::uptStep.
|
private |
Definition at line 925 of file TriggerMenuParser.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
void TriggerMenuParser::setCorCaloTemplate | ( | const std::vector< std::vector< CaloTemplate > > & | corCaloTempl | ) |
Definition at line 176 of file TriggerMenuParser.cc.
void TriggerMenuParser::setCorEnergySumTemplate | ( | const std::vector< std::vector< EnergySumTemplate > > & | corEnergySumTempl | ) |
Definition at line 180 of file TriggerMenuParser.cc.
void TriggerMenuParser::setCorMuonTemplate | ( | const std::vector< std::vector< MuonTemplate > > & | corMuonTempl | ) |
Definition at line 172 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtAlgorithmAliasMap | ( | const AlgorithmMap & | algoMap | ) |
Definition at line 189 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtAlgorithmImplementation | ( | const std::string & | val | ) |
Definition at line 423 of file TriggerMenuParser.cc.
References heppy_batch::val.
void TriggerMenuParser::setGtAlgorithmMap | ( | const AlgorithmMap & | algoMap | ) |
Definition at line 186 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtConditionMap | ( | const std::vector< ConditionMap > & | condMap | ) |
Definition at line 103 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtNumberConditionChips | ( | const unsigned int & | numberConditionChipsValue | ) |
Definition at line 82 of file TriggerMenuParser.cc.
Referenced by L1TGlobalProducer::produce().
void TriggerMenuParser::setGtNumberPhysTriggers | ( | const unsigned int & | numberPhysTriggersValue | ) |
Definition at line 98 of file TriggerMenuParser.cc.
Referenced by L1TGlobalProducer::produce().
void TriggerMenuParser::setGtOrderConditionChip | ( | const std::vector< int > & | orderConditionChipValue | ) |
Definition at line 93 of file TriggerMenuParser.cc.
Referenced by L1TGlobalProducer::produce().
void TriggerMenuParser::setGtPinsOnConditionChip | ( | const unsigned int & | pinsOnConditionChipValue | ) |
Definition at line 87 of file TriggerMenuParser.cc.
Referenced by L1TGlobalProducer::produce().
void TriggerMenuParser::setGtScaleDbKey | ( | const std::string & | scaleKey | ) |
Definition at line 120 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtTriggerMenuAuthor | ( | const std::string & | val | ) |
Definition at line 419 of file TriggerMenuParser.cc.
References heppy_batch::val.
void TriggerMenuParser::setGtTriggerMenuDate | ( | const std::string & | val | ) |
Definition at line 417 of file TriggerMenuParser.cc.
References heppy_batch::val.
void TriggerMenuParser::setGtTriggerMenuDescription | ( | const std::string & | val | ) |
Definition at line 421 of file TriggerMenuParser.cc.
References heppy_batch::val.
void TriggerMenuParser::setGtTriggerMenuImplementation | ( | const unsigned long & | menuImplementation | ) |
Definition at line 115 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtTriggerMenuInterface | ( | const std::string & | menuInterface | ) |
Definition at line 106 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtTriggerMenuInterfaceAuthor | ( | const std::string & | val | ) |
Definition at line 409 of file TriggerMenuParser.cc.
References heppy_batch::val.
void TriggerMenuParser::setGtTriggerMenuInterfaceDate | ( | const std::string & | val | ) |
Definition at line 407 of file TriggerMenuParser.cc.
References heppy_batch::val.
void TriggerMenuParser::setGtTriggerMenuInterfaceDescription | ( | const std::string & | val | ) |
Definition at line 413 of file TriggerMenuParser.cc.
References heppy_batch::val.
void TriggerMenuParser::setGtTriggerMenuName | ( | const std::string & | menuName | ) |
Definition at line 113 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtTriggerMenuUUID | ( | const int | uuid | ) |
Definition at line 111 of file TriggerMenuParser.cc.
References createPayload::uuid.
void TriggerMenuParser::setVecAXOL1TLTemplate | ( | const std::vector< std::vector< AXOL1TLTemplate > > & | vecAXOL1TLTempl | ) |
Definition at line 146 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecCaloTemplate | ( | const std::vector< std::vector< CaloTemplate > > & | vecCaloTempl | ) |
Definition at line 132 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecCorrelationTemplate | ( | const std::vector< std::vector< CorrelationTemplate > > & | vecCorrelationTempl | ) |
Definition at line 155 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecCorrelationThreeBodyTemplate | ( | const std::vector< std::vector< CorrelationThreeBodyTemplate > > & | vecCorrelationThreeBodyTempl | ) |
Definition at line 160 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecCorrelationWithOverlapRemovalTemplate | ( | const std::vector< std::vector< CorrelationWithOverlapRemovalTemplate > > & | vecCorrelationWithOverlapRemovalTempl | ) |
Definition at line 165 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecEnergySumTemplate | ( | const std::vector< std::vector< EnergySumTemplate > > & | vecEnergySumTempl | ) |
Definition at line 136 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecEnergySumZdcTemplate | ( | const std::vector< std::vector< EnergySumZdcTemplate > > & | vecEnergySumZdcTempl | ) |
Definition at line 141 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecExternalTemplate | ( | const std::vector< std::vector< ExternalTemplate > > & | vecExternalTempl | ) |
Definition at line 150 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecMuonShowerTemplate | ( | const std::vector< std::vector< MuonShowerTemplate > > & | vecMuonShowerTempl | ) |
Definition at line 127 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecMuonTemplate | ( | const std::vector< std::vector< MuonTemplate > > & | vecMuonTempl | ) |
Definition at line 123 of file TriggerMenuParser.cc.
|
inline |
Definition at line 157 of file TriggerMenuParser.h.
References m_vecAXOL1TLTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 138 of file TriggerMenuParser.h.
References m_vecCaloTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 168 of file TriggerMenuParser.h.
References m_vecCorrelationTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 175 of file TriggerMenuParser.h.
References m_vecCorrelationThreeBodyTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 183 of file TriggerMenuParser.h.
References m_vecCorrelationWithOverlapRemovalTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 143 of file TriggerMenuParser.h.
References m_vecEnergySumTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 150 of file TriggerMenuParser.h.
References m_vecEnergySumZdcTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 161 of file TriggerMenuParser.h.
References m_vecExternalTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 132 of file TriggerMenuParser.h.
References m_vecMuonShowerTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
get / set the vectors containing the conditions
Definition at line 128 of file TriggerMenuParser.h.
References m_vecMuonTemplate.
Referenced by L1TGlobalProducer::produce().
|
private |
map containing the physics algorithms (by alias)
Definition at line 432 of file TriggerMenuParser.h.
Referenced by gtAlgorithmAliasMap().
|
private |
Definition at line 395 of file TriggerMenuParser.h.
Referenced by gtAlgorithmImplementation().
|
private |
map containing the physics algorithms (by name)
Definition at line 429 of file TriggerMenuParser.h.
Referenced by gtAlgorithmMap().
|
private |
map containing the conditions (per condition chip) - transient
Definition at line 399 of file TriggerMenuParser.h.
Referenced by gtConditionMap().
|
private |
Definition at line 425 of file TriggerMenuParser.h.
Referenced by corCaloTemplate().
|
private |
Definition at line 426 of file TriggerMenuParser.h.
Referenced by corEnergySumTemplate().
|
private |
Definition at line 424 of file TriggerMenuParser.h.
Referenced by corMuonTemplate().
|
private |
Definition at line 435 of file TriggerMenuParser.h.
Referenced by gtScales().
|
private |
hardware limits
number of condition chips
Definition at line 371 of file TriggerMenuParser.h.
Referenced by gtNumberConditionChips().
|
private |
number of physics trigger algorithms
Definition at line 381 of file TriggerMenuParser.h.
Referenced by gtNumberPhysTriggers().
|
private |
correspondence "condition chip - GTL algorithm word" in the hardware chip 2: 0 - 95; chip 1: 96 - 128 (191)
Definition at line 378 of file TriggerMenuParser.h.
Referenced by gtOrderConditionChip().
|
private |
number of pins on the GTL condition chips
Definition at line 374 of file TriggerMenuParser.h.
Referenced by gtPinsOnConditionChip().
|
private |
menu associated scale key
Definition at line 409 of file TriggerMenuParser.h.
Referenced by gtScaleDbKey().
|
private |
Definition at line 392 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuAuthor().
|
private |
Definition at line 391 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuDate().
|
private |
Definition at line 393 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuDescription().
|
private |
Definition at line 405 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuImplementation().
|
private |
menu names
Definition at line 403 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuInterface().
|
private |
Definition at line 388 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuInterfaceAuthor().
|
private |
number of technical triggers
Definition at line 387 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuInterfaceDate().
|
private |
Definition at line 389 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuInterfaceDescription().
|
private |
Definition at line 404 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuName().
|
private |
Definition at line 406 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuUUID().
|
private |
Definition at line 418 of file TriggerMenuParser.h.
Referenced by vecAXOL1TLTemplate().
|
private |
Definition at line 415 of file TriggerMenuParser.h.
Referenced by vecCaloTemplate().
|
private |
Definition at line 421 of file TriggerMenuParser.h.
Referenced by vecCorrelationTemplate().
|
private |
Definition at line 422 of file TriggerMenuParser.h.
Referenced by vecCorrelationThreeBodyTemplate().
|
private |
Definition at line 423 of file TriggerMenuParser.h.
Referenced by vecCorrelationWithOverlapRemovalTemplate().
|
private |
Definition at line 416 of file TriggerMenuParser.h.
Referenced by vecEnergySumTemplate().
|
private |
Definition at line 417 of file TriggerMenuParser.h.
Referenced by vecEnergySumZdcTemplate().
|
private |
Definition at line 419 of file TriggerMenuParser.h.
Referenced by vecExternalTemplate().
|
private |
Definition at line 414 of file TriggerMenuParser.h.
Referenced by vecMuonShowerTemplate().
|
private |
vectors containing the conditions explicit, due to persistency...
Definition at line 413 of file TriggerMenuParser.h.
Referenced by vecMuonTemplate().