CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackerSeedValidator.h
Go to the documentation of this file.
1 #ifndef TrackerSeedValidator_h
2 #define TrackerSeedValidator_h
3 
14 
17 
19  public:
22 
24  virtual ~TrackerSeedValidator();
25 
26 
28  void analyze(const edm::Event&, const edm::EventSetup& );
30  void endRun(edm::Run const&, edm::EventSetup const&);
33 
34  private:
38 
40  // select tracking particles
41  //(i.e. "denominator" of the efficiency ratio)
45 
46 };
47 
48 
49 #endif
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &)
Method called to book the DQM histograms.
void endRun(edm::Run const &, edm::EventSetup const &)
Method called at the end of the event loop.
TrackingParticleSelector tpSelector
TrackerSeedValidator(const edm::ParameterSet &pset)
Constructor.
CosmicTrackingParticleSelector cosmictpSelector
edm::ESHandle< TransientTrackingRecHitBuilder > theTTRHBuilder
virtual ~TrackerSeedValidator()
Destructor.
void analyze(const edm::Event &, const edm::EventSetup &)
Method called once per event.
MTVHistoProducerAlgo * histoProducerAlgo_
Definition: Run.h:41