CMS 3D CMS Logo

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:
46  ~PFECALSuperClusterProducer() override;
47 
48  void beginLuminosityBlock(const edm::LuminosityBlock&, const edm::EventSetup&) override;
49  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  // OOT photons
77 };
78 
79 #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
void produce(edm::Event &, const edm::EventSetup &) override
\ Algorithm for box particle flow super clustering in the ECAL
void beginLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &) override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)