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::InputTag preshHitProducer_; // name of module/plugin/producer producing hits
40  edm::InputTag endcapSClusterProducer_; // ditto SuperClusters
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  PreshowerPhiClusterAlgo * presh_algo; // algorithm doing the real work
67  // The set of used DetID's
68  //std::set<DetId> used_strips;
69 
72 };
73 #endif
74 
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:13
PreshowerPhiClusterProducer(const edm::ParameterSet &ps)