CMS 3D CMS Logo

TrackingTruthValid.h
Go to the documentation of this file.
1 #ifndef TrackingTruthValid_h
2 #define TrackingTruthValid_h
3 
8 
9 #include <string>
10 
11 class DQMStore;
12 class MonitorElement;
13 class TrackingParticle;
14 
16  public:
17  typedef std::vector<TrackingParticle> TrackingParticleCollection;
18  //Constructor
19  explicit TrackingTruthValid(const edm::ParameterSet& conf) ;
20  //Destructor
21  ~TrackingTruthValid() override{} ;
22 
23  void analyze(const edm::Event&, const edm::EventSetup& ) override;
24 
25  void bookHistograms(DQMStore::IBooker & ibooker,const edm::Run& run, const edm::EventSetup& es) override;
26  void endJob() override;
27 
28  private:
31 
47 
49 };
50 
51 #endif
MonitorElement * meTPAllHits
MonitorElement * meTPVtxX
MonitorElement * meTPtip
~TrackingTruthValid() override
MonitorElement * meTPPhi
MonitorElement * meTPVtxZ
MonitorElement * meTPVtxY
MonitorElement * meTPEta
edm::EDGetTokenT< TrackingParticleCollection > vec_TrackingParticle_Token_
void bookHistograms(DQMStore::IBooker &ibooker, const edm::Run &run, const edm::EventSetup &es) override
std::vector< TrackingParticle > TrackingParticleCollection
MonitorElement * meTPProc
void analyze(const edm::Event &, const edm::EventSetup &) override
void endJob() override
MonitorElement * meTPMatchedHits
MonitorElement * meTPCharge
Monte Carlo truth information used for tracking validation.
MonitorElement * meTPMass
MonitorElement * meTPlip
MonitorElement * meTPPt
Definition: Run.h:44
TrackingTruthValid(const edm::ParameterSet &conf)
MonitorElement * meTPId