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 
29 
39 class DetId;
40 class GBRForest;
41 class GBRWrapperRcd;
42 
44  public:
47 
48  virtual void beginLuminosityBlock(const edm::LuminosityBlock&, const edm::EventSetup&) override;
49  virtual void produce(edm::Event&, const edm::EventSetup&) override;
50 
51  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
52 
53  private:
54  // ----------member data ---------------------------
55 
60 
61  std::shared_ptr<PFEnergyCalibration> thePFEnergyCalibration_;
62 
64  bool verbose_;
65 
74 
75 };
76 
77 #endif
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
virtual void produce(edm::Event &, const edm::EventSetup &) override
\ Algorithm for box particle flow super clustering in the ECAL
virtual void beginLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &) override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)