CMS 3D CMS Logo

GctTimingAnalyzer.h
Go to the documentation of this file.
1 #ifndef L1GCTANALYZER_TIMINGANALYZER_H
2 #define L1GCTANALYZER_TIMINGANALYZER_H
3 
4 // -*- C++ -*-
5 //
6 // Package: GctTimingAnalyzer
7 // Class: GctTimingAnalyzer
8 //
14 //
15 // Original Author: Alex Tapper
16 // Created: Mon Apr 21 14:21:06 CEST 2008
17 //
18 //
19 
20 // user include files
23 
26 
28 
29 // Data formats
32 
33 #include <iostream>
34 #include <fstream>
35 
37 public:
38  explicit GctTimingAnalyzer(const edm::ParameterSet&);
39  ~GctTimingAnalyzer() override;
40 
41 private:
42  void analyze(const edm::Event&, const edm::EventSetup&) override;
43 
44  std::string m_outputFileName; // Output file
45  std::ofstream m_outputFile;
46 
47  edm::InputTag m_gctSource; // General source label
53 
54  bool m_doInternal; // Do internal pipelines
56  bool m_doJets;
58  bool m_doESums;
59 
60  unsigned m_evtNum;
61 };
62 
63 #endif
edm::InputTag m_tauJetsSource
edm::InputTag m_cenJetsSource
~GctTimingAnalyzer() override
edm::InputTag m_gctSource
std::string m_outputFileName
edm::InputTag m_isoEmSource
GctTimingAnalyzer(const edm::ParameterSet &)
edm::InputTag m_nonIsoEmSource
edm::InputTag m_forJetsSource
void analyze(const edm::Event &, const edm::EventSetup &) override
std::ofstream m_outputFile