CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MultiTrackValidator.h
Go to the documentation of this file.
1 #ifndef MultiTrackValidator_h
2 #define MultiTrackValidator_h
3 
13 
14 
16  public:
19 
21  virtual ~MultiTrackValidator();
22 
23 
25  void beginRun(edm::Run const&, edm::EventSetup const&);
27  void analyze(const edm::Event&, const edm::EventSetup& );
29  void endRun(edm::Run const&, edm::EventSetup const&);
30 
31 
32  protected:
33  //these are used by MTVGenPs
37 
38  private:
40 
41  bool useGsf;
43  // select tracking particles
44  //(i.e. "denominator" of the efficiency ratio)
48 };
49 
50 
51 #endif
void endRun(edm::Run const &, edm::EventSetup const &)
Method called at the end of the event loop.
CosmicTrackingParticleSelector cosmictpSelector
edm::InputTag _simHitTpMapTag
void analyze(const edm::Event &, const edm::EventSetup &)
Method called once per event.
void beginRun(edm::Run const &, edm::EventSetup const &)
Method called before the event loop.
TrackingParticleSelector tpSelector
edm::InputTag associatormap
MultiTrackValidator(const edm::ParameterSet &pset)
Constructor.
MTVHistoProducerAlgo * histoProducerAlgo_
Definition: Run.h:41
virtual ~MultiTrackValidator()
Destructor.