CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorFastTowerProducer.h
Go to the documentation of this file.
1 #ifndef FastSimulation_ForwardDetectors_CastorFastTowerProducer_h
2 #define FastSimulation_ForwardDetectors_CastorFastTowerProducer_h
3 
4 // Castorobject includes
6 
8 
10 
11 
12 //
13 // class decleration
14 //
15 
17  public:
20 
21  private:
22  virtual void beginRun(edm::Run&, edm::EventSetup const&) ;
23  virtual void produce(edm::Event&, const edm::EventSetup&);
24  double make_noise();
25  virtual void endRun() ;
26 
27  // ----------member data ---------------------------
29  typedef ROOT::Math::RhoEtaPhiPoint TowerPoint;
30  typedef std::vector<reco::CastorTower> CastorTowerCollection;
31 };
32 
33 #endif
34 
35 
virtual void beginRun(edm::Run &, edm::EventSetup const &)
CastorFastTowerProducer(const edm::ParameterSet &)
std::vector< reco::CastorTower > CastorTowerCollection
ROOT::Math::RhoEtaPhiPoint TowerPoint
virtual void produce(edm::Event &, const edm::EventSetup &)
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< double > > XYZPointD
point in space with cartesian internal representation
Definition: Point3D.h:9
Definition: Run.h:33