CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
HLTEventAnalyzerRAW Class Reference

#include <HLTEventAnalyzerRAW.h>

Inheritance diagram for HLTEventAnalyzerRAW:
edm::stream::EDAnalyzer<  > edm::stream::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &) override
 
virtual void analyzeTrigger (const edm::Event &, const edm::EventSetup &, const std::string &triggerName)
 
virtual void beginRun (edm::Run const &, edm::EventSetup const &) override
 
virtual void endRun (edm::Run const &, edm::EventSetup const &) override
 
 HLTEventAnalyzerRAW (const edm::ParameterSet &)
 
virtual ~HLTEventAnalyzerRAW ()
 
- Public Member Functions inherited from edm::stream::EDAnalyzer< >
 EDAnalyzer ()=default
 
- Public Member Functions inherited from edm::stream::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDAnalyzerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::stream::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Attributes

trigger::Vids basemetIds_
 
trigger::VRbasemet basemetRefs_
 
trigger::Vids calometIds_
 
trigger::VRcalomet calometRefs_
 
trigger::Vids compositeIds_
 
trigger::VRcomposite compositeRefs_
 
trigger::Vids electronIds_
 
trigger::VRelectron electronRefs_
 
HLTConfigProvider hltConfig_
 
trigger::Vids jetIds_
 
trigger::VRjet jetRefs_
 
trigger::Vids l1emIds_
 
trigger::VRl1em l1emRefs_
 
trigger::Vids l1etmissIds_
 
trigger::VRl1etmiss l1etmissRefs_
 
trigger::Vids l1hfringsIds_
 
trigger::VRl1hfrings l1hfringsRefs_
 
trigger::Vids l1jetIds_
 
trigger::VRl1jet l1jetRefs_
 
trigger::Vids l1muonIds_
 
trigger::VRl1muon l1muonRefs_
 
trigger::Vids muonIds_
 
trigger::VRmuon muonRefs_
 
trigger::Vids pfjetIds_
 
trigger::VRpfjet pfjetRefs_
 
trigger::Vids pfmetIds_
 
trigger::VRpfmet pfmetRefs_
 
trigger::Vids pftauIds_
 
trigger::VRpftau pftauRefs_
 
trigger::Vids photonIds_
 payload extracted from TriggerEventWithRefs More...
 
trigger::VRphoton photonRefs_
 
trigger::Vids pixtrackIds_
 
trigger::VRpixtrack pixtrackRefs_
 
const std::string processName_
 module config parameters More...
 
edm::Handle
< trigger::TriggerEventWithRefs
triggerEventWithRefsHandle_
 
const edm::InputTag triggerEventWithRefsTag_
 
const edm::EDGetTokenT
< trigger::TriggerEventWithRefs
triggerEventWithRefsToken_
 
const std::string triggerName_
 
edm::Handle< edm::TriggerResultstriggerResultsHandle_
 additional class data memebers More...
 
const edm::InputTag triggerResultsTag_
 
const edm::EDGetTokenT
< edm::TriggerResults
triggerResultsToken_
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDAnalyzer< >
typedef CacheContexts< T...> CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T...> HasAbility
 
typedef
CacheTypes::LuminosityBlockCache 
LuminosityBlockCache
 
typedef
LuminosityBlockContextT
< LuminosityBlockCache,
RunCache, GlobalCache
LuminosityBlockContext
 
typedef
CacheTypes::LuminosityBlockSummaryCache 
LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache,
GlobalCache
RunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDAnalyzerBase
typedef EDAnalyzerAdaptorBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

This class is an EDAnalyzer analyzing the combined HLT information for RAW

Author
Martin Grunewald

See header file for documentation

Author
Martin Grunewald

Definition at line 27 of file HLTEventAnalyzerRAW.h.

Constructor & Destructor Documentation

HLTEventAnalyzerRAW::HLTEventAnalyzerRAW ( const edm::ParameterSet ps)
explicit

Definition at line 39 of file HLTEventAnalyzerRAW.cc.

References edm::InputTag::encode(), processName_, triggerEventWithRefsTag_, triggerName_, and triggerResultsTag_.

39  :
40  processName_(ps.getParameter<std::string>("processName")),
41  triggerName_(ps.getParameter<std::string>("triggerName")),
42  triggerResultsTag_(ps.getParameter<edm::InputTag>("triggerResults")),
43  triggerResultsToken_(consumes<edm::TriggerResults>(triggerResultsTag_)),
44  triggerEventWithRefsTag_(ps.getParameter<edm::InputTag>("triggerEventWithRefs")),
45  triggerEventWithRefsToken_(consumes<trigger::TriggerEventWithRefs>(triggerEventWithRefsTag_))
46 {
47  using namespace std;
48  using namespace edm;
49 
50  LogVerbatim("HLTEventAnalyzerRAW") << "HLTEventAnalyzerRAW configuration: " << endl
51  << " ProcessName = " << processName_ << endl
52  << " TriggerName = " << triggerName_ << endl
53  << " TriggerResultsTag = " << triggerResultsTag_.encode() << endl
54  << " TriggerEventWithRefsTag = " << triggerEventWithRefsTag_.encode() << endl;
55 
56 }
T getParameter(std::string const &) const
const edm::InputTag triggerEventWithRefsTag_
const edm::InputTag triggerResultsTag_
std::string encode() const
Definition: InputTag.cc:164
const std::string processName_
module config parameters
const edm::EDGetTokenT< trigger::TriggerEventWithRefs > triggerEventWithRefsToken_
const edm::EDGetTokenT< edm::TriggerResults > triggerResultsToken_
const std::string triggerName_
HLTEventAnalyzerRAW::~HLTEventAnalyzerRAW ( )
virtual

Definition at line 58 of file HLTEventAnalyzerRAW.cc.

59 {
60 }

Member Function Documentation

void HLTEventAnalyzerRAW::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overridevirtual

Implements edm::stream::EDAnalyzerBase.

Definition at line 110 of file HLTEventAnalyzerRAW.cc.

References analyzeTrigger(), assert(), edm::Event::getByToken(), hltConfig_, i, edm::HandleBase::isValid(), gen::n, HLTConfigProvider::size(), triggerEventWithRefsHandle_, triggerEventWithRefsToken_, HLTConfigProvider::triggerName(), triggerName_, triggerResultsHandle_, and triggerResultsToken_.

111 {
112  using namespace std;
113  using namespace edm;
114 
115  LogVerbatim("HLTEventAnalyzerRAW") << endl;
116 
117  // get event products
120  LogVerbatim("HLTEventAnalyzerRAW") << "HLTEventAnalyzerRAW::analyze: Error in getting TriggerResults product from Event!" << endl;
121  return;
122  }
125  LogVerbatim("HLTEventAnalyzerRAW") << "HLTEventAnalyzerRAW::analyze: Error in getting TriggerEventWithRefs product from Event!" << endl;
126  return;
127  }
128  // sanity check
130 
131  // analyze this event for the triggers requested
132  if (triggerName_=="@") {
133  const unsigned int n(hltConfig_.size());
134  for (unsigned int i=0; i!=n; ++i) {
135  analyzeTrigger(iEvent,iSetup,hltConfig_.triggerName(i));
136  }
137  } else {
138  analyzeTrigger(iEvent,iSetup,triggerName_);
139  }
140 
141  return;
142 
143 }
unsigned int size() const
number of trigger paths in trigger table
int i
Definition: DBlmapReader.cc:9
edm::Handle< edm::TriggerResults > triggerResultsHandle_
additional class data memebers
const std::string & triggerName(unsigned int triggerIndex) const
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:457
assert(m_qm.get())
const edm::EDGetTokenT< trigger::TriggerEventWithRefs > triggerEventWithRefsToken_
HLTConfigProvider hltConfig_
bool isValid() const
Definition: HandleBase.h:75
const edm::EDGetTokenT< edm::TriggerResults > triggerResultsToken_
edm::Handle< trigger::TriggerEventWithRefs > triggerEventWithRefsHandle_
virtual void analyzeTrigger(const edm::Event &, const edm::EventSetup &, const std::string &triggerName)
const std::string triggerName_
void HLTEventAnalyzerRAW::analyzeTrigger ( const edm::Event iEvent,
const edm::EventSetup iSetup,
const std::string &  triggerName 
)
virtual

Definition at line 145 of file HLTEventAnalyzerRAW.cc.

References assert(), basemetIds_, basemetRefs_, calometIds_, calometRefs_, compositeIds_, compositeRefs_, electronIds_, electronRefs_, hltConfig_, i, j, jetIds_, jetRefs_, l1extra::L1HFRings::kRing1NegEta, l1extra::L1HFRings::kRing1PosEta, l1extra::L1HFRings::kRing2NegEta, l1extra::L1HFRings::kRing2PosEta, l1emIds_, l1emRefs_, l1etmissIds_, l1etmissRefs_, l1hfringsIds_, l1hfringsRefs_, l1jetIds_, l1jetRefs_, l1muonIds_, l1muonRefs_, visualization-live-secondInstance_cfg::m, HLTConfigProvider::moduleLabels(), HLTConfigProvider::moduleType(), muonIds_, muonRefs_, gen::n, pfjetIds_, pfjetRefs_, pfmetIds_, pfmetRefs_, pftauIds_, pftauRefs_, photonIds_, photonRefs_, pixtrackIds_, pixtrackRefs_, processName_, dt_dqm_sourceclient_common_cff::reco, HLTConfigProvider::size(), findQualityFiles::size, triggerEventWithRefsHandle_, edm::TriggerNames::triggerIndex(), HLTConfigProvider::triggerIndex(), edm::Event::triggerNames(), and triggerResultsHandle_.

Referenced by analyze().

145  {
146 
147  using namespace std;
148  using namespace edm;
149  using namespace reco;
150  using namespace trigger;
151 
152  LogVerbatim("HLTEventAnalyzerRAW") << endl;
153 
154  const unsigned int n(hltConfig_.size());
155  const unsigned int triggerIndex(hltConfig_.triggerIndex(triggerName));
156  assert(triggerIndex==iEvent.triggerNames(*triggerResultsHandle_).triggerIndex(triggerName));
157 
158  // abort on invalid trigger name
159  if (triggerIndex>=n) {
160  LogVerbatim("HLTEventAnalyzerRAW") << "HLTEventAnalyzerRAW::analyzeTrigger: path "
161  << triggerName << " - not found!" << endl;
162  return;
163  }
164 
165  LogVerbatim("HLTEventAnalyzerRAW") << "HLTEventAnalyzerRAW::analyzeTrigger: path "
166  << triggerName << " [" << triggerIndex << "]" << endl;
167  // modules on this trigger path
168  const unsigned int m(hltConfig_.size(triggerIndex));
169  const vector<string>& moduleLabels(hltConfig_.moduleLabels(triggerIndex));
170 
171  // Results from TriggerResults product
172  LogVerbatim("HLTEventAnalyzerRAW") << " Trigger path status:"
173  << " WasRun=" << triggerResultsHandle_->wasrun(triggerIndex)
174  << " Accept=" << triggerResultsHandle_->accept(triggerIndex)
175  << " Error =" << triggerResultsHandle_->error(triggerIndex)
176  << endl;
177  const unsigned int moduleIndex(triggerResultsHandle_->index(triggerIndex));
178  LogVerbatim("HLTEventAnalyzerRAW") << " Last active module - label/type: "
179  << moduleLabels[moduleIndex] << "/" << hltConfig_.moduleType(moduleLabels[moduleIndex])
180  << " [" << moduleIndex << " out of 0-" << (m-1) << " on this path]"
181  << endl;
182  assert (moduleIndex<m);
183 
184  // Results from TriggerEventWithRefs product
185  photonIds_.clear();
186  photonRefs_.clear();
187  electronIds_.clear();
188  electronRefs_.clear();
189  muonIds_.clear();
190  muonRefs_.clear();
191  jetIds_.clear();
192  jetRefs_.clear();
193  compositeIds_.clear();
194  compositeRefs_.clear();
195  basemetIds_.clear();
196  basemetRefs_.clear();
197  calometIds_.clear();
198  calometRefs_.clear();
199  pixtrackIds_.clear();
200  pixtrackRefs_.clear();
201  l1emIds_.clear();
202  l1emRefs_.clear();
203  l1muonIds_.clear();
204  l1muonRefs_.clear();
205  l1jetIds_.clear();
206  l1jetRefs_.clear();
207  l1etmissIds_.clear();
208  l1etmissRefs_.clear();
209  l1hfringsIds_.clear();
210  l1hfringsRefs_.clear();
211  pfjetIds_.clear();
212  pfjetRefs_.clear();
213  pftauIds_.clear();
214  pftauRefs_.clear();
215  pfmetIds_.clear();
216  pfmetRefs_.clear();
217 
218  // Attention: must look only for modules actually run in this path
219  // for this event!
220  for (unsigned int j=0; j<=moduleIndex; ++j) {
221  const string& moduleLabel(moduleLabels[j]);
222  const string moduleType(hltConfig_.moduleType(moduleLabel));
223  // check whether the module is packed up in TriggerEventWithRef product
224  const unsigned int filterIndex(triggerEventWithRefsHandle_->filterIndex(InputTag(moduleLabel,"",processName_)));
225  if (filterIndex<triggerEventWithRefsHandle_->size()) {
226  LogVerbatim("HLTEventAnalyzerRAW") << " Filter in slot " << j << " - label/type " << moduleLabel << "/" << moduleType << endl;
227  LogVerbatim("HLTEventAnalyzerRAW") << " Filter packed up at: " << filterIndex << endl;
228  LogVerbatim("HLTEventAnalyzerRAW") << " Accepted objects:" << endl;
229 
230  triggerEventWithRefsHandle_->getObjects(filterIndex,photonIds_,photonRefs_);
231  const unsigned int nPhotons(photonIds_.size());
232  if (nPhotons>0) {
233  LogVerbatim("HLTEventAnalyzerRAW") << " Photons: " << nPhotons << " - the objects: # id pt" << endl;
234  for (unsigned int i=0; i!=nPhotons; ++i) {
235  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << photonIds_[i]
236  << " " << photonRefs_[i]->pt()
237  << endl;
238  }
239  }
240 
241  triggerEventWithRefsHandle_->getObjects(filterIndex,electronIds_,electronRefs_);
242  const unsigned int nElectrons(electronIds_.size());
243  if (nElectrons>0) {
244  LogVerbatim("HLTEventAnalyzerRAW") << " Electrons: " << nElectrons << " - the objects: # id pt" << endl;
245  for (unsigned int i=0; i!=nElectrons; ++i) {
246  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << electronIds_[i]
247  << " " << electronRefs_[i]->pt()
248  << endl;
249  }
250  }
251 
252  triggerEventWithRefsHandle_->getObjects(filterIndex,muonIds_,muonRefs_);
253  const unsigned int nMuons(muonIds_.size());
254  if (nMuons>0) {
255  LogVerbatim("HLTEventAnalyzerRAW") << " Muons: " << nMuons << " - the objects: # id pt" << endl;
256  for (unsigned int i=0; i!=nMuons; ++i) {
257  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << muonIds_[i]
258  << " " << muonRefs_[i]->pt()
259  << endl;
260  }
261  }
262 
263  triggerEventWithRefsHandle_->getObjects(filterIndex,jetIds_,jetRefs_);
264  const unsigned int nJets(jetIds_.size());
265  if (nJets>0) {
266  LogVerbatim("HLTEventAnalyzerRAW") << " Jets: " << nJets << " - the objects: # id pt" << endl;
267  for (unsigned int i=0; i!=nJets; ++i) {
268  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << jetIds_[i]
269  << " " << jetRefs_[i]->pt()
270  << endl;
271  }
272  }
273 
275  const unsigned int nComposites(compositeIds_.size());
276  if (nComposites>0) {
277  LogVerbatim("HLTEventAnalyzerRAW") << " Composites: " << nComposites << " - the objects: # id pt" << endl;
278  for (unsigned int i=0; i!=nComposites; ++i) {
279  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << compositeIds_[i]
280  << " " << compositeRefs_[i]->pt()
281  << endl;
282  }
283  }
284 
285  triggerEventWithRefsHandle_->getObjects(filterIndex,basemetIds_,basemetRefs_);
286  const unsigned int nBaseMETs(basemetIds_.size());
287  if (nBaseMETs>0) {
288  LogVerbatim("HLTEventAnalyzerRAW") << " BaseMETs: " << nBaseMETs << " - the objects: # id pt" << endl;
289  for (unsigned int i=0; i!=nBaseMETs; ++i) {
290  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << basemetIds_[i]
291  << " " << basemetRefs_[i]->pt()
292  << endl;
293  }
294  }
295 
296  triggerEventWithRefsHandle_->getObjects(filterIndex,calometIds_,calometRefs_);
297  const unsigned int nCaloMETs(calometIds_.size());
298  if (nCaloMETs>0) {
299  LogVerbatim("HLTEventAnalyzerRAW") << " CaloMETs: " << nCaloMETs << " - the objects: # id pt" << endl;
300  for (unsigned int i=0; i!=nCaloMETs; ++i) {
301  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << calometIds_[i]
302  << " " << calometRefs_[i]->pt()
303  << endl;
304  }
305  }
306 
307  triggerEventWithRefsHandle_->getObjects(filterIndex,pixtrackIds_,pixtrackRefs_);
308  const unsigned int nPixTracks(pixtrackIds_.size());
309  if (nPixTracks>0) {
310  LogVerbatim("HLTEventAnalyzerRAW") << " PixTracks: " << nPixTracks << " - the objects: # id pt" << endl;
311  for (unsigned int i=0; i!=nPixTracks; ++i) {
312  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << pixtrackIds_[i]
313  << " " << pixtrackRefs_[i]->pt()
314  << endl;
315  }
316  }
317 
318  triggerEventWithRefsHandle_->getObjects(filterIndex,l1emIds_,l1emRefs_);
319  const unsigned int nL1EM(l1emIds_.size());
320  if (nL1EM>0) {
321  LogVerbatim("HLTEventAnalyzerRAW") << " L1EM: " << nL1EM << " - the objects: # id pt" << endl;
322  for (unsigned int i=0; i!=nL1EM; ++i) {
323  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << l1emIds_[i]
324  << " " << l1emRefs_[i]->pt()
325  << endl;
326  }
327  }
328 
329  triggerEventWithRefsHandle_->getObjects(filterIndex,l1muonIds_,l1muonRefs_);
330  const unsigned int nL1Muon(l1muonIds_.size());
331  if (nL1Muon>0) {
332  LogVerbatim("HLTEventAnalyzerRAW") << " L1Muon: " << nL1Muon << " - the objects: # id pt" << endl;
333  for (unsigned int i=0; i!=nL1Muon; ++i) {
334  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << l1muonIds_[i]
335  << " " << l1muonRefs_[i]->pt()
336  << endl;
337  }
338  }
339 
340  triggerEventWithRefsHandle_->getObjects(filterIndex,l1jetIds_,l1jetRefs_);
341  const unsigned int nL1Jet(l1jetIds_.size());
342  if (nL1Jet>0) {
343  LogVerbatim("HLTEventAnalyzerRAW") << " L1Jet: " << nL1Jet << " - the objects: # id pt" << endl;
344  for (unsigned int i=0; i!=nL1Jet; ++i) {
345  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << l1jetIds_[i]
346  << " " << l1jetRefs_[i]->pt()
347  << endl;
348  }
349  }
350 
351  triggerEventWithRefsHandle_->getObjects(filterIndex,l1etmissIds_,l1etmissRefs_);
352  const unsigned int nL1EtMiss(l1etmissIds_.size());
353  if (nL1EtMiss>0) {
354  LogVerbatim("HLTEventAnalyzerRAW") << " L1EtMiss: " << nL1EtMiss << " - the objects: # id pt" << endl;
355  for (unsigned int i=0; i!=nL1EtMiss; ++i) {
356  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << l1etmissIds_[i]
357  << " " << l1etmissRefs_[i]->pt()
358  << endl;
359  }
360  }
361 
363  const unsigned int nL1HfRings(l1hfringsIds_.size());
364  if (nL1HfRings>0) {
365  LogVerbatim("HLTEventAnalyzerRAW") << " L1HfRings: " << nL1HfRings << " - the objects: # id 4 4" << endl;
366  for (unsigned int i=0; i!=nL1HfRings; ++i) {
367  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << l1hfringsIds_[i]
372  << " " << l1hfringsRefs_[i]->hfBitCount(l1extra::L1HFRings::kRing1PosEta)
373  << " " << l1hfringsRefs_[i]->hfBitCount(l1extra::L1HFRings::kRing1NegEta)
374  << " " << l1hfringsRefs_[i]->hfBitCount(l1extra::L1HFRings::kRing2PosEta)
375  << " " << l1hfringsRefs_[i]->hfBitCount(l1extra::L1HFRings::kRing2NegEta)
376  << endl;
377  }
378  }
379 
380  triggerEventWithRefsHandle_->getObjects(filterIndex,pfjetIds_,pfjetRefs_);
381  const unsigned int nPFJets(pfjetIds_.size());
382  if (nPFJets>0) {
383  LogVerbatim("HLTEventAnalyzerRAW") << " PFJets: " << nPFJets << " - the objects: # id pt" << endl;
384  for (unsigned int i=0; i!=nPFJets; ++i) {
385  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << pfjetIds_[i]
386  << " " << pfjetRefs_[i]->pt()
387  << endl;
388  }
389  }
390 
391  triggerEventWithRefsHandle_->getObjects(filterIndex,pftauIds_,pftauRefs_);
392  const unsigned int nPFTaus(pftauIds_.size());
393  if (nPFTaus>0) {
394  LogVerbatim("HLTEventAnalyzerRAW") << " PFTaus: " << nPFTaus << " - the objects: # id pt" << endl;
395  for (unsigned int i=0; i!=nPFTaus; ++i) {
396  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << pftauIds_[i]
397  << " " << pftauRefs_[i]->pt()
398  << endl;
399  }
400  }
401 
402  triggerEventWithRefsHandle_->getObjects(filterIndex,pfmetIds_,pfmetRefs_);
403  const unsigned int nPfMETs(pfmetIds_.size());
404  if (nPfMETs>0) {
405  LogVerbatim("HLTEventAnalyzerRAW") << " PfMETs: " << nPfMETs << " - the objects: # id pt" << endl;
406  for (unsigned int i=0; i!=nPfMETs; ++i) {
407  LogVerbatim("HLTEventAnalyzerRAW") << " " << i << " " << pfmetIds_[i]
408  << " " << pfmetRefs_[i]->pt()
409  << endl;
410  }
411  }
412 
413  }
414  }
415 
416  return;
417 }
unsigned int size() const
number of trigger paths in trigger table
int i
Definition: DBlmapReader.cc:9
trigger::Vids compositeIds_
virtual edm::TriggerNames const & triggerNames(edm::TriggerResults const &triggerResults) const
Definition: Event.cc:213
const std::string moduleType(const std::string &module) const
C++ class name of module.
trigger::Vids l1etmissIds_
edm::Handle< edm::TriggerResults > triggerResultsHandle_
additional class data memebers
trigger::VRl1muon l1muonRefs_
trigger::Vids electronIds_
assert(m_qm.get())
trigger::VRl1em l1emRefs_
trigger::VRpftau pftauRefs_
trigger::VRpfjet pfjetRefs_
trigger::Vids photonIds_
payload extracted from TriggerEventWithRefs
trigger::VRl1jet l1jetRefs_
unsigned int triggerIndex(const std::string &triggerName) const
slot position of trigger path in trigger table (0 to size-1)
trigger::VRcomposite compositeRefs_
const std::string processName_
module config parameters
trigger::VRphoton photonRefs_
unsigned int triggerIndex(std::string const &name) const
Definition: TriggerNames.cc:32
HLTConfigProvider hltConfig_
trigger::VRpfmet pfmetRefs_
int j
Definition: DBlmapReader.cc:9
trigger::VRelectron electronRefs_
const std::vector< std::string > & moduleLabels(unsigned int trigger) const
label(s) of module(s) on a trigger path
trigger::Vids pixtrackIds_
trigger::Vids l1hfringsIds_
trigger::VRl1etmiss l1etmissRefs_
edm::Handle< trigger::TriggerEventWithRefs > triggerEventWithRefsHandle_
trigger::VRl1hfrings l1hfringsRefs_
trigger::VRcalomet calometRefs_
trigger::VRmuon muonRefs_
trigger::VRpixtrack pixtrackRefs_
trigger::VRbasemet basemetRefs_
tuple size
Write out results.
void HLTEventAnalyzerRAW::beginRun ( edm::Run const &  iRun,
edm::EventSetup const &  iSetup 
)
overridevirtual

Reimplemented from edm::stream::EDAnalyzerBase.

Definition at line 79 of file HLTEventAnalyzerRAW.cc.

References HLTConfigProvider::dump(), hltConfig_, HLTConfigProvider::init(), gen::n, processName_, HLTConfigProvider::size(), HLTConfigProvider::triggerIndex(), and triggerName_.

80 {
81  using namespace std;
82  using namespace edm;
83 
84  bool changed(true);
85  if (hltConfig_.init(iRun,iSetup,processName_,changed)) {
86  if (changed) {
87  // check if trigger name in (new) config
88  if (triggerName_!="@") { // "@" means: analyze all triggers in config
89  const unsigned int n(hltConfig_.size());
90  const unsigned int triggerIndex(hltConfig_.triggerIndex(triggerName_));
91  if (triggerIndex>=n) {
92  LogVerbatim("HLTEventAnalyzerRAW") << "HLTEventAnalyzerRAW::analyze:"
93  << " TriggerName " << triggerName_
94  << " not available in (new) config!" << endl;
95  LogVerbatim("HLTEventAnalyzerRAW") << "Available TriggerNames are: " << endl;
96  hltConfig_.dump("Triggers");
97  }
98  }
99  }
100  } else {
101  LogVerbatim("HLTEventAnalyzerRAW") << "HLTEventAnalyzerRAW::analyze:"
102  << " config extraction failure with process name "
103  << processName_ << endl;
104  }
105 
106 }
unsigned int size() const
number of trigger paths in trigger table
void dump(const std::string &what) const
Dumping config info to cout.
unsigned int triggerIndex(const std::string &triggerName) const
slot position of trigger path in trigger table (0 to size-1)
const std::string processName_
module config parameters
HLTConfigProvider hltConfig_
bool init(const edm::Run &iRun, const edm::EventSetup &iSetup, const std::string &processName, bool &changed)
d&#39;tor
const std::string triggerName_
void HLTEventAnalyzerRAW::endRun ( edm::Run const &  iRun,
edm::EventSetup const &  iSetup 
)
overridevirtual

Reimplemented from edm::stream::EDAnalyzerBase.

Definition at line 76 of file HLTEventAnalyzerRAW.cc.

76 {}
void HLTEventAnalyzerRAW::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 66 of file HLTEventAnalyzerRAW.cc.

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), HLT_25ns14e33_v1_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.

66  {
68  desc.add<std::string>("processName","HLT");
69  desc.add<std::string>("triggerName","@");
70  desc.add<edm::InputTag>("triggerResults",edm::InputTag("TriggerResults","","HLT"));
71  desc.add<edm::InputTag>("triggerEventWithRefs",edm::InputTag("hltTriggerSummaryRAW","","HLT"));
72  descriptions.add("hltEventAnalyzerRAW", desc);
73 }
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)

Member Data Documentation

trigger::Vids HLTEventAnalyzerRAW::basemetIds_
private

Definition at line 66 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRbasemet HLTEventAnalyzerRAW::basemetRefs_
private

Definition at line 67 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::calometIds_
private

Definition at line 68 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRcalomet HLTEventAnalyzerRAW::calometRefs_
private

Definition at line 69 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::compositeIds_
private

Definition at line 64 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRcomposite HLTEventAnalyzerRAW::compositeRefs_
private

Definition at line 65 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::electronIds_
private

Definition at line 58 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRelectron HLTEventAnalyzerRAW::electronRefs_
private

Definition at line 59 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

HLTConfigProvider HLTEventAnalyzerRAW::hltConfig_
private

Definition at line 52 of file HLTEventAnalyzerRAW.h.

Referenced by analyze(), analyzeTrigger(), and beginRun().

trigger::Vids HLTEventAnalyzerRAW::jetIds_
private

Definition at line 62 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRjet HLTEventAnalyzerRAW::jetRefs_
private

Definition at line 63 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::l1emIds_
private

Definition at line 73 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRl1em HLTEventAnalyzerRAW::l1emRefs_
private

Definition at line 74 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::l1etmissIds_
private

Definition at line 79 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRl1etmiss HLTEventAnalyzerRAW::l1etmissRefs_
private

Definition at line 80 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::l1hfringsIds_
private

Definition at line 81 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRl1hfrings HLTEventAnalyzerRAW::l1hfringsRefs_
private

Definition at line 82 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::l1jetIds_
private

Definition at line 77 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRl1jet HLTEventAnalyzerRAW::l1jetRefs_
private

Definition at line 78 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::l1muonIds_
private

Definition at line 75 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRl1muon HLTEventAnalyzerRAW::l1muonRefs_
private

Definition at line 76 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::muonIds_
private

Definition at line 60 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRmuon HLTEventAnalyzerRAW::muonRefs_
private

Definition at line 61 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::pfjetIds_
private

Definition at line 84 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRpfjet HLTEventAnalyzerRAW::pfjetRefs_
private

Definition at line 85 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::pfmetIds_
private

Definition at line 88 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRpfmet HLTEventAnalyzerRAW::pfmetRefs_
private

Definition at line 89 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::pftauIds_
private

Definition at line 86 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRpftau HLTEventAnalyzerRAW::pftauRefs_
private

Definition at line 87 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::photonIds_
private

payload extracted from TriggerEventWithRefs

Definition at line 56 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRphoton HLTEventAnalyzerRAW::photonRefs_
private

Definition at line 57 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::Vids HLTEventAnalyzerRAW::pixtrackIds_
private

Definition at line 70 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

trigger::VRpixtrack HLTEventAnalyzerRAW::pixtrackRefs_
private

Definition at line 71 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger().

const std::string HLTEventAnalyzerRAW::processName_
private

module config parameters

Definition at line 42 of file HLTEventAnalyzerRAW.h.

Referenced by analyzeTrigger(), beginRun(), and HLTEventAnalyzerRAW().

edm::Handle<trigger::TriggerEventWithRefs> HLTEventAnalyzerRAW::triggerEventWithRefsHandle_
private

Definition at line 51 of file HLTEventAnalyzerRAW.h.

Referenced by analyze(), and analyzeTrigger().

const edm::InputTag HLTEventAnalyzerRAW::triggerEventWithRefsTag_
private

Definition at line 46 of file HLTEventAnalyzerRAW.h.

Referenced by HLTEventAnalyzerRAW().

const edm::EDGetTokenT<trigger::TriggerEventWithRefs> HLTEventAnalyzerRAW::triggerEventWithRefsToken_
private

Definition at line 47 of file HLTEventAnalyzerRAW.h.

Referenced by analyze().

const std::string HLTEventAnalyzerRAW::triggerName_
private

Definition at line 43 of file HLTEventAnalyzerRAW.h.

Referenced by analyze(), beginRun(), and HLTEventAnalyzerRAW().

edm::Handle<edm::TriggerResults> HLTEventAnalyzerRAW::triggerResultsHandle_
private

additional class data memebers

Definition at line 50 of file HLTEventAnalyzerRAW.h.

Referenced by analyze(), and analyzeTrigger().

const edm::InputTag HLTEventAnalyzerRAW::triggerResultsTag_
private

Definition at line 44 of file HLTEventAnalyzerRAW.h.

Referenced by HLTEventAnalyzerRAW().

const edm::EDGetTokenT<edm::TriggerResults> HLTEventAnalyzerRAW::triggerResultsToken_
private

Definition at line 45 of file HLTEventAnalyzerRAW.h.

Referenced by analyze().