CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PreshowerClusterProducer.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterProducers_PreshowerClusterProducer_h
2 #define RecoEcal_EgammaClusterProducers_PreshowerClusterProducer_h
3 
4 #include <memory>
5 
20 
22 
23  public:
24 
26 
27  explicit PreshowerClusterProducer (const edm::ParameterSet& ps);
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 
48  double etThresh_;
49 
50  // association parameters:
51  std::string assocSClusterCollection_; // name of super cluster output collection
52 
58  double mip_;
59  double gamma0_;
60  double gamma1_;
61  double gamma2_;
62  double gamma3_;
63  double alpha0_;
64  double alpha1_;
65  double alpha2_;
66  double alpha3_;
67  double aEta_[4];
68  double bEta_[4];
69 
70  PreshowerClusterAlgo * presh_algo; // algorithm doing the real work
71  // The set of used DetID's
72  //std::set<DetId> used_strips;
73 
74 
75 };
76 #endif
77 
edm::ESHandle< ESMissingEnergyCalibration > esMissingECalib_
edm::ESHandle< ESGain > esgain_
PreshowerClusterAlgo * presh_algo
edm::ESHandle< ESChannelStatus > esChannelStatus_
edm::ESHandle< ESMIPToGeVConstant > esMIPToGeV_
edm::ESHandle< ESEEIntercalibConstants > esEEInterCalib_
virtual void produce(edm::Event &evt, const edm::EventSetup &es)
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:13
PreshowerClusterProducer(const edm::ParameterSet &ps)
void set(const edm::EventSetup &es)