CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes | Static Private Member Functions | Private Attributes
CaloTowersCreator Class Reference

#include <CaloTowersCreator.h>

Inheritance diagram for CaloTowersCreator:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 CaloTowersCreator (const edm::ParameterSet &ps)
 
virtual void produce (edm::Event &e, const edm::EventSetup &c)
 
virtual ~CaloTowersCreator ()
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducer ()
 
- Public Member Functions inherited from edm::ProducerBase
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription
const &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Public Attributes

double EBEScale
 
double EEEScale
 
double HBEScale
 
double HEDEScale
 
double HESEScale
 
double HF1EScale
 
double HF2EScale
 
double HOEScale
 

Static Private Member Functions

static const std::vector
< double > & 
getGridValues ()
 

Private Attributes

CaloTowersCreationAlgo algo_
 
bool allowMissingInputs_
 
edm::ESWatcher
< IdealGeometryRecord
caloTowerConstituentsWatcher_
 
std::vector< edm::InputTagecalLabels_
 
edm::ESWatcher
< HcalChannelQualityRcd
hcalChStatusWatcher_
 
edm::ESWatcher
< HcalSeverityLevelComputerRcd
hcalSevLevelWatcher_
 
std::vector< int > theEcalSeveritiesToBeExcluded_
 
std::vector< int > theEcalSeveritiesToBeUsedInBadTowers_
 
unsigned int theHcalAcceptSeverityLevel_
 
unsigned int theHcalAcceptSeverityLevelForRejectedHit_
 
bool theRecoveredEcalHitsAreUsed_
 
bool theRecoveredHcalHitsAreUsed_
 
edm::EDGetTokenT
< HBHERecHitCollection
tok_hbhe_
 
edm::EDGetTokenT
< HFRecHitCollection
tok_hf_
 
edm::EDGetTokenT
< HORecHitCollection
tok_ho_
 
std::vector< edm::EDGetTokenT
< EcalRecHitCollection > > 
toks_ecal_
 
bool useRejectedHitsOnly_
 
bool useRejectedRecoveredEcalHits_
 
bool useRejectedRecoveredHcalHits_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Original author: J. Mans - Minnesota

Definition at line 24 of file CaloTowersCreator.h.

Constructor & Destructor Documentation

CaloTowersCreator::CaloTowersCreator ( const edm::ParameterSet ps)
explicit

Definition at line 32 of file CaloTowersCreator.cc.

References EBEScale, EScales::EBScale, ecalLabels_, EEEScale, EScales::EEScale, edm::ParameterSet::getParameter(), HBEScale, EScales::HBScale, HEDEScale, EScales::HEDScale, HESEScale, EScales::HESScale, HF1EScale, EScales::HF1Scale, HF2EScale, EScales::HF2Scale, HOEScale, EScales::HOScale, i, EScales::instanceLabel, theEcalSeveritiesToBeExcluded_, theEcalSeveritiesToBeUsedInBadTowers_, tok_hbhe_, tok_hf_, tok_ho_, and toks_ecal_.

32  :
33  algo_(conf.getParameter<double>("EBThreshold"),
34  conf.getParameter<double>("EEThreshold"),
35 
36  conf.getParameter<bool>("UseEtEBTreshold"),
37  conf.getParameter<bool>("UseEtEETreshold"),
38  conf.getParameter<bool>("UseSymEBTreshold"),
39  conf.getParameter<bool>("UseSymEETreshold"),
40 
41 
42  conf.getParameter<double>("HcalThreshold"),
43  conf.getParameter<double>("HBThreshold"),
44  conf.getParameter<double>("HESThreshold"),
45  conf.getParameter<double>("HEDThreshold"),
46  conf.getParameter<double>("HOThreshold0"),
47  conf.getParameter<double>("HOThresholdPlus1"),
48  conf.getParameter<double>("HOThresholdMinus1"),
49  conf.getParameter<double>("HOThresholdPlus2"),
50  conf.getParameter<double>("HOThresholdMinus2"),
51  conf.getParameter<double>("HF1Threshold"),
52  conf.getParameter<double>("HF2Threshold"),
53  conf.getParameter<std::vector<double> >("EBGrid"),
54  conf.getParameter<std::vector<double> >("EBWeights"),
55  conf.getParameter<std::vector<double> >("EEGrid"),
56  conf.getParameter<std::vector<double> >("EEWeights"),
57  conf.getParameter<std::vector<double> >("HBGrid"),
58  conf.getParameter<std::vector<double> >("HBWeights"),
59  conf.getParameter<std::vector<double> >("HESGrid"),
60  conf.getParameter<std::vector<double> >("HESWeights"),
61  conf.getParameter<std::vector<double> >("HEDGrid"),
62  conf.getParameter<std::vector<double> >("HEDWeights"),
63  conf.getParameter<std::vector<double> >("HOGrid"),
64  conf.getParameter<std::vector<double> >("HOWeights"),
65  conf.getParameter<std::vector<double> >("HF1Grid"),
66  conf.getParameter<std::vector<double> >("HF1Weights"),
67  conf.getParameter<std::vector<double> >("HF2Grid"),
68  conf.getParameter<std::vector<double> >("HF2Weights"),
69  conf.getParameter<double>("EBWeight"),
70  conf.getParameter<double>("EEWeight"),
71  conf.getParameter<double>("HBWeight"),
72  conf.getParameter<double>("HESWeight"),
73  conf.getParameter<double>("HEDWeight"),
74  conf.getParameter<double>("HOWeight"),
75  conf.getParameter<double>("HF1Weight"),
76  conf.getParameter<double>("HF2Weight"),
77  conf.getParameter<double>("EcutTower"),
78  conf.getParameter<double>("EBSumThreshold"),
79  conf.getParameter<double>("EESumThreshold"),
80  conf.getParameter<bool>("UseHO"),
81  // (for momentum reconstruction algorithm)
82  conf.getParameter<int>("MomConstrMethod"),
83  conf.getParameter<double>("MomHBDepth"),
84  conf.getParameter<double>("MomHEDepth"),
85  conf.getParameter<double>("MomEBDepth"),
86  conf.getParameter<double>("MomEEDepth")
87  ),
88 
89  ecalLabels_(conf.getParameter<std::vector<edm::InputTag> >("ecalInputs")),
90  allowMissingInputs_(conf.getParameter<bool>("AllowMissingInputs")),
91 
92  theHcalAcceptSeverityLevel_(conf.getParameter<unsigned int>("HcalAcceptSeverityLevel")),
93 
94  theRecoveredHcalHitsAreUsed_(conf.getParameter<bool>("UseHcalRecoveredHits")),
95  theRecoveredEcalHitsAreUsed_(conf.getParameter<bool>("UseEcalRecoveredHits")),
96 
97  // paramaters controlling the use of rejected hits
98 
99  useRejectedHitsOnly_(conf.getParameter<bool>("UseRejectedHitsOnly")),
100 
101  theHcalAcceptSeverityLevelForRejectedHit_(conf.getParameter<unsigned int>("HcalAcceptSeverityLevelForRejectedHit")),
102 
103 
104  useRejectedRecoveredHcalHits_(conf.getParameter<bool>("UseRejectedRecoveredHcalHits")),
105  useRejectedRecoveredEcalHits_(conf.getParameter<bool>("UseRejectedRecoveredEcalHits"))
106 
107 
108 
109 {
110 
111  // register for data access
112  tok_hbhe_ = consumes<HBHERecHitCollection>(conf.getParameter<edm::InputTag>("hbheInput"));
113  tok_ho_ = consumes<HORecHitCollection>(conf.getParameter<edm::InputTag>("hoInput"));
114  tok_hf_ = consumes<HFRecHitCollection>(conf.getParameter<edm::InputTag>("hfInput"));
115 
116  const unsigned nLabels = ecalLabels_.size();
117  for ( unsigned i=0; i != nLabels; i++ )
118  toks_ecal_.push_back(consumes<EcalRecHitCollection>(ecalLabels_[i]));
119 
120 
129 
130  // get the Ecal severities to be excluded
131  const std::vector<std::string> severitynames =
132  conf.getParameter<std::vector<std::string> >("EcalRecHitSeveritiesToBeExcluded");
133 
134  theEcalSeveritiesToBeExcluded_ = StringToEnumValue<EcalSeverityLevel::SeverityLevel>(severitynames);
135 
136  // get the Ecal severities to be used for bad towers
138  StringToEnumValue<EcalSeverityLevel::SeverityLevel>(conf.getParameter<std::vector<std::string> >("EcalSeveritiesToBeUsedInBadTowers") );
139 
140  if (EScales.instanceLabel=="") produces<CaloTowerCollection>();
141  else produces<CaloTowerCollection>(EScales.instanceLabel);
142 }
double HF2Scale
Definition: EScales.h:18
int i
Definition: DBlmapReader.cc:9
CaloTowersCreationAlgo algo_
double EEScale
Definition: EScales.h:12
double HOScale
Definition: EScales.h:16
std::vector< int > theEcalSeveritiesToBeExcluded_
double HF1Scale
Definition: EScales.h:17
edm::EDGetTokenT< HORecHitCollection > tok_ho_
double HEDScale
Definition: EScales.h:15
std::vector< edm::EDGetTokenT< EcalRecHitCollection > > toks_ecal_
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_
double EBScale
Definition: EScales.h:11
double HBScale
Definition: EScales.h:13
tuple conf
Definition: dbtoconf.py:185
std::string instanceLabel
Definition: EScales.h:19
unsigned int theHcalAcceptSeverityLevelForRejectedHit_
unsigned int theHcalAcceptSeverityLevel_
std::vector< edm::InputTag > ecalLabels_
double HESScale
Definition: EScales.h:14
Definition: EScales.h:4
std::vector< int > theEcalSeveritiesToBeUsedInBadTowers_
edm::EDGetTokenT< HFRecHitCollection > tok_hf_
virtual CaloTowersCreator::~CaloTowersCreator ( )
inlinevirtual

Definition at line 27 of file CaloTowersCreator.h.

27 { }

Member Function Documentation

const std::vector< double > & CaloTowersCreator::getGridValues ( )
staticprivate

Definition at line 12 of file CaloTowersCreator.cc.

13 {
14  static std::vector<double> retval;
15 
16  if (retval.size() == 0)
17  {
18  retval.push_back(0.);
19  retval.push_back(10.);
20  retval.push_back(20.);
21  retval.push_back(30.);
22  retval.push_back(40.);
23  retval.push_back(50.);
24  retval.push_back(100.);
25  retval.push_back(1000.);
26  }
27 
28  return retval;
29 }
void CaloTowersCreator::produce ( edm::Event e,
const edm::EventSetup c 
)
virtual

Implements edm::EDProducer.

Definition at line 144 of file CaloTowersCreator.cc.

References algo_, allowMissingInputs_, CaloTowersCreationAlgo::begin(), caloTowerConstituentsWatcher_, edm::ESWatcher< T >::check(), EBEScale, EcalBarrel, EcalEndcap, EEEScale, CaloTowersCreationAlgo::finish(), edm::EventSetup::get(), edm::Event::getByToken(), HBEScale, hcalChStatusWatcher_, hcalSevLevelWatcher_, HEDEScale, HESEScale, HF1EScale, HF2EScale, HOEScale, i, EScales::instanceLabel, CaloTowersCreationAlgo::makeHcalDropChMap(), CaloTowersCreationAlgo::process(), parseEventContent::prod, edm::ESHandle< class >::product(), edm::Event::put(), CaloTowersCreationAlgo::setEBEScale(), CaloTowersCreationAlgo::setEbHandle(), CaloTowersCreationAlgo::setEcalChStatusFromDB(), CaloTowersCreationAlgo::setEcalSeveritiesToBeExcluded(), CaloTowersCreationAlgo::SetEcalSeveritiesToBeUsedInBadTowers(), CaloTowersCreationAlgo::setEcalSevLvlAlgo(), CaloTowersCreationAlgo::setEEEScale(), CaloTowersCreationAlgo::setEeHandle(), CaloTowersCreationAlgo::setGeometry(), CaloTowersCreationAlgo::setHBEScale(), CaloTowersCreationAlgo::setHcalAcceptSeverityLevel(), CaloTowersCreationAlgo::setHcalAcceptSeverityLevelForRejectedHit(), CaloTowersCreationAlgo::setHcalChStatusFromDB(), CaloTowersCreationAlgo::setHcalSevLvlComputer(), CaloTowersCreationAlgo::setHEDEScale(), CaloTowersCreationAlgo::setHESEScale(), CaloTowersCreationAlgo::setHF1EScale(), CaloTowersCreationAlgo::setHF2EScale(), CaloTowersCreationAlgo::setHOEScale(), CaloTowersCreationAlgo::setRecoveredEcalHitsAreUsed(), CaloTowersCreationAlgo::setRecoveredHcalHitsAreUsed(), HcalCondObjectContainerBase::setTopo(), CaloTowersCreationAlgo::setUseRejectedHitsOnly(), CaloTowersCreationAlgo::setUseRejectedRecoveredEcalHits(), CaloTowersCreationAlgo::setUseRejectedRecoveredHcalHits(), theEcalSeveritiesToBeExcluded_, theEcalSeveritiesToBeUsedInBadTowers_, theHcalAcceptSeverityLevel_, theHcalAcceptSeverityLevelForRejectedHit_, theRecoveredEcalHitsAreUsed_, theRecoveredHcalHitsAreUsed_, tok_hbhe_, tok_hf_, tok_ho_, toks_ecal_, HcalCondObjectContainerBase::topo(), useRejectedHitsOnly_, useRejectedRecoveredEcalHits_, and useRejectedRecoveredHcalHits_.

144  {
145  // get the necessary event setup objects...
149  c.get<CaloGeometryRecord>().get(pG);
150  c.get<IdealGeometryRecord>().get(htopo);
151  c.get<IdealGeometryRecord>().get(cttopo);
152 
153  // ECAL channel status map ****************************************
155  c.get<EcalChannelStatusRcd>().get( ecalChStatus );
156  const EcalChannelStatus* dbEcalChStatus = ecalChStatus.product();
157 
158  // HCAL channel status map ****************************************
159  edm::ESHandle<HcalChannelQuality> hcalChStatus;
160  c.get<HcalChannelQualityRcd>().get( hcalChStatus );
161  const HcalChannelQuality* dbHcalChStatus = hcalChStatus.product();
162 
163  if (!dbHcalChStatus->topo()) dbHcalChStatus->setTopo(htopo.product());
164 
165  // Assignment of severity levels **********************************
166  edm::ESHandle<HcalSeverityLevelComputer> hcalSevLvlComputerHndl;
167  c.get<HcalSeverityLevelComputerRcd>().get(hcalSevLvlComputerHndl);
168  const HcalSeverityLevelComputer* hcalSevLvlComputer = hcalSevLvlComputerHndl.product();
169 
170  edm::ESHandle<EcalSeverityLevelAlgo> ecalSevLvlAlgoHndl;
171  c.get<EcalSeverityLevelAlgoRcd>().get(ecalSevLvlAlgoHndl);
172  const EcalSeverityLevelAlgo* ecalSevLvlAlgo = ecalSevLvlAlgoHndl.product();
173 
174 
183  algo_.setGeometry(cttopo.product(),htopo.product(),pG.product());
184 
185  // for treatment of problematic and anomalous cells
186 
187  algo_.setHcalChStatusFromDB(dbHcalChStatus);
188  algo_.setEcalChStatusFromDB(dbEcalChStatus);
189 
192 
195 
196  algo_.setHcalSevLvlComputer(hcalSevLvlComputer);
197  algo_.setEcalSevLvlAlgo(ecalSevLvlAlgo);
198 
199 
201 
204 
207 
208 
209 
210 
211 
212  algo_.begin(); // clear the internal buffer
213 
214  // can't chain these in a big OR statement, or else it'll
215  // get triggered for each of the first three events
216  bool check1 = hcalSevLevelWatcher_.check(c);
217  bool check2 = hcalChStatusWatcher_.check(c);
218  bool check3 = caloTowerConstituentsWatcher_.check(c);
219  if(check1 || check2 || check3)
220  {
222  }
223 
224  // ----------------------------------------------------------
225  // For ecal error handling need to
226  // have access to the EB and EE collections at the end of
227  // tower reconstruction.
228 
231 
232  for (std::vector<edm::EDGetTokenT<EcalRecHitCollection> >::const_iterator i=toks_ecal_.begin();
233  i!=toks_ecal_.end(); i++) {
234 
236 
237  if (! e.getByToken(*i,ec_tmp) ) continue;
238  if (ec_tmp->size()==0) continue;
239 
240  // check if this is EB or EE
241  if ( (ec_tmp->begin()->detid()).subdetId() == EcalBarrel ) {
242  ebHandle = ec_tmp;
243  }
244  else if ((ec_tmp->begin()->detid()).subdetId() == EcalEndcap ) {
245  eeHandle = ec_tmp;
246  }
247 
248  }
249 
250  algo_.setEbHandle(ebHandle);
251  algo_.setEeHandle(eeHandle);
252 
253  //-----------------------------------------------------------
254 
255 
256 
257  bool present;
258 
259  // Step A/C: Get Inputs and process (repeatedly)
261  present=e.getByToken(tok_hbhe_,hbhe);
262  if (present || !allowMissingInputs_) algo_.process(*hbhe);
263 
265  present=e.getByToken(tok_ho_,ho);
266  if (present || !allowMissingInputs_) algo_.process(*ho);
267 
269  present=e.getByToken(tok_hf_,hf);
270  if (present || !allowMissingInputs_) algo_.process(*hf);
271 
272  std::vector<edm::EDGetTokenT<EcalRecHitCollection> >::const_iterator i;
273  for (i=toks_ecal_.begin(); i!=toks_ecal_.end(); i++) {
275  present=e.getByToken(*i,ec);
276  if (present || !allowMissingInputs_) algo_.process(*ec);
277  }
278 
279  // Step B: Create empty output
280  std::auto_ptr<CaloTowerCollection> prod(new CaloTowerCollection());
281 
282  // Step C: Process
283  algo_.finish(*prod);
284 
285  // Step D: Put into the event
286  if (EScales.instanceLabel=="") e.put(prod);
287  else e.put(prod,EScales.instanceLabel);
288 
289 
290 }
int i
Definition: DBlmapReader.cc:9
void setEcalChStatusFromDB(const EcalChannelStatus *s)
CaloTowersCreationAlgo algo_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:434
void setHcalChStatusFromDB(const HcalChannelQuality *s)
void setTopo(const HcalTopology *topo) const
void finish(CaloTowerCollection &destCollection)
void setEeHandle(const edm::Handle< EcalRecHitCollection > ee)
std::vector< int > theEcalSeveritiesToBeExcluded_
edm::EDGetTokenT< HORecHitCollection > tok_ho_
void setEbHandle(const edm::Handle< EcalRecHitCollection > eb)
void setUseRejectedRecoveredEcalHits(bool flag)
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:116
void setEcalSeveritiesToBeExcluded(const std::vector< int > &ecalSev)
void setHcalAcceptSeverityLevelForRejectedHit(unsigned int level)
void setHcalSevLvlComputer(const HcalSeverityLevelComputer *c)
std::vector< edm::EDGetTokenT< EcalRecHitCollection > > toks_ecal_
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_
void SetEcalSeveritiesToBeUsedInBadTowers(const std::vector< int > &ecalSev)
void setRecoveredEcalHitsAreUsed(bool flag)
edm::ESWatcher< HcalChannelQualityRcd > hcalChStatusWatcher_
void process(const HBHERecHitCollection &hbhe)
std::string instanceLabel
Definition: EScales.h:19
unsigned int theHcalAcceptSeverityLevelForRejectedHit_
void setRecoveredHcalHitsAreUsed(bool flag)
const T & get() const
Definition: EventSetup.h:55
T const * product() const
Definition: ESHandle.h:62
void setUseRejectedHitsOnly(bool flag)
bool check(const edm::EventSetup &iSetup)
Definition: ESWatcher.h:58
unsigned int theHcalAcceptSeverityLevel_
edm::SortedCollection< CaloTower > CaloTowerCollection
Definition: CaloTowerFwd.h:15
void setHcalAcceptSeverityLevel(unsigned int level)
edm::ESWatcher< HcalSeverityLevelComputerRcd > hcalSevLevelWatcher_
void setEcalSevLvlAlgo(const EcalSeverityLevelAlgo *a)
void setUseRejectedRecoveredHcalHits(bool flag)
edm::ESWatcher< IdealGeometryRecord > caloTowerConstituentsWatcher_
void setGeometry(const CaloTowerConstituentsMap *cttopo, const HcalTopology *htopo, const CaloGeometry *geo)
Definition: EScales.h:4
std::vector< int > theEcalSeveritiesToBeUsedInBadTowers_
edm::EDGetTokenT< HFRecHitCollection > tok_hf_
const HcalTopology * topo() const

Member Data Documentation

CaloTowersCreationAlgo CaloTowersCreator::algo_
private

Definition at line 36 of file CaloTowersCreator.h.

Referenced by produce().

bool CaloTowersCreator::allowMissingInputs_
private

Definition at line 42 of file CaloTowersCreator.h.

Referenced by produce().

edm::ESWatcher<IdealGeometryRecord> CaloTowersCreator::caloTowerConstituentsWatcher_
private

Definition at line 74 of file CaloTowersCreator.h.

Referenced by produce().

double CaloTowersCreator::EBEScale

Definition at line 29 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

std::vector<edm::InputTag> CaloTowersCreator::ecalLabels_
private

Definition at line 40 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator().

double CaloTowersCreator::EEEScale

Definition at line 29 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

double CaloTowersCreator::HBEScale

Definition at line 29 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

edm::ESWatcher<HcalChannelQualityRcd> CaloTowersCreator::hcalChStatusWatcher_
private

Definition at line 73 of file CaloTowersCreator.h.

Referenced by produce().

edm::ESWatcher<HcalSeverityLevelComputerRcd> CaloTowersCreator::hcalSevLevelWatcher_
private

Definition at line 72 of file CaloTowersCreator.h.

Referenced by produce().

double CaloTowersCreator::HEDEScale

Definition at line 30 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

double CaloTowersCreator::HESEScale

Definition at line 29 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

double CaloTowersCreator::HF1EScale

Definition at line 30 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

double CaloTowersCreator::HF2EScale

Definition at line 30 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

double CaloTowersCreator::HOEScale

Definition at line 30 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

std::vector<int> CaloTowersCreator::theEcalSeveritiesToBeExcluded_
private

Definition at line 48 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

std::vector<int> CaloTowersCreator::theEcalSeveritiesToBeUsedInBadTowers_
private

Definition at line 60 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

unsigned int CaloTowersCreator::theHcalAcceptSeverityLevel_
private

Definition at line 47 of file CaloTowersCreator.h.

Referenced by produce().

unsigned int CaloTowersCreator::theHcalAcceptSeverityLevelForRejectedHit_
private

Definition at line 58 of file CaloTowersCreator.h.

Referenced by produce().

bool CaloTowersCreator::theRecoveredEcalHitsAreUsed_
private

Definition at line 52 of file CaloTowersCreator.h.

Referenced by produce().

bool CaloTowersCreator::theRecoveredHcalHitsAreUsed_
private

Definition at line 51 of file CaloTowersCreator.h.

Referenced by produce().

edm::EDGetTokenT<HBHERecHitCollection> CaloTowersCreator::tok_hbhe_
private

Definition at line 37 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

edm::EDGetTokenT<HFRecHitCollection> CaloTowersCreator::tok_hf_
private

Definition at line 39 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

edm::EDGetTokenT<HORecHitCollection> CaloTowersCreator::tok_ho_
private

Definition at line 38 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

std::vector<edm::EDGetTokenT<EcalRecHitCollection> > CaloTowersCreator::toks_ecal_
private

Definition at line 41 of file CaloTowersCreator.h.

Referenced by CaloTowersCreator(), and produce().

bool CaloTowersCreator::useRejectedHitsOnly_
private

Definition at line 57 of file CaloTowersCreator.h.

Referenced by produce().

bool CaloTowersCreator::useRejectedRecoveredEcalHits_
private

Definition at line 70 of file CaloTowersCreator.h.

Referenced by produce().

bool CaloTowersCreator::useRejectedRecoveredHcalHits_
private

Definition at line 69 of file CaloTowersCreator.h.

Referenced by produce().