CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorFastClusterProducer.h
Go to the documentation of this file.
1 #ifndef FastSimulation_ForwardDetectors_CastorFastClusterProducer_h
2 #define FastSimulation_ForwardDetectors_CastorFastClusterProducer_h
3 
5 
6 // Castorobject includes
8 
10 
12 
13 
14 
15 //
16 // class decleration
17 //
18 
20  public:
23 
24  private:
25  virtual void produce(edm::Event&, const edm::EventSetup&) override;
26  double make_noise();
27 
28  // ----------member data ---------------------------
30  typedef ROOT::Math::RhoEtaPhiPoint ClusterPoint;
31  typedef std::vector<reco::CastorCluster> CastorClusterCollection;
32 };
33 
34 #endif
35 
36 
virtual void produce(edm::Event &, const edm::EventSetup &) override
CastorFastClusterProducer(const edm::ParameterSet &)
std::vector< reco::CastorCluster > CastorClusterCollection
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< double > > XYZPointD
point in space with cartesian internal representation
Definition: Point3D.h:8
ROOT::Math::RhoEtaPhiPoint ClusterPoint