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 
12 
13 
14 //
15 // class decleration
16 //
17 
19  public:
22 
23  private:
24  virtual void produce(edm::Event&, const edm::EventSetup&) override;
25  double make_noise();
26 
27  // ----------member data ---------------------------
29  typedef ROOT::Math::RhoEtaPhiPoint TowerPoint;
30  typedef std::vector<reco::CastorTower> CastorTowerCollection;
31 };
32 
33 #endif
34 
35 
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:8
virtual void produce(edm::Event &, const edm::EventSetup &) override