CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
L1GtUtilsHelper Class Reference

#include <L1GtUtilsHelper.h>

Public Member Functions

edm::InputTag const & l1GtReadoutRecordInputTag () const
 
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > const & l1GtReadoutRecordToken () const
 
edm::InputTag const & l1GtRecordInputTag () const
 
edm::EDGetTokenT< L1GlobalTriggerRecord > const & l1GtRecordToken () const
 
edm::InputTag const & l1GtTriggerMenuLiteInputTag () const
 
edm::EDGetTokenT< L1GtTriggerMenuLite > const & l1GtTriggerMenuLiteToken () const
 
 L1GtUtilsHelper (edm::ParameterSet const &pset, edm::ConsumesCollector &iC, bool useL1GtTriggerMenuLite)
 
template<typename T >
 L1GtUtilsHelper (edm::ParameterSet const &pset, edm::ConsumesCollector &iC, bool useL1GtTriggerMenuLite, T &module)
 
template<typename T >
 L1GtUtilsHelper (edm::ParameterSet const &pset, edm::ConsumesCollector &iC, bool useL1GtTriggerMenuLite, T &module, edm::InputTag const &l1GtRecordInputTag, edm::InputTag const &l1GtReadoutRecordInputTag, edm::InputTag const &l1GtTriggerMenuLiteInputTag)
 
void operator() (edm::BranchDescription const &branchDescription)
 

Static Public Member Functions

static void fillDescription (edm::ParameterSetDescription &desc)
 

Private Attributes

edm::ConsumesCollector m_consumesCollector
 
bool m_findMenuLite
 
bool m_findReadoutRecord
 
bool m_findRecord
 
bool m_foundMultipleL1GtMenuLite
 
bool m_foundMultipleL1GtReadoutRecord
 
bool m_foundMultipleL1GtRecord
 
bool m_foundPreferredMenuLite
 
bool m_foundPreferredReadoutRecord
 
bool m_foundPreferredRecord
 
std::vector< edm::InputTagm_inputTagsL1GtMenuLite
 
std::vector< edm::InputTagm_inputTagsL1GtReadoutRecord
 
std::vector< edm::InputTagm_inputTagsL1GtRecord
 
edm::InputTag m_l1GtReadoutRecordInputTag
 
edm::EDGetTokenT< L1GlobalTriggerReadoutRecordm_l1GtReadoutRecordToken
 
edm::InputTag m_l1GtRecordInputTag
 
edm::EDGetTokenT< L1GlobalTriggerRecordm_l1GtRecordToken
 
edm::InputTag m_l1GtTriggerMenuLiteInputTag
 
edm::EDGetTokenT< L1GtTriggerMenuLitem_l1GtTriggerMenuLiteToken
 

Detailed Description

Description: Gets tokens for L1GtUtils to use when getting products from the Event and Run. This class was introduced when the consumes function calls were added for L1GtUtils. It preserves the special feature of L1GtUtils that allows it to run without configuration of InputTags, although it allows InputTags to be configured optionally or passed in via the constructor arguments.

Author
: W.David Dagenhart - Fermilab 30 April 2015

Definition at line 37 of file L1GtUtilsHelper.h.

Constructor & Destructor Documentation

L1GtUtilsHelper::L1GtUtilsHelper ( edm::ParameterSet const &  pset,
edm::ConsumesCollector iC,
bool  useL1GtTriggerMenuLite 
)

Definition at line 10 of file L1GtUtilsHelper.cc.

References edm::ConsumesCollector::consumes(), edm::InRun, m_l1GtReadoutRecordInputTag, m_l1GtReadoutRecordToken, m_l1GtRecordInputTag, m_l1GtRecordToken, m_l1GtTriggerMenuLiteInputTag, and m_l1GtTriggerMenuLiteToken.

12  :
14  m_l1GtRecordInputTag(pset.getParameter<edm::InputTag>("l1GtRecordInputTag")),
15  m_l1GtReadoutRecordInputTag(pset.getParameter<edm::InputTag>("l1GtReadoutRecordInputTag")),
16  m_l1GtTriggerMenuLiteInputTag(pset.getParameter<edm::InputTag>("l1GtTriggerMenuLiteInputTag")),
17  m_findRecord(false),
18  m_findReadoutRecord(false),
19  m_findMenuLite(false),
23 
32  }
33 }
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
edm::InputTag m_l1GtReadoutRecordInputTag
edm::EDGetTokenT< L1GtTriggerMenuLite > m_l1GtTriggerMenuLiteToken
edm::InputTag m_l1GtTriggerMenuLiteInputTag
edm::InputTag m_l1GtRecordInputTag
edm::EDGetTokenT< L1GlobalTriggerRecord > m_l1GtRecordToken
edm::ConsumesCollector m_consumesCollector
bool m_foundPreferredReadoutRecord
static const bool useL1GtTriggerMenuLite(true)
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > m_l1GtReadoutRecordToken
def move(src, dest)
Definition: eostools.py:511
template<typename T >
L1GtUtilsHelper::L1GtUtilsHelper ( edm::ParameterSet const &  pset,
edm::ConsumesCollector iC,
bool  useL1GtTriggerMenuLite,
T module 
)

Definition at line 120 of file L1GtUtilsHelper.h.

123  :
125 }
static const bool useL1GtTriggerMenuLite(true)
Definition: vlib.h:208
L1GtUtilsHelper(edm::ParameterSet const &pset, edm::ConsumesCollector &iC, bool useL1GtTriggerMenuLite)
template<typename T >
L1GtUtilsHelper::L1GtUtilsHelper ( edm::ParameterSet const &  pset,
edm::ConsumesCollector iC,
bool  useL1GtTriggerMenuLite,
T module,
edm::InputTag const &  l1GtRecordInputTag,
edm::InputTag const &  l1GtReadoutRecordInputTag,
edm::InputTag const &  l1GtTriggerMenuLiteInputTag 
)

Definition at line 128 of file L1GtUtilsHelper.h.

References edm::ConsumesCollector::consumes(), edm::ParameterSet::existsAs(), edm::ParameterSet::getParameter(), edm::InRun, edm::InputTag::label(), m_findMenuLite, m_findReadoutRecord, m_findRecord, m_l1GtReadoutRecordInputTag, m_l1GtReadoutRecordToken, m_l1GtRecordInputTag, m_l1GtRecordToken, m_l1GtTriggerMenuLiteInputTag, m_l1GtTriggerMenuLiteToken, and useL1GtTriggerMenuLite().

134  :
136 
137  // Set InputTags from arguments
141 
142  m_findRecord(false),
143  m_findReadoutRecord(false),
144  m_findMenuLite(false),
145 
146  m_foundPreferredRecord(false),
149 
153 
154  // If the InputTags are not set to valid values by the arguments, then
155  // try to set them from the configuration.
156  if(m_l1GtRecordInputTag.label().empty() &&
157  pset.existsAs<edm::InputTag>("l1GtRecordInputTag")) {
158  m_l1GtRecordInputTag = pset.getParameter<edm::InputTag>("l1GtRecordInputTag");
159  }
160  if(m_l1GtReadoutRecordInputTag.label().empty() &&
161  pset.existsAs<edm::InputTag>("l1GtReadoutRecordInputTag")) {
162  m_l1GtReadoutRecordInputTag = pset.getParameter<edm::InputTag>("l1GtReadoutRecordInputTag");
163  }
166  pset.existsAs<edm::InputTag>("l1GtTriggerMenuLiteInputTag")) {
167  m_l1GtTriggerMenuLiteInputTag = pset.getParameter<edm::InputTag>("l1GtTriggerMenuLiteInputTag");
168  }
169 
170  // If the InputTags were set to valid values, make the consumes calls.
171  if(!m_l1GtRecordInputTag.label().empty()) {
173  }
174  if(!m_l1GtReadoutRecordInputTag.label().empty()) {
176  }
179  }
180 
181  // Do we still need to search for each InputTag?
185 
186  // Register the callback function with the Framework
187  // if any InputTags still need to be found.
188  if(m_findRecord || m_findReadoutRecord || m_findMenuLite) {
189  module.callWhenNewProductsRegistered(std::ref(*this));
190  }
191 }
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
edm::InputTag const & l1GtReadoutRecordInputTag() const
edm::InputTag m_l1GtReadoutRecordInputTag
edm::EDGetTokenT< L1GtTriggerMenuLite > m_l1GtTriggerMenuLiteToken
edm::InputTag m_l1GtTriggerMenuLiteInputTag
edm::InputTag const & l1GtRecordInputTag() const
edm::InputTag m_l1GtRecordInputTag
bool m_foundMultipleL1GtReadoutRecord
bool m_foundMultipleL1GtRecord
edm::EDGetTokenT< L1GlobalTriggerRecord > m_l1GtRecordToken
bool m_foundMultipleL1GtMenuLite
edm::ConsumesCollector m_consumesCollector
edm::InputTag const & l1GtTriggerMenuLiteInputTag() const
bool m_foundPreferredReadoutRecord
static const bool useL1GtTriggerMenuLite(true)
std::string const & label() const
Definition: InputTag.h:36
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > m_l1GtReadoutRecordToken
Definition: vlib.h:208
def move(src, dest)
Definition: eostools.py:511

Member Function Documentation

void L1GtUtilsHelper::fillDescription ( edm::ParameterSetDescription desc)
static

Definition at line 35 of file L1GtUtilsHelper.cc.

References edm::ParameterSetDescription::add().

Referenced by L1GtUtils::fillDescription().

35  {
36  desc.add<edm::InputTag>("l1GtRecordInputTag", edm::InputTag());
37  desc.add<edm::InputTag>("l1GtReadoutRecordInputTag", edm::InputTag());
38  desc.add<edm::InputTag>("l1GtTriggerMenuLiteInputTag", edm::InputTag());
39 }
ParameterDescriptionBase * add(U const &iLabel, T const &value)
edm::InputTag const& L1GtUtilsHelper::l1GtReadoutRecordInputTag ( ) const
inline

Definition at line 81 of file L1GtUtilsHelper.h.

edm::InputTag m_l1GtReadoutRecordInputTag
edm::EDGetTokenT<L1GlobalTriggerReadoutRecord> const& L1GtUtilsHelper::l1GtReadoutRecordToken ( ) const
inline

Definition at line 85 of file L1GtUtilsHelper.h.

85 { return m_l1GtReadoutRecordToken; }
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > m_l1GtReadoutRecordToken
edm::InputTag const& L1GtUtilsHelper::l1GtRecordInputTag ( ) const
inline

Definition at line 80 of file L1GtUtilsHelper.h.

80 { return m_l1GtRecordInputTag; }
edm::InputTag m_l1GtRecordInputTag
edm::EDGetTokenT<L1GlobalTriggerRecord> const& L1GtUtilsHelper::l1GtRecordToken ( ) const
inline

Definition at line 84 of file L1GtUtilsHelper.h.

84 { return m_l1GtRecordToken; }
edm::EDGetTokenT< L1GlobalTriggerRecord > m_l1GtRecordToken
edm::InputTag const& L1GtUtilsHelper::l1GtTriggerMenuLiteInputTag ( ) const
inline

Definition at line 82 of file L1GtUtilsHelper.h.

edm::InputTag m_l1GtTriggerMenuLiteInputTag
edm::EDGetTokenT<L1GtTriggerMenuLite> const& L1GtUtilsHelper::l1GtTriggerMenuLiteToken ( ) const
inline

Definition at line 86 of file L1GtUtilsHelper.h.

edm::EDGetTokenT< L1GtTriggerMenuLite > m_l1GtTriggerMenuLiteToken
void L1GtUtilsHelper::operator() ( edm::BranchDescription const &  branchDescription)

Definition at line 41 of file L1GtUtilsHelper.cc.

References edm::BranchDescription::branchType(), edm::ConsumesCollector::consumes(), edm::InEvent, edm::InputTag::instance(), edm::EDGetTokenT< T >::isUninitialized(), edm::InputTag::label(), LogDebug, m_consumesCollector, m_findMenuLite, m_findReadoutRecord, m_findRecord, m_foundMultipleL1GtMenuLite, m_foundMultipleL1GtReadoutRecord, m_foundMultipleL1GtRecord, m_foundPreferredMenuLite, m_foundPreferredReadoutRecord, m_foundPreferredRecord, m_inputTagsL1GtMenuLite, m_inputTagsL1GtReadoutRecord, m_inputTagsL1GtRecord, m_l1GtReadoutRecordInputTag, m_l1GtReadoutRecordToken, m_l1GtRecordInputTag, m_l1GtRecordToken, m_l1GtTriggerMenuLiteInputTag, m_l1GtTriggerMenuLiteToken, edm::BranchDescription::moduleLabel(), edm::InputTag::process(), edm::BranchDescription::processName(), edm::BranchDescription::productInstanceName(), GlobalPosition_Frontier_DevDB_cff::tag, and edm::BranchDescription::unwrappedTypeID().

42  {
43 
44  // This is only used if required InputTags were not specified already.
45  // This is called early in the process, once for each product in the ProductRegistry.
46  // The callback is registered when callWhenNewProductsRegistered is called.
47  // It finds products by type and sets the token so that it can be used
48  // later when getting the product.
49 
50  // The code will look for the corresponding product in ProductRegistry.
51  // If the product is found, it checks the product label in
52  // a vector of preferred input tags (hardwired now to "gtDigis" and
53  // "hltGtDigis"). The first input tag from the vector of preferred input tags, with the
54  // same label as the input tag found from provenance, is kept as input tag, if there are no
55  // multiple products with the same label.
56 
57  // If multiple products are found and no one has a label in the vector of preferred input tags,
58  // or if multiple products are found with the label in the vector of preferred input tags
59  // (with different instance or process) the input tag is set to empty input tag, and L1GtUtil
60  // will produce an error, as it is not possible to safely choose a product. In this case, one must
61  // provide explicitly the correct input tag via configuration or in the constructor.
62 
63  // TODO decide if the preferred input tags must be given as input parameters
64  // or stay hardwired
65 
66  std::vector<edm::InputTag> preferredL1GtRecordInputTag = { edm::InputTag(
67  "gtDigis"), edm::InputTag("hltGtDigis") };
68 
69  std::vector<edm::InputTag> preferredL1GtReadoutRecordInputTag = {
70  edm::InputTag("gtDigis"), edm::InputTag("hltGtDigis") };
71 
72  std::vector<edm::InputTag> preferredL1GtTriggerMenuLiteInputTag = {
73  edm::InputTag("gtDigis"), edm::InputTag("hltGtDigis") };
74 
75  // L1GlobalTriggerRecord
76 
78  && (branchDescription.unwrappedTypeID()
80  && (branchDescription.branchType() == edm::InEvent)) {
81 
82  edm::InputTag tag { branchDescription.moduleLabel(),
83  branchDescription.productInstanceName(),
84  branchDescription.processName() };
85 
87  // check if a preferred input tag was already found and compare it with the actual tag
88  // if the instance or the process names are different, one has incompatible tags - set
89  // the tag to empty input tag and indicate that multiple preferred input tags are found
90  // so it is not possibly to choose safely an input tag
91 
92  if ((m_l1GtRecordInputTag.label() == branchDescription.moduleLabel())
94  != branchDescription.productInstanceName())
96  != branchDescription.processName()))) {
97 
98  LogDebug("L1GtUtils")
99  << "\nWARNING: Found multiple preferred input tags for L1GlobalTriggerRecord product, "
100  << "\nwith different instaces or processes."
101  << "\nInput tag already found: "
102  << (m_l1GtRecordInputTag) << "\nActual tag: " << (tag)
103  << "\nInput tag set to empty tag." << std::endl;
104 
107  }
108  } else {
109  // no preferred input tag found yet, check now with the actual tag
110  for (std::vector<edm::InputTag>::const_iterator itPrefTag =
111  preferredL1GtRecordInputTag.begin(), itPrefTagEnd =
112  preferredL1GtRecordInputTag.end();
113  itPrefTag != itPrefTagEnd; ++itPrefTag) {
114 
115  if (branchDescription.moduleLabel() == itPrefTag->label()) {
119  m_foundPreferredRecord = true;
120  m_inputTagsL1GtRecord.push_back(tag);
121 
122  LogDebug("L1GtUtils")
123  << "\nWARNING: Input tag for L1GlobalTriggerRecord product set to preferred input tag"
124  << (tag) << std::endl;
125  break;
126  }
127  }
128  }
129 
130  if (!m_foundPreferredRecord) {
131 
132  // check if other input tag was found - if true, there are multiple input tags in the event,
133  // none in the preferred input tags, so it is not possibly to choose safely an input tag
134 
135  if (m_inputTagsL1GtRecord.size() > 1) {
136 
137  LogDebug("L1GtUtils")
138  << "\nWARNING: Found multiple input tags for L1GlobalTriggerRecord product."
139  << "\nNone is in the preferred input tags - no safe choice."
140  << "\nInput tag already found: "
141  << (m_l1GtRecordInputTag) << "\nActual tag: " << (tag)
142  << "\nInput tag set to empty tag." << std::endl;
145 
146  } else {
148 
150  m_inputTagsL1GtRecord.push_back(tag);
153 
154  LogDebug("L1GtUtils")
155  << "\nWARNING: No preferred input tag found for L1GlobalTriggerReadoutRecord product."
156  << "\nInput tag set to " << (tag) << std::endl;
157  }
158  }
159  }
160  }
161 
162 
163  // L1GlobalTriggerReadoutRecord
164 
166  && (branchDescription.unwrappedTypeID()
168  && (branchDescription.branchType() == edm::InEvent)) {
169 
170  edm::InputTag tag { branchDescription.moduleLabel(),
171  branchDescription.productInstanceName(),
172  branchDescription.processName() };
173 
175 
176  // check if a preferred input tag was already found and compare it with the actual tag
177  // if the instance or the process names are different, one has incompatible tags - set
178  // the tag to empty input tag and indicate that multiple preferred input tags are found
179  // so it is not possibly to choose safely an input tag
180 
182  == branchDescription.moduleLabel())
184  != branchDescription.productInstanceName())
186  != branchDescription.processName()))) {
187 
188  LogDebug("L1GtUtils")
189  << "\nWARNING: Found multiple preferred input tags for L1GlobalTriggerReadoutRecord product, "
190  << "\nwith different instaces or processes."
191  << "\nInput tag already found: "
192  << (m_l1GtReadoutRecordInputTag) << "\nActual tag: "
193  << (tag) << "\nInput tag set to empty tag."
194  << std::endl;
195 
198  }
199  } else {
200  // no preferred input tag found yet, check now with the actual tag
201 
202  for (std::vector<edm::InputTag>::const_iterator itPrefTag =
203  preferredL1GtReadoutRecordInputTag.begin(), itPrefTagEnd =
204  preferredL1GtReadoutRecordInputTag.end();
205  itPrefTag != itPrefTagEnd; ++itPrefTag) {
206 
207  if (branchDescription.moduleLabel() == itPrefTag->label()) {
213 
214  LogDebug("L1GtUtils")
215  << "\nWARNING: Input tag for L1GlobalTriggerReadoutRecord product set to preferred input tag"
216  << (tag) << std::endl;
217  break;
218  }
219  }
220  }
221 
223 
224  // check if other input tag was found - if true, there are multiple input tags in the event,
225  // none in the preferred input tags, so it is not possibly to choose safely an input tag
226 
227  if (m_inputTagsL1GtReadoutRecord.size() > 1) {
228 
229  LogDebug("L1GtUtils")
230  << "\nWARNING: Found multiple input tags for L1GlobalTriggerReadoutRecord product."
231  << "\nNone is in the preferred input tags - no safe choice."
232  << "\nInput tag already found: "
233  << (m_l1GtReadoutRecordInputTag) << "\nActual tag: "
234  << (tag) << "\nInput tag set to empty tag."
235  << std::endl;
238 
239  } else {
241 
246 
247  LogDebug("L1GtUtils")
248  << "\nWARNING: No preferred input tag found for L1GlobalTriggerReadoutRecord product."
249  << "\nInput tag set to " << (tag) << std::endl;
250  }
251  }
252  }
253  }
254 
255 
256 
257 
258  // L1GtTriggerMenuLite
259 
261  && (branchDescription.unwrappedTypeID()
262  == edm::TypeID(typeid(L1GtTriggerMenuLite)))
263  && (branchDescription.branchType() == edm::InEvent)) {
264 
265  edm::InputTag tag { branchDescription.moduleLabel(),
266  branchDescription.productInstanceName(),
267  branchDescription.processName() };
268 
270 
271  // check if a preferred input tag was already found and compare it with the actual tag
272  // if the instance or the process names are different, one has incompatible tags - set
273  // the tag to empty input tag and indicate that multiple preferred input tags are found
274  // so it is not possibly to choose safely an input tag
275 
277  == branchDescription.moduleLabel())
279  != branchDescription.productInstanceName())
281  != branchDescription.processName()))) {
282 
283  LogDebug("L1GtUtils")
284  << "\nWARNING: Found multiple preferred input tags for L1GtTriggerMenuLite product, "
285  << "\nwith different instaces or processes."
286  << "\nInput tag already found: "
287  << (m_l1GtTriggerMenuLiteInputTag) << "\nActual tag: " << (tag)
288  << "\nInput tag set to empty tag." << std::endl;
289 
292  }
293  } else {
294  // no preferred input tag found yet, check now with the actual tag
295 
296  for (std::vector<edm::InputTag>::const_iterator itPrefTag =
297  preferredL1GtTriggerMenuLiteInputTag.begin(), itPrefTagEnd =
298  preferredL1GtTriggerMenuLiteInputTag.end();
299  itPrefTag != itPrefTagEnd; ++itPrefTag) {
300 
301  if (branchDescription.moduleLabel() == itPrefTag->label()) {
306  m_inputTagsL1GtMenuLite.push_back(tag);
307 
308  LogDebug("L1GtUtils")
309  << "\nWARNING: Input tag for L1GtTriggerMenuLite product set to preferred input tag"
310  << (tag) << std::endl;
311  break;
312  }
313  }
314  }
315 
317 
318  // check if other input tag was found - if true, there are multiple input tags in the event,
319  // none in the preferred input tags, so it is not possibly to choose safely an input tag
320 
321  if (m_inputTagsL1GtMenuLite.size() > 1) {
322 
323  LogDebug("L1GtUtils")
324  << "\nWARNING: Found multiple input tags for L1GtTriggerMenuLite product."
325  << "\nNone is in the preferred input tags - no safe choice."
326  << "\nInput tag already found: "
327  << (m_l1GtTriggerMenuLiteInputTag) << "\nActual tag: " << (tag)
328  << "\nInput tag set to empty tag." << std::endl;
331 
332  } else {
334 
336  m_inputTagsL1GtMenuLite.push_back(tag);
339 
340  LogDebug("L1GtUtils")
341  << "\nWARNING: No preferred input tag found for L1GtTriggerMenuLite product."
342  << "\nInput tag set to " << (tag) << std::endl;
343  }
344  }
345  }
346  }
347 }
#define LogDebug(id)
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
edm::InputTag m_l1GtReadoutRecordInputTag
edm::EDGetTokenT< L1GtTriggerMenuLite > m_l1GtTriggerMenuLiteToken
std::vector< edm::InputTag > m_inputTagsL1GtReadoutRecord
edm::InputTag m_l1GtTriggerMenuLiteInputTag
edm::InputTag m_l1GtRecordInputTag
std::vector< edm::InputTag > m_inputTagsL1GtMenuLite
bool m_foundMultipleL1GtReadoutRecord
std::vector< edm::InputTag > m_inputTagsL1GtRecord
bool m_foundMultipleL1GtRecord
edm::EDGetTokenT< L1GlobalTriggerRecord > m_l1GtRecordToken
bool m_foundMultipleL1GtMenuLite
edm::ConsumesCollector m_consumesCollector
bool m_foundPreferredReadoutRecord
std::string const & label() const
Definition: InputTag.h:36
std::string const & process() const
Definition: InputTag.h:40
bool isUninitialized() const
Definition: EDGetToken.h:70
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > m_l1GtReadoutRecordToken
std::string const & instance() const
Definition: InputTag.h:37

Member Data Documentation

edm::ConsumesCollector L1GtUtilsHelper::m_consumesCollector
private

Definition at line 90 of file L1GtUtilsHelper.h.

Referenced by operator()().

bool L1GtUtilsHelper::m_findMenuLite
private

Definition at line 102 of file L1GtUtilsHelper.h.

Referenced by L1GtUtilsHelper(), and operator()().

bool L1GtUtilsHelper::m_findReadoutRecord
private

Definition at line 101 of file L1GtUtilsHelper.h.

Referenced by L1GtUtilsHelper(), and operator()().

bool L1GtUtilsHelper::m_findRecord
private

Definition at line 100 of file L1GtUtilsHelper.h.

Referenced by L1GtUtilsHelper(), and operator()().

bool L1GtUtilsHelper::m_foundMultipleL1GtMenuLite
private

Definition at line 110 of file L1GtUtilsHelper.h.

Referenced by operator()().

bool L1GtUtilsHelper::m_foundMultipleL1GtReadoutRecord
private

Definition at line 109 of file L1GtUtilsHelper.h.

Referenced by operator()().

bool L1GtUtilsHelper::m_foundMultipleL1GtRecord
private

Definition at line 108 of file L1GtUtilsHelper.h.

Referenced by operator()().

bool L1GtUtilsHelper::m_foundPreferredMenuLite
private

Definition at line 106 of file L1GtUtilsHelper.h.

Referenced by operator()().

bool L1GtUtilsHelper::m_foundPreferredReadoutRecord
private

Definition at line 105 of file L1GtUtilsHelper.h.

Referenced by operator()().

bool L1GtUtilsHelper::m_foundPreferredRecord
private

Definition at line 104 of file L1GtUtilsHelper.h.

Referenced by operator()().

std::vector<edm::InputTag> L1GtUtilsHelper::m_inputTagsL1GtMenuLite
private

Definition at line 115 of file L1GtUtilsHelper.h.

Referenced by operator()().

std::vector<edm::InputTag> L1GtUtilsHelper::m_inputTagsL1GtReadoutRecord
private

Definition at line 114 of file L1GtUtilsHelper.h.

Referenced by operator()().

std::vector<edm::InputTag> L1GtUtilsHelper::m_inputTagsL1GtRecord
private

Definition at line 113 of file L1GtUtilsHelper.h.

Referenced by operator()().

edm::InputTag L1GtUtilsHelper::m_l1GtReadoutRecordInputTag
private

Definition at line 93 of file L1GtUtilsHelper.h.

Referenced by L1GtUtilsHelper(), and operator()().

edm::EDGetTokenT<L1GlobalTriggerReadoutRecord> L1GtUtilsHelper::m_l1GtReadoutRecordToken
private

Definition at line 97 of file L1GtUtilsHelper.h.

Referenced by L1GtUtilsHelper(), and operator()().

edm::InputTag L1GtUtilsHelper::m_l1GtRecordInputTag
private

Definition at line 92 of file L1GtUtilsHelper.h.

Referenced by L1GtUtilsHelper(), and operator()().

edm::EDGetTokenT<L1GlobalTriggerRecord> L1GtUtilsHelper::m_l1GtRecordToken
private

Definition at line 96 of file L1GtUtilsHelper.h.

Referenced by L1GtUtilsHelper(), and operator()().

edm::InputTag L1GtUtilsHelper::m_l1GtTriggerMenuLiteInputTag
private

Definition at line 94 of file L1GtUtilsHelper.h.

Referenced by L1GtUtilsHelper(), and operator()().

edm::EDGetTokenT<L1GtTriggerMenuLite> L1GtUtilsHelper::m_l1GtTriggerMenuLiteToken
private

Definition at line 98 of file L1GtUtilsHelper.h.

Referenced by L1GtUtilsHelper(), and operator()().