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&);
49  virtual void produce(edm::Event&, const edm::EventSetup&);
50 
51 
52  private:
53  // ----------member data ---------------------------
54 
59 
60  std::shared_ptr<PFEnergyCalibration> thePFEnergyCalibration_;
61 
63  bool verbose_;
64 
73 
74 };
75 
76 #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 &)