CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HiSuperClusterProducer.h
Go to the documentation of this file.
1 #ifndef RecoHi_HiEgammaAlgos_HiSuperClusterProducer_h_
2 #define RecoHi_HiEgammaAlgos_HiSuperClusterProducer_h_
3 
4 #include <memory>
5 
10 
12 
14 
16 
17 //
18 
19 
21 {
22 
23  public:
24 
26 
28 
29  virtual void produce(edm::Event&, const edm::EventSetup&);
30  virtual void endJob();
31 
32  private:
33 
34  int nMaxPrintout_; // max # of printouts
35  int nEvt_; // internal counter of events
36 
38 
41 
44 
47 
55 
56  bool doBarrel_;
57  bool doEndcaps_;
58 
60 
61  double totalE;
63 
64 
65  void getClusterPtrVector(edm::Event& evt, std::string clusterProducer_, std::string clusterCollection_, reco::CaloClusterPtrVector *);
66 
68  std::string clusterProducer,
69  std::string clusterCollection,
70  std::string superclusterColection);
71 
72  void outputValidationInfo(reco::SuperClusterCollection &superclusterCollection);
73 
74  bool counterExceeded() const { return ((nEvt_ > nMaxPrintout_) || (nMaxPrintout_ < 0));}
75 };
76 
77 
78 #endif
void outputValidationInfo(reco::SuperClusterCollection &superclusterCollection)
void getClusterPtrVector(edm::Event &evt, std::string clusterProducer_, std::string clusterCollection_, reco::CaloClusterPtrVector *)
void produceSuperclustersForECALPart(edm::Event &evt, std::string clusterProducer, std::string clusterCollection, std::string superclusterColection)
std::vector< SuperCluster > SuperClusterCollection
collection of SuperCluser objectr
HiSuperClusterProducer(const edm::ParameterSet &ps)
HiBremRecoveryClusterAlgo::VerbosityLevel verbosity
virtual void produce(edm::Event &, const edm::EventSetup &)
HiBremRecoveryClusterAlgo * bremAlgo_p