CMS 3D CMS Logo

HLTLevel1GTSeed.h
Go to the documentation of this file.
1 #ifndef HLTfilters_HLTLevel1GTSeed_h
2 #define HLTfilters_HLTLevel1GTSeed_h
3 
20 // system include files
21 #include <string>
22 #include <vector>
23 
24 // user include files
25 
26 // base class
28 
30 
34 
36 
37 // forward declarations
38 class L1GtTriggerMenu;
39 class L1GtTriggerMask;
42 namespace edm {
44 }
45 
50 
51 // class declaration
53 public:
55  explicit HLTLevel1GTSeed(const edm::ParameterSet &);
56 
58  ~HLTLevel1GTSeed() override;
59 
61  static void fillDescriptions(edm::ConfigurationDescriptions &descriptions);
62 
64  bool hltFilter(edm::Event &, const edm::EventSetup &, trigger::TriggerFilterObjectWithRefs &filterproduct) override;
65 
66 private:
68  const std::vector<L1GtObject> *objectTypeVec(const int chipNumber, const std::string &cndName) const;
69 
72  void updateAlgoLogicParser(const L1GtTriggerMenu *, const AlgorithmMap &);
73 
76  void updateAlgoLogicParser(const std::vector<bool> &gtWord,
77  const std::vector<unsigned int> &triggerMask,
78  const int physicsDaqPartition);
79 
82  void convertStringToBitNumber();
83 
86  void debugPrint(bool) const;
87 
89  bool seedsL1TriggerObjectMaps(edm::Event &,
91  const L1GtTriggerMask *,
93  const int physicsDaqPartition);
94 
100  bool seedsL1Extra(edm::Event &, trigger::TriggerFilterObjectWithRefs &) const;
101 
103  void dumpTriggerFilterObjectWithRefs(trigger::TriggerFilterObjectWithRefs &) const;
104 
105 private:
106  // cached stuff
107 
110  unsigned long long m_l1GtMenuCacheID;
111 
114 
116  std::vector<L1GtLogicParser::OperandToken> m_l1AlgoSeeds;
117 
119  std::vector<const std::vector<L1GtLogicParser::TokenRPN> *> m_l1AlgoSeedsRpn;
120 
122  std::vector<std::vector<const std::vector<L1GtObject> *> > m_l1AlgoSeedsObjType;
123 
124 private:
134 
138 
141 
144 
148 
152 
156 
159 
162 
183 
186 
189 };
190 
191 #endif // HLTfilters_HLTLevel1GTSeed_h
bool m_l1UseL1TriggerObjectMaps
std::vector< std::vector< const std::vector< L1GtObject > * > > m_l1AlgoSeedsObjType
vector of object-type vectors for each condition in the required algorithms for seeding ...
std::vector< const std::vector< L1GtLogicParser::TokenRPN > * > m_l1AlgoSeedsRpn
vector of Rpn vectors for the required algorithms for seeding
hltFilter
WZFilter############################################.
Definition: EGPDSkim_cfg.py:58
const L1GtTriggerMenu * m_l1GtMenu
trigger menu
std::map< std::string, L1GtAlgorithm > AlgorithmMap
map containing the algorithms
edm::InputTag m_l1EtMissMETTag
edm::EDGetTokenT< l1extra::L1EtMissParticleCollection > m_l1EtMissMHTToken
std::vector< L1GtLogicParser::OperandToken > m_l1AlgoSeeds
list of required algorithms for seeding
bool m_l1UseAliasesForSeeding
seeding uses algorithm aliases instead of algorithm names, if value is "true"
edm::InputTag m_l1IsoTauJetTag
edm::EDGetTokenT< l1extra::L1JetParticleCollection > m_l1ForJetToken
edm::InputTag m_l1ExtraTag
cached InputTags
bool m_l1TechTriggerSeeding
seeding done via technical trigger bits, if value is "true"
edm::InputTag m_l1EtMissMHTTag
edm::InputTag m_l1GtObjectMapTag
InputTag for L1 Global Trigger object maps.
edm::EDGetTokenT< l1extra::L1EtMissParticleCollection > m_l1EtMissMETToken
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > m_l1GtReadoutRecordToken
edm::EDGetTokenT< l1extra::L1JetParticleCollection > m_l1IsoTauJetToken
edm::InputTag m_l1CollectionsTag
Meta InputTag for L1 particle collections (except muon)
edm::InputTag m_l1MuonCollectionTag
Meta InputTag for L1 muon collection.
edm::EDGetTokenT< l1extra::L1JetParticleCollection > m_l1CenJetToken
edm::EDGetTokenT< l1extra::L1EmParticleCollection > m_l1IsoEGToken
std::string m_l1SeedsLogicalExpression
edm::InputTag m_l1IsoEGTag
unsigned long long m_l1GtMenuCacheID
edm::InputTag m_l1ForJetTag
bool m_isDebugEnabled
cache edm::isDebugEnabled()
edm::InputTag m_l1CenJetTag
edm::InputTag m_l1NoIsoEGTag
edm::EDGetTokenT< l1extra::L1JetParticleCollection > m_l1TauJetToken
edm::EDGetTokenT< L1GlobalTriggerObjectMapRecord > m_l1GtObjectMapToken
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::InputTag m_l1GtReadoutRecordTag
InputTag for the L1 Global Trigger DAQ readout record.
bool m_l1GlobalDecision
replace string "L1GlobalDecision" with bool to speed up the "if"
HLT enums.
edm::EDGetTokenT< l1extra::L1MuonParticleCollection > m_l1MuonToken
edm::EDGetTokenT< l1extra::L1EmParticleCollection > m_l1NoIsoEGToken
edm::InputTag m_l1MuonTag
L1GtLogicParser m_l1AlgoLogicParser
logic parser for m_l1SeedsLogicalExpression
edm::InputTag m_l1TauJetTag