CMS 3D CMS Logo

PhysicsObjectsMonitor.h
Go to the documentation of this file.
1 #ifndef DQM_PhysicsObjectMonitoring_PhysicsObjectsMonitor_H
2 #define DQM_PhysicsObjectMonitoring_PhysicsObjectsMonitor_H
3 
13 // Base Class Headers
18 //#include "DataFormats/TrackReco/interface/Track.h"
20 
21 namespace edm {
22 class ParameterSet;
23 class Event;
24 class EventSetup;
25 }
26 
27 class TFile;
28 class TH1F;
29 class TH2F;
30 
32  public:
36  virtual ~PhysicsObjectsMonitor();
37  // Operations
39  edm::EventSetup const &) override;
40  void analyze(const edm::Event &event, const edm::EventSetup &eventSetup) override;
41 
42  private:
45 
46  // Histograms Simulation
49 
50  // Histograms MTCC data
65 
67 
68  // define Token(-s)
70 };
71 #endif
def analyze(function, filename, filter=None)
Definition: Profiling.py:11
void bookHistograms(fwlite::EventContainer &eventCont)
HLT enums.
edm::EDGetTokenT< reco::TrackCollection > theSTAMuonToken_
Definition: event.py:1
Definition: Run.h:42