CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorSimpleReconstructor.h
Go to the documentation of this file.
1 #ifndef CASTORSIMPLERECONSTRUCTOR_H
2 #define CASTORSIMPLERECONSTRUCTOR_H 1
3 
7 
10 
12 
14  public:
15  explicit CastorSimpleReconstructor(const edm::ParameterSet& ps);
17  virtual void beginRun(edm::Run&r, edm::EventSetup const & es);
18  virtual void produce(edm::Event& e, const edm::EventSetup& c);
19  private:
22  int subdet_;
23  // HcalOtherSubdetector subdetOther_;
25 
28  bool tsFromDB_;
32 };
33 
34 #endif
virtual void produce(edm::Event &e, const edm::EventSetup &c)
CastorSimpleReconstructor(const edm::ParameterSet &ps)
Detector
Definition: DetId.h:26
virtual void beginRun(edm::Run &r, edm::EventSetup const &es)
Definition: Run.h:33