#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 |
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 L1TGlobalScales & | gtScales () const |
menu associated scales More... | |
const std::string & | gtTriggerMenuAuthor () const |
const std::string & | gtTriggerMenuDate () const |
const std::string & | gtTriggerMenuDescription () const |
const std::string & | 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 |
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 std::string &) |
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 | setVecCaloTemplate (const std::vector< std::vector< CaloTemplate > > &) |
void | setVecCorrelationTemplate (const std::vector< std::vector< CorrelationTemplate > > &) |
void | setVecEnergySumTemplate (const std::vector< std::vector< EnergySumTemplate > > &) |
void | setVecExternalTemplate (const std::vector< std::vector< ExternalTemplate > > &) |
void | setVecMuonTemplate (const std::vector< std::vector< MuonTemplate > > &) |
TriggerMenuParser () | |
const std::vector< std::vector < CaloTemplate > > & | vecCaloTemplate () const |
const std::vector< std::vector < CorrelationTemplate > > & | vecCorrelationTemplate () const |
const std::vector< std::vector < EnergySumTemplate > > & | vecEnergySumTemplate () const |
const std::vector< std::vector < ExternalTemplate > > & | vecExternalTemplate () 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 L1GtAlgorithm &alg) |
insert an algorithm into algorithm map More... | |
bool | insertConditionIntoMap (GtCondition &cond, const int chipNr) |
int | l1t2int (l1t::RelativeBx) |
template<typename T > | |
std::string | l1t2string (T) |
std::string | l1tDateTime2string (l1t::DateTime) |
int | l1tstr2int (const std::string data) |
bool | parseAlgorithm (tmeventsetup::esAlgorithm algorithm, unsigned int chipNr=0) |
parse all algorithms More... | |
bool | parseCalo (tmeventsetup::esCondition condCalo, unsigned int chipNr=0, const bool corrFlag=false) |
parse a calorimeter condition More... | |
bool | parseCaloCorr (const tmeventsetup::esObject *corrCalo, unsigned int chipNr=0) |
bool | parseCorrelation (tmeventsetup::esCondition corrCond, unsigned int chipNr=0) |
parse a correlation condition More... | |
bool | parseEnergySum (tmeventsetup::esCondition condEnergySums, unsigned int chipNr=0, const bool corrFlag=false) |
parse an "energy sum" condition More... | |
bool | parseEnergySumCorr (const tmeventsetup::esObject *corrESum, unsigned int chipNr=0) |
bool | parseExternal (tmeventsetup::esCondition condExt, unsigned int chipNr=0) |
bool | parseMuon (tmeventsetup::esCondition condMu, unsigned int chipNr=0, const bool corrFlag=false) |
parse a muon condition More... | |
bool | parseMuonCorr (const tmeventsetup::esObject *condMu, unsigned int chipNr=0) |
bool | parseScales (std::map< std::string, tmeventsetup::esScale > scaleMap) |
parse scales More... | |
Private Attributes | |
AlgorithmMap | m_algorithmAliasMap |
map containing the physics algorithms (by alias) More... | |
std::string | m_algorithmImplementation |
AlgorithmMap | m_algorithmMap |
map containing the physics algorithms (by name) More... | |
std::vector< ConditionMap > | m_conditionMap |
map containing the conditions (per condition chip) - transient More... | |
std::vector< std::vector < CaloTemplate > > | m_corCaloTemplate |
std::vector< std::vector < EnergySumTemplate > > | m_corEnergySumTemplate |
std::vector< std::vector < MuonTemplate > > | m_corMuonTemplate |
L1TGlobalScales | m_gtScales |
unsigned int | m_numberConditionChips |
hardware limits More... | |
unsigned int | m_numberPhysTriggers |
number of physics trigger algorithms More... | |
std::vector< int > | m_orderConditionChip |
unsigned int | m_pinsOnConditionChip |
number of pins on the GTL condition chips More... | |
std::string | m_scaleDbKey |
menu associated scale key More... | |
std::string | m_triggerMenuAuthor |
std::string | m_triggerMenuDate |
std::string | m_triggerMenuDescription |
std::string | m_triggerMenuImplementation |
std::string | m_triggerMenuInterface |
menu names More... | |
std::string | m_triggerMenuInterfaceAuthor |
std::string | m_triggerMenuInterfaceDate |
number of technical triggers More... | |
std::string | m_triggerMenuInterfaceDescription |
std::string | m_triggerMenuName |
std::vector< std::vector < CaloTemplate > > | m_vecCaloTemplate |
std::vector< std::vector < CorrelationTemplate > > | m_vecCorrelationTemplate |
std::vector< std::vector < EnergySumTemplate > > | m_vecEnergySumTemplate |
std::vector< std::vector < ExternalTemplate > > | m_vecExternalTemplate |
std::vector< std::vector < MuonTemplate > > | m_vecMuonTemplate |
Definition at line 54 of file TriggerMenuParser.h.
TriggerMenuParser::TriggerMenuParser | ( | ) |
constructor empty
Definition at line 48 of file TriggerMenuParser.cc.
|
virtual |
|
private |
clearMaps - delete all conditions and algorithms in the maps and clear the maps.
Definition at line 370 of file TriggerMenuParser.cc.
|
inline |
Definition at line 192 of file TriggerMenuParser.h.
References m_corCaloTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 199 of file TriggerMenuParser.h.
References m_corEnergySumTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 185 of file TriggerMenuParser.h.
References m_corMuonTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
get / set the algorithm map (by alias)
Definition at line 215 of file TriggerMenuParser.h.
References m_algorithmAliasMap.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 269 of file TriggerMenuParser.h.
References m_algorithmImplementation.
|
inline |
get / set the algorithm map (by name)
Definition at line 208 of file TriggerMenuParser.h.
References m_algorithmMap.
Referenced by L1TGlobalProducer::produce().
|
inline |
get / set / build the condition maps
Definition at line 102 of file TriggerMenuParser.h.
References m_conditionMap.
|
inline |
get / set the number of condition chips in GTL
Definition at line 69 of file TriggerMenuParser.h.
References m_numberConditionChips.
|
inline |
get / set the number of physics trigger algorithms
Definition at line 91 of file TriggerMenuParser.h.
References m_numberPhysTriggers.
|
inline |
get / set the correspondence "condition chip - GTL algorithm word" in the hardware
Definition at line 84 of file TriggerMenuParser.h.
References m_orderConditionChip.
|
inline |
get / set the number of pins on the GTL condition chips
Definition at line 76 of file TriggerMenuParser.h.
References m_pinsOnConditionChip.
|
inline |
menu associated scale key
Definition at line 130 of file TriggerMenuParser.h.
References m_scaleDbKey.
Referenced by L1TGlobalProducer::produce().
|
inline |
menu associated scales
Definition at line 135 of file TriggerMenuParser.h.
References m_gtScales.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 256 of file TriggerMenuParser.h.
References m_triggerMenuAuthor.
|
inline |
Definition at line 250 of file TriggerMenuParser.h.
References m_triggerMenuDate.
|
inline |
Definition at line 262 of file TriggerMenuParser.h.
References m_triggerMenuDescription.
|
inline |
Definition at line 123 of file TriggerMenuParser.h.
References m_triggerMenuImplementation.
Referenced by L1TGlobalProducer::produce().
|
inline |
get / set the trigger menu names
Definition at line 109 of file TriggerMenuParser.h.
References m_triggerMenuInterface.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 236 of file TriggerMenuParser.h.
References m_triggerMenuInterfaceAuthor.
|
inline |
get / set the XML parser creation date, author, description for menu interface, menu
Definition at line 230 of file TriggerMenuParser.h.
References m_triggerMenuInterfaceDate.
|
inline |
Definition at line 242 of file TriggerMenuParser.h.
References m_triggerMenuInterfaceDescription.
|
inline |
Definition at line 116 of file TriggerMenuParser.h.
References m_triggerMenuName.
Referenced by L1TGlobalProducer::produce().
|
private |
insert an algorithm into algorithm map
Definition at line 414 of file TriggerMenuParser.cc.
References L1GtAlgorithm::algoAlias(), L1GtAlgorithm::algoBitNumber(), L1GtAlgorithm::algoChipNumber(), L1GtAlgorithm::algoName(), L1GtAlgorithm::algoOutputPin(), 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 390 of file TriggerMenuParser.cc.
References GtCondition::condName(), KineDebug3::count(), LogTrace, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 518 of file TriggerMenuParser.cc.
References data, contentValuesCheck::ss, and relativeConstraints::value.
|
private |
|
private |
Definition at line 510 of file TriggerMenuParser.cc.
References contentValuesCheck::ss.
|
private |
Definition at line 525 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 2485 of file TriggerMenuParser.cc.
References edm::isDebugEnabled(), LogDebug, LogTrace, L1GtAlgorithm::print(), L1GtAlgorithm::setAlgoAlias(), L1GtAlgorithm::setAlgoChipNumber(), and 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 1151 of file TriggerMenuParser.cc.
References CenJet, GOODCOLL_filter_cfg::cut, hpstanc_transforms::cuts, TauDecayModes::dec, reco::tau::disc::Eta(), ora::GE, edm::isDebugEnabled(), findQualityFiles::jj, GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, mergeVDriftHistosByStation::name, NoIsoEG, colinearityKinematic::Phi, CaloTemplate::print(), GtCondition::setCondChipNr(), GtCondition::setCondGEq(), CaloTemplate::setConditionParameter(), GtCondition::setCondRelativeBx(), GtCondition::setCondType(), GtCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, TauJet, l1t::Type1s, l1t::Type2s, l1t::Type3s, l1t::Type4s, and l1t::TypeNull.
|
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 1480 of file TriggerMenuParser.cc.
References CenJet, GOODCOLL_filter_cfg::cut, hpstanc_transforms::cuts, TauDecayModes::dec, reco::tau::disc::Eta(), ora::GE, edm::isDebugEnabled(), configurableAnalysis::Jet, GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, mergeVDriftHistosByStation::name, NoIsoEG, colinearityKinematic::Phi, CaloTemplate::print(), GtCondition::setCondChipNr(), GtCondition::setCondGEq(), CaloTemplate::setConditionParameter(), GtCondition::setCondRelativeBx(), GtCondition::setCondType(), GtCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, TauJet, and l1t::Type1s.
void TriggerMenuParser::parseCondFormats | ( | const L1TUtmTriggerMenu * | utmMenu | ) |
Definition at line 195 of file TriggerMenuParser.cc.
References ecalcalib_dqm_sourceclient-live_cfg::algo, KineDebug3::count(), HLT_FULL_cff::DoubleMuon, cuy::ii, reco::tau::disc::InvariantMass(), relval_steps::menu, HLT_FULL_cff::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 2226 of file TriggerMenuParser.cc.
References CenJet, CorrelationTemplate::CorrelationParameter::chargeCorrelation, l1t::CondCalo, l1t::CondEnergySum, l1t::CondMuon, KineDebug3::count(), GOODCOLL_filter_cfg::cut, hpstanc_transforms::cuts, ETM, ora::GE, HTM, edm::isDebugEnabled(), configurableAnalysis::Jet, findQualityFiles::jj, LogDebug, LogTrace, Mu, configurableAnalysis::Muon, mergeVDriftHistosByStation::name, NoIsoEG, CorrelationTemplate::print(), CorrelationTemplate::setCond0Category(), CorrelationTemplate::setCond0Index(), CorrelationTemplate::setCond1Category(), CorrelationTemplate::setCond1Index(), GtCondition::setCondChipNr(), GtCondition::setCondGEq(), GtCondition::setCondType(), CorrelationTemplate::setCorrelationParameter(), GtCondition::setObjectType(), findQualityFiles::size, AlCaHLTBitMon_QueryRunRegistry::string, TauJet, and l1t::Type2cor.
|
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 1732 of file TriggerMenuParser.cc.
References GOODCOLL_filter_cfg::cut, hpstanc_transforms::cuts, TauDecayModes::dec, reco::tau::disc::Eta(), ETM, ETT, ora::GE, HTM, HTT, edm::isDebugEnabled(), findQualityFiles::jj, GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, mergeVDriftHistosByStation::name, colinearityKinematic::Phi, EnergySumTemplate::print(), GtCondition::setCondChipNr(), GtCondition::setCondGEq(), EnergySumTemplate::setConditionParameter(), GtCondition::setCondRelativeBx(), GtCondition::setCondType(), GtCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, l1t::TypeETM, l1t::TypeETT, l1t::TypeHTM, and l1t::TypeHTT.
|
private |
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 1944 of file TriggerMenuParser.cc.
References GOODCOLL_filter_cfg::cut, hpstanc_transforms::cuts, TauDecayModes::dec, reco::tau::disc::Eta(), ETM, ora::GE, HTM, edm::isDebugEnabled(), GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, mergeVDriftHistosByStation::name, colinearityKinematic::Phi, EnergySumTemplate::print(), GtCondition::setCondChipNr(), GtCondition::setCondGEq(), EnergySumTemplate::setConditionParameter(), GtCondition::setCondRelativeBx(), GtCondition::setCondType(), GtCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, l1t::TypeETM, and l1t::TypeHTM.
|
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 2138 of file TriggerMenuParser.cc.
References findQualityFiles::jj, LogDebug, LogTrace, mergeVDriftHistosByStation::name, GtCondition::setCondChipNr(), GtCondition::setCondGEq(), GtCondition::setCondRelativeBx(), GtCondition::setCondType(), ExternalTemplate::setExternalChannel(), 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 665 of file TriggerMenuParser.cc.
References RecoTauCleanerPlugins::charge, gather_cfg::cout, GOODCOLL_filter_cfg::cut, hpstanc_transforms::cuts, HLT_FULL_cff::DoubleMuon, reco::tau::disc::Eta(), ora::GE, edm::isDebugEnabled(), findQualityFiles::jj, GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, Mu, mergeVDriftHistosByStation::name, colinearityKinematic::Phi, MuonTemplate::print(), GtCondition::setCondChipNr(), GtCondition::setCondGEq(), MuonTemplate::setConditionParameter(), GtCondition::setCondRelativeBx(), GtCondition::setCondType(), GtCondition::setObjectType(), HLT_FULL_cff::SingleMuon, AlCaHLTBitMon_QueryRunRegistry::string, l1t::Type1s, l1t::Type2s, l1t::Type3s, l1t::Type4s, and l1t::TypeNull.
|
private |
Definition at line 929 of file TriggerMenuParser.cc.
References RecoTauCleanerPlugins::charge, gather_cfg::cout, GOODCOLL_filter_cfg::cut, hpstanc_transforms::cuts, reco::tau::disc::Eta(), ora::GE, edm::isDebugEnabled(), GetRecoTauVFromDQM_MC_cff::kk, LogDebug, LogTrace, Mu, mergeVDriftHistosByStation::name, colinearityKinematic::Phi, MuonTemplate::print(), GtCondition::setCondChipNr(), GtCondition::setCondGEq(), MuonTemplate::setConditionParameter(), GtCondition::setCondRelativeBx(), GtCondition::setCondType(), GtCondition::setObjectType(), AlCaHLTBitMon_QueryRunRegistry::string, and l1t::Type1s.
|
private |
parse scales
parseScales Parse Et, Eta, and Phi Scales
Definition at line 541 of file TriggerMenuParser.cc.
References newFWLiteAna::bin, l1t::L1TGlobalScales::ScaleParameters::etaBins, l1t::L1TGlobalScales::ScaleParameters::etaMax, l1t::L1TGlobalScales::ScaleParameters::etaMin, l1t::L1TGlobalScales::ScaleParameters::etaStep, l1t::L1TGlobalScales::ScaleParameters::etBins, ETM, l1t::L1TGlobalScales::ScaleParameters::etMax, l1t::L1TGlobalScales::ScaleParameters::etMin, l1t::L1TGlobalScales::ScaleParameters::etStep, ETT, HTM, HTT, i, configurableAnalysis::Jet, configurableAnalysis::Muon, l1t::L1TGlobalScales::ScaleParameters::phiBins, l1t::L1TGlobalScales::ScaleParameters::phiMax, l1t::L1TGlobalScales::ScaleParameters::phiMin, l1t::L1TGlobalScales::ScaleParameters::phiStep, and pileupReCalc_HLTpaths::scale.
void TriggerMenuParser::setCorCaloTemplate | ( | const std::vector< std::vector< CaloTemplate > > & | corCaloTempl | ) |
Definition at line 165 of file TriggerMenuParser.cc.
void TriggerMenuParser::setCorEnergySumTemplate | ( | const std::vector< std::vector< EnergySumTemplate > > & | corEnergySumTempl | ) |
Definition at line 171 of file TriggerMenuParser.cc.
void TriggerMenuParser::setCorMuonTemplate | ( | const std::vector< std::vector< MuonTemplate > > & | corMuonTempl | ) |
Definition at line 159 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtAlgorithmAliasMap | ( | const AlgorithmMap & | algoMap | ) |
Definition at line 186 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtAlgorithmImplementation | ( | const std::string & | val | ) |
Definition at line 358 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtAlgorithmMap | ( | const AlgorithmMap & | algoMap | ) |
Definition at line 181 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtConditionMap | ( | const std::vector< ConditionMap > & | condMap | ) |
Definition at line 101 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtNumberConditionChips | ( | const unsigned int & | numberConditionChipsValue | ) |
Definition at line 68 of file TriggerMenuParser.cc.
Referenced by L1TGlobalProducer::produce().
void TriggerMenuParser::setGtNumberPhysTriggers | ( | const unsigned int & | numberPhysTriggersValue | ) |
Definition at line 92 of file TriggerMenuParser.cc.
Referenced by L1TGlobalProducer::produce().
void TriggerMenuParser::setGtOrderConditionChip | ( | const std::vector< int > & | orderConditionChipValue | ) |
Definition at line 84 of file TriggerMenuParser.cc.
Referenced by L1TGlobalProducer::produce().
void TriggerMenuParser::setGtPinsOnConditionChip | ( | const unsigned int & | pinsOnConditionChipValue | ) |
Definition at line 76 of file TriggerMenuParser.cc.
Referenced by L1TGlobalProducer::produce().
void TriggerMenuParser::setGtScaleDbKey | ( | const std::string & | scaleKey | ) |
Definition at line 119 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtTriggerMenuAuthor | ( | const std::string & | val | ) |
Definition at line 346 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtTriggerMenuDate | ( | const std::string & | val | ) |
Definition at line 340 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtTriggerMenuDescription | ( | const std::string & | val | ) |
Definition at line 352 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtTriggerMenuImplementation | ( | const std::string & | menuImplementation | ) |
Definition at line 114 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 327 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtTriggerMenuInterfaceDate | ( | const std::string & | val | ) |
Definition at line 321 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtTriggerMenuInterfaceDescription | ( | const std::string & | val | ) |
Definition at line 333 of file TriggerMenuParser.cc.
void TriggerMenuParser::setGtTriggerMenuName | ( | const std::string & | menuName | ) |
Definition at line 110 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecCaloTemplate | ( | const std::vector< std::vector< CaloTemplate > > & | vecCaloTempl | ) |
Definition at line 130 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecCorrelationTemplate | ( | const std::vector< std::vector< CorrelationTemplate > > & | vecCorrelationTempl | ) |
Definition at line 151 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecEnergySumTemplate | ( | const std::vector< std::vector< EnergySumTemplate > > & | vecEnergySumTempl | ) |
Definition at line 136 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecExternalTemplate | ( | const std::vector< std::vector< ExternalTemplate > > & | vecExternalTempl | ) |
Definition at line 144 of file TriggerMenuParser.cc.
void TriggerMenuParser::setVecMuonTemplate | ( | const std::vector< std::vector< MuonTemplate > > & | vecMuonTempl | ) |
Definition at line 124 of file TriggerMenuParser.cc.
|
inline |
Definition at line 148 of file TriggerMenuParser.h.
References m_vecCaloTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 175 of file TriggerMenuParser.h.
References m_vecCorrelationTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 155 of file TriggerMenuParser.h.
References m_vecEnergySumTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
Definition at line 166 of file TriggerMenuParser.h.
References m_vecExternalTemplate.
Referenced by L1TGlobalProducer::produce().
|
inline |
get / set the vectors containing the conditions
Definition at line 142 of file TriggerMenuParser.h.
References m_vecMuonTemplate.
Referenced by L1TGlobalProducer::produce().
|
private |
map containing the physics algorithms (by alias)
Definition at line 418 of file TriggerMenuParser.h.
Referenced by gtAlgorithmAliasMap().
|
private |
Definition at line 384 of file TriggerMenuParser.h.
Referenced by gtAlgorithmImplementation().
|
private |
map containing the physics algorithms (by name)
Definition at line 415 of file TriggerMenuParser.h.
Referenced by gtAlgorithmMap().
|
private |
map containing the conditions (per condition chip) - transient
Definition at line 390 of file TriggerMenuParser.h.
Referenced by gtConditionMap().
|
private |
Definition at line 411 of file TriggerMenuParser.h.
Referenced by corCaloTemplate().
|
private |
Definition at line 412 of file TriggerMenuParser.h.
Referenced by corEnergySumTemplate().
|
private |
Definition at line 410 of file TriggerMenuParser.h.
Referenced by corMuonTemplate().
|
private |
Definition at line 421 of file TriggerMenuParser.h.
Referenced by gtScales().
|
private |
hardware limits
number of condition chips
Definition at line 357 of file TriggerMenuParser.h.
Referenced by gtNumberConditionChips().
|
private |
number of physics trigger algorithms
Definition at line 367 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 364 of file TriggerMenuParser.h.
Referenced by gtOrderConditionChip().
|
private |
number of pins on the GTL condition chips
Definition at line 360 of file TriggerMenuParser.h.
Referenced by gtPinsOnConditionChip().
|
private |
menu associated scale key
Definition at line 400 of file TriggerMenuParser.h.
Referenced by gtScaleDbKey().
|
private |
Definition at line 381 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuAuthor().
|
private |
Definition at line 380 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuDate().
|
private |
Definition at line 382 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuDescription().
|
private |
Definition at line 397 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuImplementation().
|
private |
menu names
Definition at line 395 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuInterface().
|
private |
Definition at line 377 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuInterfaceAuthor().
|
private |
number of technical triggers
Definition at line 376 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuInterfaceDate().
|
private |
Definition at line 378 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuInterfaceDescription().
|
private |
Definition at line 396 of file TriggerMenuParser.h.
Referenced by gtTriggerMenuName().
|
private |
Definition at line 405 of file TriggerMenuParser.h.
Referenced by vecCaloTemplate().
|
private |
Definition at line 409 of file TriggerMenuParser.h.
Referenced by vecCorrelationTemplate().
|
private |
Definition at line 406 of file TriggerMenuParser.h.
Referenced by vecEnergySumTemplate().
|
private |
Definition at line 407 of file TriggerMenuParser.h.
Referenced by vecExternalTemplate().
|
private |
vectors containing the conditions explicit, due to persistency...
Definition at line 404 of file TriggerMenuParser.h.
Referenced by vecMuonTemplate().