CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Multi5x5SuperClusterProducer.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterProducers_Multi5x5SuperClusterProducer_h_
2 #define RecoEcal_EgammaClusterProducers_Multi5x5SuperClusterProducer_h_
3 
4 #include <memory>
5 
11 
14 
16 //
17 
18 
20 {
21 
22  public:
23 
25 
27 
28  virtual void produce(edm::Event&, const edm::EventSetup&) override;
29  virtual void endStream() override;
30 
31  private:
32 
33  int nMaxPrintout_; // max # of printouts
34  int nEvt_; // internal counter of events
35 
38 
41 
47 
48  bool doBarrel_;
49  bool doEndcaps_;
50 
52 
53  double totalE;
55 
56 
60 
63  std::string superclusterColection);
64 
65  void outputValidationInfo(reco::SuperClusterCollection &superclusterCollection);
66 
67  bool counterExceeded() const { return ((nEvt_ > nMaxPrintout_) || (nMaxPrintout_ < 0));}
68 };
69 
70 #endif
71 
edm::EDGetTokenT< reco::BasicClusterCollection > eeClustersToken_
virtual void produce(edm::Event &, const edm::EventSetup &) override
Multi5x5BremRecoveryClusterAlgo * bremAlgo_p
std::vector< SuperCluster > SuperClusterCollection
collection of SuperCluser objectr
Multi5x5SuperClusterProducer(const edm::ParameterSet &ps)
edm::EDGetTokenT< reco::BasicClusterCollection > ebClustersToken_
void produceSuperclustersForECALPart(edm::Event &evt, const edm::EDGetTokenT< reco::BasicClusterCollection > &clustersToken, std::string superclusterColection)
void outputValidationInfo(reco::SuperClusterCollection &superclusterCollection)
void getClusterPtrVector(edm::Event &evt, const edm::EDGetTokenT< reco::BasicClusterCollection > &clustersToken, reco::CaloClusterPtrVector *)