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 
15 
18 
20  public:
23  builderName = pset.getParameter<std::string>("TTRHBuilder");
24  }
25 
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:
37  std::string builderName;
39 };
40 
41 
42 #endif
T getParameter(std::string const &) const
void endRun(edm::Run const &, edm::EventSetup const &)
Method called at the end of the event loop.
TrackerSeedValidator(const edm::ParameterSet &pset)
Constructor.
edm::ESHandle< TransientTrackingRecHitBuilder > theTTRHBuilder
~TrackerSeedValidator()
Destructor.
void analyze(const edm::Event &, const edm::EventSetup &)
Method called once per event.
Definition: Run.h:33
void beginRun(edm::Run const &, edm::EventSetup const &)
Method called before the event loop.