CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 // class decleration
15 //
16 
18 public:
20  ~CastorFastClusterProducer() override;
21 
22 private:
23  void produce(edm::Event&, const edm::EventSetup&) override;
24  double make_noise();
25 
26  // ----------member data ---------------------------
28  typedef ROOT::Math::RhoEtaPhiPoint ClusterPoint;
29  typedef std::vector<reco::CastorCluster> CastorClusterCollection;
30 };
31 
32 #endif
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