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 
16 
19 
21  public:
24 
26  virtual ~TrackerSeedValidator();
27 
28 
30  void beginRun(edm::Run const&, edm::EventSetup const&);
32  void analyze(const edm::Event&, const edm::EventSetup& );
34  void endRun(edm::Run const&, edm::EventSetup const&);
35 
36  private:
40 
42  // select tracking particles
43  //(i.e. "denominator" of the efficiency ratio)
47 
48 };
49 
50 
51 #endif
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:36
void beginRun(edm::Run const &, edm::EventSetup const &)
Method called before the event loop.