CMS 3D CMS Logo

PreshowerPhiClusterProducer.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterProducers_PreshowerPhiClusterProducer_h
2 #define RecoEcal_EgammaClusterProducers_PreshowerPhiClusterProducer_h
3 
4 #include <memory>
5 
22 
24 public:
26 
28 
30 
31  void produce(edm::Event& evt, const edm::EventSetup& es) override;
32  void set(const edm::EventSetup& es);
33 
34 private:
35  int nEvt_; // internal counter of events
36 
37  //clustering parameters:
38  edm::EDGetTokenT<EcalRecHitCollection> preshHitToken_; // name of module/plugin/producer
39  // producing hits
41 
42  // name out output collections
45 
46  // association parameters:
47  std::string assocSClusterCollection_; // name of super cluster output collection
48 
54  double mip_;
55  double gamma0_;
56  double gamma1_;
57  double gamma2_;
58  double gamma3_;
59  double alpha0_;
60  double alpha1_;
61  double alpha2_;
62  double alpha3_;
63  double aEta_[4];
64  double bEta_[4];
65 
66  double etThresh_;
67 
68  PreshowerPhiClusterAlgo* presh_algo; // algorithm doing the real work
69  // The set of used DetID's
70  //std::set<DetId> used_strips;
71 
74 };
75 #endif
PreshowerPhiClusterAlgo * presh_algo
edm::ESHandle< ESMIPToGeVConstant > esMIPToGeV_
edm::ESHandle< ESMissingEnergyCalibration > esMissingECalib_
edm::ESHandle< ESEEIntercalibConstants > esEEInterCalib_
edm::ESHandle< ESChannelStatus > esChannelStatus_
void produce(edm::Event &evt, const edm::EventSetup &es) override
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12
edm::EDGetTokenT< reco::SuperClusterCollection > endcapSClusterToken_
edm::EDGetTokenT< EcalRecHitCollection > preshHitToken_
PreshowerPhiClusterProducer(const edm::ParameterSet &ps)