CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
20 
22 
23  public:
24 
26 
28 
30 
31  virtual void produce( edm::Event& evt, const edm::EventSetup& es);
32  void set(const edm::EventSetup& es);
33 
34  private:
35 
36  int nEvt_; // internal counter of events
37 
38  //clustering parameters:
39  edm::EDGetTokenT<EcalRecHitCollection> preshHitToken_; // name of module/plugin/producer
40  // producing hits
42 
43  // name out output collections
46 
47  // association parameters:
48  std::string assocSClusterCollection_; // name of super cluster output collection
49 
55  double mip_;
56  double gamma0_;
57  double gamma1_;
58  double gamma2_;
59  double gamma3_;
60  double alpha0_;
61  double alpha1_;
62  double alpha2_;
63  double alpha3_;
64  double aEta_[4];
65  double bEta_[4];
66 
67  double etThresh_;
68 
69  PreshowerPhiClusterAlgo * presh_algo; // algorithm doing the real work
70  // The set of used DetID's
71  //std::set<DetId> used_strips;
72 
75 };
76 #endif
77 
PreshowerPhiClusterAlgo * presh_algo
void set(const edm::EventSetup &es)
edm::ESHandle< ESMIPToGeVConstant > esMIPToGeV_
edm::ESHandle< ESMissingEnergyCalibration > esMissingECalib_
virtual void produce(edm::Event &evt, const edm::EventSetup &es)
edm::ESHandle< ESEEIntercalibConstants > esEEInterCalib_
edm::ESHandle< ESChannelStatus > esChannelStatus_
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)