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
8 
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;
31 };
32 
33 #endif
CastorFastTowerProducer(const edm::ParameterSet &)
std::vector< reco::CastorTower > CastorTowerCollection
ROOT::Math::RhoEtaPhiPoint TowerPoint
const edm::EDGetTokenT< reco::GenParticleCollection > tokGenPart_
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< double > > XYZPointD
point in space with cartesian internal representation
Definition: Point3D.h:8
void produce(edm::Event &, const edm::EventSetup &) override