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 
36  static const std::vector<double>& getGridValues();
37 
42  std::vector<edm::InputTag> ecalLabels_;
43  std::vector<edm::EDGetTokenT<EcalRecHitCollection> > toks_ecal_;
45 
46 
47  // more compact flags: all HCAL are combined
48 
51 
52  // flag to use recovered hits
55 
56 
57  // paramaters for creating towers from rejected hits
58 
61  // for ECAL we have a list of problem flags
63 
64 
65 
66  // Flags wheteher to use recovered hits for production of
67  // "bad towers".
68  // If the recoverd hits were already used for good towers,
69  // these flags have no effect.
70  // Note: These flags have no effect on the default tower reconstruction.
73 
79 
80 };
81 
82 #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_