CMS 3D CMS Logo

PerformanceAnalyzer.h
Go to the documentation of this file.
1 #ifndef PerformanceAnalyzer_H
2 #define PerformanceAnalyzer_H
3 
4 // user include files
5 
9 
10 namespace edm {class EventTime;}
11 
13 {
14 
15 public:
16  explicit PerformanceAnalyzer(const edm::ParameterSet&);
18  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
19  virtual void analyze(const edm::Event&, const edm::EventSetup&) override;
20 
21 private:
36 
37 };
38 
39 #endif
40 
def analyze(function, filename, filter=None)
Definition: Profiling.py:11
MonitorElement * fHcalUnsuppDigis
void bookHistograms(fwlite::EventContainer &eventCont)
MonitorElement * fMuonRPCDigis
MonitorElement * fEcalUnsuppDigis
MonitorElement * fg4SimHits
edm::EDGetTokenT< edm::EventTime > eventTime_Token_
MonitorElement * fSiStripDigis
MonitorElement * fSiPixelDigis
MonitorElement * fMuonCSCDigis
MonitorElement * fVtxSmeared
MonitorElement * fEcalZeroSuppDigis
HLT enums.
MonitorElement * fMuonDTDigis
MonitorElement * fMixing
MonitorElement * fPreShwZeroSuppDigis
Definition: Run.h:42