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 produce(edm::Event&, const edm::EventSetup&) override;
23  double make_noise();
24 
25  // ----------member data ---------------------------
27  typedef ROOT::Math::RhoEtaPhiPoint TowerPoint;
28  typedef std::vector<reco::CastorTower> CastorTowerCollection;
29 };
30 
31 #endif
32 
33 
CastorFastTowerProducer(const edm::ParameterSet &)
std::vector< reco::CastorTower > CastorTowerCollection
ROOT::Math::RhoEtaPhiPoint TowerPoint
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< double > > XYZPointD
point in space with cartesian internal representation
Definition: Point3D.h:9
virtual void produce(edm::Event &, const edm::EventSetup &) override