CMS 3D CMS Logo

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
CastorFastClusterProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: CastorFastClusterProducer.cc:71
CastorFastClusterProducer
Definition: CastorFastClusterProducer.h:17
CastorFastClusterProducer::make_noise
double make_noise()
Definition: CastorFastClusterProducer.cc:348
CastorCluster.h
CastorFastClusterProducer::Point
math::XYZPointD Point
Definition: CastorFastClusterProducer.h:27
EDProducer.h
CastorFastClusterProducer::CastorFastClusterProducer
CastorFastClusterProducer(const edm::ParameterSet &)
Definition: CastorFastClusterProducer.cc:54
CastorFastClusterProducer::~CastorFastClusterProducer
~CastorFastClusterProducer() override
Definition: CastorFastClusterProducer.cc:61
edm::ParameterSet
Definition: ParameterSet.h:47
math::XYZPointD
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< double > > XYZPointD
point in space with cartesian internal representation
Definition: Point3D.h:8
CastorFastClusterProducer::CastorClusterCollection
std::vector< reco::CastorCluster > CastorClusterCollection
Definition: CastorFastClusterProducer.h:29
edm::stream::EDProducer
Definition: EDProducer.h:38
edm::EventSetup
Definition: EventSetup.h:58
Point3D.h
ParameterSet.h
edm::Event
Definition: Event.h:73
CastorFastClusterProducer::ClusterPoint
ROOT::Math::RhoEtaPhiPoint ClusterPoint
Definition: CastorFastClusterProducer.h:28