CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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);
41 
42  private:
45 
46  // Histograms Simulation
49 
50  // Histograms MTCC data
65 
67 
68  // define Token(-s)
70 };
71 #endif
PhysicsObjectsMonitor(const edm::ParameterSet &pset)
Constructor.
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
void analyze(const edm::Event &event, const edm::EventSetup &eventSetup)
virtual ~PhysicsObjectsMonitor()
Destructor.
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
edm::EDGetTokenT< reco::TrackCollection > theSTAMuonToken_
Definition: Run.h:43