CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloTowersCreator.h
Go to the documentation of this file.
1 #ifndef RECOLOCALCALO_CALOTOWERSCREATOR_CALOTOWERSCREATOR_H
2 #define RECOLOCALCALO_CALOTOWERSCREATOR_CALOTOWERSCREATOR_H 1
3 
8 
13 
14 
20 // Now we allow for the creation of towers from
21 // rejected hists as well: requested by the MET group
22 // for studies of the effect of noise clean up.
23 
25 public:
26  explicit CaloTowersCreator(const edm::ParameterSet& ps);
27  virtual ~CaloTowersCreator() { }
28  virtual void produce(edm::Event& e, const edm::EventSetup& c);
31 
32 private:
33 
34  static const std::vector<double>& getGridValues();
35 
40  std::vector<edm::InputTag> ecalLabels_;
41  std::vector<edm::EDGetTokenT<EcalRecHitCollection> > toks_ecal_;
43 
44 
45  // more compact flags: all HCAL are combined
46 
49 
50  // flag to use recovered hits
53 
54 
55  // paramaters for creating towers from rejected hits
56 
59  // for ECAL we have a list of problem flags
61 
62 
63 
64  // Flags wheteher to use recovered hits for production of
65  // "bad towers".
66  // If the recoverd hits were already used for good towers,
67  // these flags have no effect.
68  // Note: These flags have no effect on the default tower reconstruction.
71 
75 
76 };
77 
78 #endif
CaloTowersCreator(const edm::ParameterSet &ps)
CaloTowersCreationAlgo algo_
std::vector< int > theEcalSeveritiesToBeExcluded_
virtual ~CaloTowersCreator()
edm::EDGetTokenT< HORecHitCollection > tok_ho_
virtual void produce(edm::Event &e, const edm::EventSetup &c)
std::vector< edm::EDGetTokenT< EcalRecHitCollection > > toks_ecal_
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_
edm::ESWatcher< HcalChannelQualityRcd > hcalChStatusWatcher_
unsigned int theHcalAcceptSeverityLevelForRejectedHit_
unsigned int theHcalAcceptSeverityLevel_
std::vector< edm::InputTag > ecalLabels_
edm::ESWatcher< HcalSeverityLevelComputerRcd > hcalSevLevelWatcher_
edm::ESWatcher< IdealGeometryRecord > caloTowerConstituentsWatcher_
std::vector< int > theEcalSeveritiesToBeUsedInBadTowers_
static const std::vector< double > & getGridValues()
edm::EDGetTokenT< HFRecHitCollection > tok_hf_