CMS 3D CMS Logo

CaloTowersCreator.h
Go to the documentation of this file.
1 #ifndef RECOLOCALCALO_CALOTOWERSCREATOR_CALOTOWERSCREATOR_H
2 #define RECOLOCALCALO_CALOTOWERSCREATOR_CALOTOWERSCREATOR_H 1
3 
8 
15 
21 // Now we allow for the creation of towers from
22 // rejected hists as well: requested by the MET group
23 // for studies of the effect of noise clean up.
24 
26 public:
27  explicit CaloTowersCreator(const edm::ParameterSet& ps);
28  ~CaloTowersCreator() override {}
29  void produce(edm::Event& e, const edm::EventSetup& c) override;
30  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
33 
34 private:
35  static const std::vector<double>& getGridValues();
36 
41  std::vector<edm::InputTag> ecalLabels_;
42  std::vector<edm::EDGetTokenT<EcalRecHitCollection> > toks_ecal_;
44 
45  // more compact flags: all HCAL are combined
46 
49 
50  // flag to use recovered hits
53 
54  // paramaters for creating towers from rejected hits
55 
58  // for ECAL we have a list of problem flags
60 
61  // Flags wheteher to use recovered hits for production of
62  // "bad towers".
63  // If the recoverd hits were already used for good towers,
64  // these flags have no effect.
65  // Note: These flags have no effect on the default tower reconstruction.
68 
74 };
75 
76 #endif
CaloTowersCreator(const edm::ParameterSet &ps)
CaloTowersCreationAlgo algo_
void produce(edm::Event &e, const edm::EventSetup &c) override
std::vector< int > theEcalSeveritiesToBeExcluded_
~CaloTowersCreator() override
static const std::vector< double > & getGridValues()
edm::EDGetTokenT< HORecHitCollection > tok_ho_
std::vector< edm::EDGetTokenT< EcalRecHitCollection > > toks_ecal_
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::ESWatcher< HcalChannelQualityRcd > hcalChStatusWatcher_
unsigned int theHcalAcceptSeverityLevelForRejectedHit_
unsigned int theHcalAcceptSeverityLevel_
std::vector< edm::InputTag > ecalLabels_
edm::ESWatcher< HcalSeverityLevelComputerRcd > hcalSevLevelWatcher_
edm::ESWatcher< IdealGeometryRecord > caloTowerConstituentsWatcher_
Definition: EScales.h:6
std::vector< int > theEcalSeveritiesToBeUsedInBadTowers_
edm::EDGetTokenT< HFRecHitCollection > tok_hf_
edm::ESWatcher< EcalSeverityLevelAlgoRcd > ecalSevLevelWatcher_