CMS 3D CMS Logo

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 // class decleration
15 //
16 
18 public:
20  ~CastorFastTowerProducer() 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 TowerPoint;
29  typedef std::vector<reco::CastorTower> CastorTowerCollection;
30 };
31 
32 #endif
CastorTower.h
CastorFastTowerProducer::TowerPoint
ROOT::Math::RhoEtaPhiPoint TowerPoint
Definition: CastorFastTowerProducer.h:28
EDProducer.h
CastorFastTowerProducer::make_noise
double make_noise()
Definition: CastorFastTowerProducer.cc:356
CastorFastTowerProducer::CastorFastTowerProducer
CastorFastTowerProducer(const edm::ParameterSet &)
Definition: CastorFastTowerProducer.cc:54
CastorFastTowerProducer::CastorTowerCollection
std::vector< reco::CastorTower > CastorTowerCollection
Definition: CastorFastTowerProducer.h:29
CastorFastTowerProducer::Point
math::XYZPointD Point
Definition: CastorFastTowerProducer.h:27
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
edm::stream::EDProducer
Definition: EDProducer.h:38
CastorFastTowerProducer
Definition: CastorFastTowerProducer.h:17
edm::EventSetup
Definition: EventSetup.h:57
CastorFastTowerProducer::~CastorFastTowerProducer
~CastorFastTowerProducer() override
Definition: CastorFastTowerProducer.cc:61
Point3D.h
CastorFastTowerProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: CastorFastTowerProducer.cc:71
ParameterSet.h
edm::Event
Definition: Event.h:73