CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFECALSuperClusterProducer.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterProducers_PFECALSuperClusterProducer_h_
2 #define RecoEcal_EgammaClusterProducers_PFECALSuperClusterProducer_h_
3 
4 // system include files
5 #include <memory>
6 #include <vector>
7 
8 // user include files
12 
15 
17 
20 
26 
28 
38 class DetId;
39 class GBRForest;
40 class GBRWrapperRcd;
41 class EcalClusterTools;
42 
43 
45  public:
48 
49  virtual void beginLuminosityBlock(const edm::LuminosityBlock&, const edm::EventSetup&);
50  virtual void produce(edm::Event&, const edm::EventSetup&);
51 
52 
53  private:
54  // ----------member data ---------------------------
55 
60 
61  std::shared_ptr<PFEnergyCalibration> thePFEnergyCalibration_;
62 
64  bool verbose_;
65 
74 
75 };
76 
77 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
PFECALSuperClusterAlgo::clustering_type _theclusteringtype
std::shared_ptr< PFEnergyCalibration > thePFEnergyCalibration_
PFECALSuperClusterProducer(const edm::ParameterSet &)
PFECALSuperClusterAlgo superClusterAlgo_
clustering algorithm
Definition: DetId.h:18
PFECALSuperClusterAlgo::energy_weight _theenergyweight
\ Algorithm for box particle flow super clustering in the ECAL
virtual void beginLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &)