CMS 3D CMS Logo

List of all members | Classes | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
RecAnalyzerHF Class Reference
Inheritance diagram for RecAnalyzerHF:
edm::one::EDAnalyzer< edm::one::SharedResources > edm::one::EDAnalyzerBase edm::EDConsumerBase

Classes

struct  myInfo
 

Public Member Functions

 RecAnalyzerHF (const edm::ParameterSet &)
 
 ~RecAnalyzerHF () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::SharedResources >
 EDAnalyzer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Member Functions

void analyze (edm::Event const &, edm::EventSetup const &) override
 
void analyzeHcal (const HFPreRecHitCollection &, int, bool)
 
void beginJob () override
 
void endJob () override
 

Private Attributes

int cells
 
int depth
 
double eHighHF_
 
double eLowHF_
 
bool fillTree_
 
edm::Service< TFileServicefs_
 
std::vector< unsigned int > hcalID_
 
TH1D * hist_ [2]
 
std::vector< std::pair< TH1D *, TH1D * > > histo_
 
int ieta
 
bool ignoreL1_
 
int iphi
 
float mom0_F1
 
float mom0_F2
 
float mom1_F1
 
float mom1_F2
 
float mom2_F1
 
float mom2_F2
 
float mom3_F1
 
float mom3_F2
 
float mom4_F1
 
float mom4_F2
 
std::map< std::pair< int, HcalDetId >, myInfomyMap_
 
int mysubd
 
TTree * myTree_
 
bool noise_
 
bool nzs_
 
bool ratio_
 
double rnnum_
 
double rnnumber
 
edm::EDGetTokenT< HFPreRecHitCollectiontok_hfreco_
 
edm::EDGetTokenT< L1GlobalTriggerObjectMapRecordtok_hltL1GtMap_
 
int trigbit
 
std::vector< int > trigbit_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- 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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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

Definition at line 41 of file RecAnalyzerHF.cc.

Constructor & Destructor Documentation

RecAnalyzerHF::RecAnalyzerHF ( const edm::ParameterSet iConfig)
explicit

Definition at line 81 of file RecAnalyzerHF.cc.

References funct::abs(), depth, eHighHF_, eLowHF_, fillTree_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HcalForward, hcalID_, ieta, ignoreL1_, iphi, gen::k, noise_, nzs_, ratio_, tok_hfreco_, tok_hltL1GtMap_, and trigbit_.

81  {
82  usesResource("TFileService");
83  // get name of output file with histogramms
84  nzs_ = iConfig.getParameter<bool>("RunNZS");
85  noise_ = iConfig.getParameter<bool>("Noise");
86  ratio_ = iConfig.getParameter<bool>("Ratio");
87  eLowHF_ = iConfig.getParameter<double>("ELowHF");
88  eHighHF_ = iConfig.getParameter<double>("EHighHF");
89  trigbit_ = iConfig.getUntrackedParameter<std::vector<int>>("TriggerBits");
90  ignoreL1_ = iConfig.getUntrackedParameter<bool>("IgnoreL1", false);
91  fillTree_ = iConfig.getUntrackedParameter<bool>("FillTree", true);
92  std::vector<int> ieta = iConfig.getUntrackedParameter<std::vector<int>>("HcalIeta");
93  std::vector<int> iphi = iConfig.getUntrackedParameter<std::vector<int>>("HcalIphi");
94  std::vector<int> depth = iConfig.getUntrackedParameter<std::vector<int>>("HcalDepth");
95 
96  // get token names of modules, producing object collections
97  tok_hfreco_ = consumes<HFPreRecHitCollection>(iConfig.getParameter<edm::InputTag>("hfInput"));
98  tok_hltL1GtMap_ = consumes<L1GlobalTriggerObjectMapRecord>(edm::InputTag("hltL1GtObjectMap"));
99 
100  edm::LogVerbatim("RecAnalyzer") << " Flags (IgnoreL1): " << ignoreL1_ << " (NZS) " << nzs_ << " (Noise) " << noise_
101  << " (Ratio) " << ratio_;
102  edm::LogVerbatim("RecAnalyzer") << "Thresholds for HF " << eLowHF_ << ":" << eHighHF_;
103  for (unsigned int k = 0; k < ieta.size(); ++k) {
104  if (std::abs(ieta[k]) >= 29) {
105  unsigned int id = (HcalDetId(HcalForward, ieta[k], iphi[k], depth[k])).rawId();
106  hcalID_.push_back(id);
107  edm::LogVerbatim("RecAnalyzer") << "DetId[" << k << "] " << HcalDetId(id);
108  }
109  }
110  edm::LogVerbatim("RecAnalyzer") << "Select on " << trigbit_.size() << " L1 Trigger selection";
111  unsigned int k(0);
112  for (auto trig : trigbit_) {
113  edm::LogVerbatim("RecAnalyzer") << "Bit[" << k << "] " << trig;
114  ++k;
115  }
116 }
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
std::vector< unsigned int > hcalID_
std::vector< int > trigbit_
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
edm::EDGetTokenT< HFPreRecHitCollection > tok_hfreco_
int k[5][pyjets_maxn]
edm::EDGetTokenT< L1GlobalTriggerObjectMapRecord > tok_hltL1GtMap_
RecAnalyzerHF::~RecAnalyzerHF ( )
override

Definition at line 118 of file RecAnalyzerHF.cc.

118 {}

Member Function Documentation

void RecAnalyzerHF::analyze ( edm::Event const &  ,
edm::EventSetup const &   
)
overrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 235 of file RecAnalyzerHF.cc.

References analyzeHcal(), spr::find(), edm::Event::getByToken(), L1GlobalTriggerObjectMapRecord::gtObjectMap(), photonIsolationHIProducer_cfi::hf, ignoreL1_, edm::HandleBase::isValid(), nzs_, convertSQLiteXML::ok, edm::Handle< T >::product(), rnnum_, edm::Event::run(), TauGenJetsDecayModeSelectorAllHadrons_cfi::select, edm::SortedCollection< T, SORT >::size(), tok_hfreco_, tok_hltL1GtMap_, and trigbit_.

235  {
236  rnnum_ = (double)iEvent.run();
237 
239  iEvent.getByToken(tok_hfreco_, hf);
240  if (!hf.isValid()) {
241  edm::LogWarning("RecAnalyzer") << "HcalCalibAlgos: Error! can't get hf product!";
242  return;
243  }
244  const HFPreRecHitCollection Hithf = *(hf.product());
245  edm::LogVerbatim("RecAnalyzer") << "HF MB size of collection " << Hithf.size();
246  if (Hithf.size() < 1700 && nzs_) {
247  edm::LogWarning("RecAnalyzer") << "HF problem " << rnnum_ << " size " << Hithf.size();
248  }
249 
250  bool select(false);
251  if (!trigbit_.empty()) {
253  iEvent.getByToken(tok_hltL1GtMap_, gtObjectMapRecord);
254  if (gtObjectMapRecord.isValid()) {
255  const std::vector<L1GlobalTriggerObjectMap>& objMapVec = gtObjectMapRecord->gtObjectMap();
256  for (std::vector<L1GlobalTriggerObjectMap>::const_iterator itMap = objMapVec.begin(); itMap != objMapVec.end();
257  ++itMap) {
258  bool resultGt = (*itMap).algoGtlResult();
259  if (resultGt) {
260  int algoBit = (*itMap).algoBitNumber();
261  if (std::find(trigbit_.begin(), trigbit_.end(), algoBit) != trigbit_.end()) {
262  select = true;
263  break;
264  }
265  }
266  }
267  }
268  }
269 
270  //event weight for FLAT sample and PU information
271 
272  if (ignoreL1_ || (!trigbit_.empty() && select)) {
273  analyzeHcal(Hithf, 1, true);
274  } else if ((!ignoreL1_) && (trigbit_.empty())) {
276  iEvent.getByToken(tok_hltL1GtMap_, gtObjectMapRecord);
277  if (gtObjectMapRecord.isValid()) {
278  const std::vector<L1GlobalTriggerObjectMap>& objMapVec = gtObjectMapRecord->gtObjectMap();
279  bool ok(false);
280  for (std::vector<L1GlobalTriggerObjectMap>::const_iterator itMap = objMapVec.begin(); itMap != objMapVec.end();
281  ++itMap) {
282  bool resultGt = (*itMap).algoGtlResult();
283  if (resultGt) {
284  int algoBit = (*itMap).algoBitNumber();
285  analyzeHcal(Hithf, algoBit, (!ok));
286  ok = true;
287  }
288  }
289  if (!ok) {
290  edm::LogVerbatim("RecAnalyzer") << "No passed L1 Trigger found";
291  }
292  }
293  }
294 }
std::vector< int > trigbit_
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
Definition: FindCaloHit.cc:20
const std::vector< L1GlobalTriggerObjectMap > & gtObjectMap() const
get / set the vector of object maps
int iEvent
Definition: GenABIO.cc:224
edm::EDGetTokenT< HFPreRecHitCollection > tok_hfreco_
bool isValid() const
Definition: HandleBase.h:74
T const * product() const
Definition: Handle.h:74
size_type size() const
edm::EDGetTokenT< L1GlobalTriggerObjectMapRecord > tok_hltL1GtMap_
void analyzeHcal(const HFPreRecHitCollection &, int, bool)
void RecAnalyzerHF::analyzeHcal ( const HFPreRecHitCollection Hithf,
int  algoBit,
bool  fill 
)
private

Definition at line 296 of file RecAnalyzerHF.cc.

References funct::abs(), DEFINE_FWK_MODULE, MillePedeFileConverter_cfg::e, eHighHF_, eLowHF_, connectstrParser::f1, connectstrParser::f2, hcalID_, hist_, histo_, mps_fire::i, info(), myMap_, noise_, nzs_, ratio_, DetId::rawId(), rnnum_, and edm::SortedCollection< T, SORT >::size().

Referenced by analyze().

296  {
297 #ifdef EDM_ML_DEBUG
298  edm::LogVerbatim("RecAnalyzer") << "Enter analyzeHcal for bit " << algoBit << " Fill " << fill << " Collection size "
299  << Hithf.size();
300 #endif
301  // Signal part for HF
302  for (const auto& hfItr : Hithf) {
303  HcalDetId hid = hfItr.id();
304  double e0 = (hfItr.getHFQIE10Info(0) == nullptr) ? 0 : hfItr.getHFQIE10Info(0)->energy();
305  double e1 = (hfItr.getHFQIE10Info(1) == nullptr) ? 0 : hfItr.getHFQIE10Info(1)->energy();
306  double energy = e0 + e1;
307  if (std::abs(energy) < 1e-6)
308  energy = (energy > 0) ? 1e-6 : -1e-6;
309  double f1(e0), f2(e1);
310  if (ratio_) {
311  f1 /= energy;
312  f2 /= energy;
313  }
314 #ifdef EDM_ML_DEBUG
315  edm::LogVerbatim("RecAnalyzer") << hid << " E " << e0 << ":" << e1 << " F " << f1 << ":" << f2;
316 #endif
317  if (fill) {
318  for (unsigned int i = 0; i < hcalID_.size(); i++) {
319  if (hcalID_[i] == hid.rawId()) {
320  histo_[i].first->Fill(f1);
321  histo_[i].second->Fill(f2);
322  break;
323  }
324  }
325  hist_[0]->Fill(f1);
326  hist_[1]->Fill(f2);
327  }
328 
329  //
330  // Remove PMT hits
331  //
332  if (((noise_ || nzs_) && fabs(energy) <= 40.) || (energy >= eLowHF_ && energy <= eHighHF_)) {
333  std::map<std::pair<int, HcalDetId>, myInfo>::iterator itr1 = myMap_.find(std::pair<int, HcalDetId>(algoBit, hid));
334  if (itr1 == myMap_.end()) {
335  myInfo info;
336  myMap_[std::pair<int, HcalDetId>(algoBit, hid)] = info;
337  itr1 = myMap_.find(std::pair<int, HcalDetId>(algoBit, hid));
338  }
339  itr1->second.kount += 1.0;
340  itr1->second.f11 += (f1);
341  itr1->second.f12 += (f1 * f1);
342  itr1->second.f13 += (f1 * f1 * f1);
343  itr1->second.f14 += (f1 * f1 * f1 * f1);
344  itr1->second.f21 += (f2);
345  itr1->second.f22 += (f2 * f2);
346  itr1->second.f23 += (f2 * f2 * f2);
347  itr1->second.f24 += (f2 * f2 * f2 * f2);
348  itr1->second.runcheck = rnnum_;
349  }
350  }
351 }
TH1D * hist_[2]
static const TGPicture * info(bool iBackgroundIsBlack)
std::map< std::pair< int, HcalDetId >, myInfo > myMap_
std::vector< unsigned int > hcalID_
constexpr uint32_t rawId() const
get the raw id
Definition: DetId.h:50
std::vector< std::pair< TH1D *, TH1D * > > histo_
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
size_type size() const
void RecAnalyzerHF::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 139 of file RecAnalyzerHF.cc.

References cells, depth, HcalDetId::depth(), fillTree_, fs_, hcalID_, hist_, histo_, mps_fire::i, ieta, HcalDetId::ieta(), iphi, HcalDetId::iphi(), TFileService::make(), mom0_F1, mom0_F2, mom1_F1, mom1_F2, mom2_F1, mom2_F2, mom3_F1, mom3_F2, mom4_F1, mom4_F2, myMap_, mysubd, myTree_, dataset::name, ratio_, rnnumber, fftjetcommon_cfi::title, trigbit, TrackerOfflineValidation_Dqm_cff::xmax, and TrackerOfflineValidation_Dqm_cff::xmin.

139  {
140  char name[700], title[700];
141  double xmin(-10.0), xmax(90.0);
142  if (ratio_) {
143  xmin = -5.0;
144  xmax = 5.0;
145  }
146  for (int i = 0; i < 2; ++i) {
147  sprintf(name, "HF%d", i);
148  sprintf(title, "The metric F%d for HF", i + 1);
149  hist_[i] = fs_->make<TH1D>(name, title, 50, xmin, xmax);
150  }
151 
152  for (const auto& id : hcalID_) {
153  HcalDetId hid = HcalDetId(id);
154  TH1D *h1(nullptr), *h2(nullptr);
155  for (int i = 0; i < 2; ++i) {
156  sprintf(name, "HF%d%d_%d_%d", i, hid.ieta(), hid.iphi(), hid.depth());
157  sprintf(title, "The metric F%d for HF i#eta %d i#phi %d depth %d", i + 1, hid.ieta(), hid.iphi(), hid.depth());
158  if (i == 0)
159  h1 = fs_->make<TH1D>(name, title, 50, xmin, xmax);
160  else
161  h2 = fs_->make<TH1D>(name, title, 50, xmin, xmax);
162  }
163  histo_.push_back(std::pair<TH1D*, TH1D*>(h1, h2));
164  };
165 
166  if (fillTree_) {
167  myTree_ = fs_->make<TTree>("RecJet", "RecJet Tree");
168  myTree_->Branch("cells", &cells, "cells/I");
169  myTree_->Branch("mysubd", &mysubd, "mysubd/I");
170  myTree_->Branch("depth", &depth, "depth/I");
171  myTree_->Branch("ieta", &ieta, "ieta/I");
172  myTree_->Branch("iphi", &iphi, "iphi/I");
173  myTree_->Branch("mom0_F1", &mom0_F1, "mom0_F1/F");
174  myTree_->Branch("mom1_F1", &mom1_F1, "mom1_F1/F");
175  myTree_->Branch("mom2_F1", &mom2_F1, "mom2_F1/F");
176  myTree_->Branch("mom3_F1", &mom3_F1, "mom3_F1/F");
177  myTree_->Branch("mom4_F1", &mom4_F1, "mom4_F1/F");
178  myTree_->Branch("mom0_F2", &mom0_F2, "mom0_F2/F");
179  myTree_->Branch("mom1_F2", &mom1_F2, "mom1_F2/F");
180  myTree_->Branch("mom2_F2", &mom2_F2, "mom2_F2/F");
181  myTree_->Branch("mom3_F2", &mom3_F2, "mom3_F2/F");
182  myTree_->Branch("mom4_F2", &mom4_F2, "mom4_F2/F");
183  myTree_->Branch("trigbit", &trigbit, "trigbit/I");
184  myTree_->Branch("rnnumber", &rnnumber, "rnnumber/D");
185  }
186 
187  myMap_.clear();
188 }
TH1D * hist_[2]
std::map< std::pair< int, HcalDetId >, myInfo > myMap_
std::vector< unsigned int > hcalID_
T * make(const Args &...args) const
make new ROOT object
Definition: TFileService.h:64
int depth() const
get the tower depth
Definition: HcalDetId.h:166
std::vector< std::pair< TH1D *, TH1D * > > histo_
int ieta() const
get the cell ieta
Definition: HcalDetId.h:159
int iphi() const
get the cell iphi
Definition: HcalDetId.h:161
edm::Service< TFileService > fs_
void RecAnalyzerHF::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 190 of file RecAnalyzerHF.cc.

References cells, depth, RecAnalyzerHF::myInfo::f11, RecAnalyzerHF::myInfo::f12, RecAnalyzerHF::myInfo::f13, RecAnalyzerHF::myInfo::f14, RecAnalyzerHF::myInfo::f21, RecAnalyzerHF::myInfo::f22, RecAnalyzerHF::myInfo::f23, RecAnalyzerHF::myInfo::f24, fillTree_, ieta, info(), iphi, RecAnalyzerHF::myInfo::kount, mom0_F1, mom0_F2, mom1_F1, mom1_F2, mom2_F1, mom2_F2, mom3_F1, mom3_F2, mom4_F1, mom4_F2, myMap_, mysubd, myTree_, rnnumber, RecAnalyzerHF::myInfo::runcheck, and trigbit.

Referenced by o2olib.O2ORunMgr::executeJob().

190  {
191  if (fillTree_) {
192  cells = 0;
193  for (const auto& itr : myMap_) {
194  edm::LogVerbatim("RecAnalyzer") << "Fired trigger bit number " << itr.first.first;
195  myInfo info = itr.second;
196  if (info.kount > 0) {
197  mom0_F1 = info.kount;
198  mom1_F1 = info.f11;
199  mom2_F1 = info.f12;
200  mom3_F1 = info.f13;
201  mom4_F1 = info.f14;
202  mom0_F2 = info.kount;
203  mom1_F2 = info.f21;
204  mom2_F2 = info.f22;
205  mom3_F2 = info.f23;
206  mom4_F2 = info.f24;
207  rnnumber = info.runcheck;
208  trigbit = itr.first.first;
209  mysubd = itr.first.second.subdet();
210  depth = itr.first.second.depth();
211  iphi = itr.first.second.iphi();
212  ieta = itr.first.second.ieta();
213  edm::LogVerbatim("RecAnalyzer") << " Result= " << trigbit << " " << mysubd << " " << ieta << " " << iphi
214  << " F1:mom0 " << mom0_F1 << " mom1 " << mom1_F1 << " mom2 " << mom2_F1
215  << " mom3 " << mom3_F1 << " mom4 " << mom4_F1 << " F2:mom0 " << mom0_F2
216  << " mom1 " << mom1_F2 << " mom2 " << mom2_F2 << " mom3 " << mom3_F2 << " mom4 "
217  << mom4_F2;
218  myTree_->Fill();
219  cells++;
220  }
221  }
222  edm::LogVerbatim("RecAnalyzer") << "cells"
223  << " " << cells;
224  }
225 #ifdef EDM_ML_DEBUG
226  edm::LogVerbatim("RecAnalyzer") << "Exiting from RecAnalyzerHF::endjob";
227 #endif
228 }
static const TGPicture * info(bool iBackgroundIsBlack)
std::map< std::pair< int, HcalDetId >, myInfo > myMap_
void RecAnalyzerHF::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 121 of file RecAnalyzerHF.cc.

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and edm::ParameterSetDescription::addUntracked().

121  {
123  desc.add<bool>("RunNZS", true);
124  desc.add<bool>("Noise", false);
125  desc.add<bool>("Ratio", false);
126  desc.add<double>("ELowHF", 10);
127  desc.add<double>("EHighHF", 150);
128  std::vector<int> idummy;
129  desc.addUntracked<std::vector<int>>("TriggerBits", idummy);
130  desc.addUntracked<bool>("IgnoreL1", false);
131  desc.addUntracked<bool>("FillHisto", false);
132  desc.addUntracked<std::vector<int>>("HcalIeta", idummy);
133  desc.addUntracked<std::vector<int>>("HcalIphi", idummy);
134  desc.addUntracked<std::vector<int>>("HcalDepth", idummy);
135  desc.add<edm::InputTag>("hfInput", edm::InputTag("hfprereco"));
136  descriptions.add("recAnalyzerHF", desc);
137 }
ParameterDescriptionBase * addUntracked(U const &iLabel, T const &value)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)

Member Data Documentation

int RecAnalyzerHF::cells
private

Definition at line 72 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

int RecAnalyzerHF::depth
private
double RecAnalyzerHF::eHighHF_
private

Definition at line 59 of file RecAnalyzerHF.cc.

Referenced by analyzeHcal(), and RecAnalyzerHF().

double RecAnalyzerHF::eLowHF_
private

Definition at line 59 of file RecAnalyzerHF.cc.

Referenced by analyzeHcal(), and RecAnalyzerHF().

bool RecAnalyzerHF::fillTree_
private

Definition at line 58 of file RecAnalyzerHF.cc.

Referenced by beginJob(), endJob(), and RecAnalyzerHF().

edm::Service<TFileService> RecAnalyzerHF::fs_
private

Definition at line 57 of file RecAnalyzerHF.cc.

Referenced by beginJob().

std::vector<unsigned int> RecAnalyzerHF::hcalID_
private

Definition at line 60 of file RecAnalyzerHF.cc.

Referenced by analyzeHcal(), beginJob(), and RecAnalyzerHF().

TH1D* RecAnalyzerHF::hist_[2]
private

Definition at line 62 of file RecAnalyzerHF.cc.

Referenced by analyzeHcal(), and beginJob().

std::vector<std::pair<TH1D*, TH1D*> > RecAnalyzerHF::histo_
private

Definition at line 63 of file RecAnalyzerHF.cc.

Referenced by analyzeHcal(), and beginJob().

int RecAnalyzerHF::ieta
private

Definition at line 72 of file RecAnalyzerHF.cc.

Referenced by beginJob(), endJob(), and RecAnalyzerHF().

bool RecAnalyzerHF::ignoreL1_
private

Definition at line 58 of file RecAnalyzerHF.cc.

Referenced by analyze(), and RecAnalyzerHF().

int RecAnalyzerHF::iphi
private

Definition at line 72 of file RecAnalyzerHF.cc.

Referenced by beginJob(), endJob(), and RecAnalyzerHF().

float RecAnalyzerHF::mom0_F1
private

Definition at line 73 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

float RecAnalyzerHF::mom0_F2
private

Definition at line 74 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

float RecAnalyzerHF::mom1_F1
private

Definition at line 73 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

float RecAnalyzerHF::mom1_F2
private

Definition at line 74 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

float RecAnalyzerHF::mom2_F1
private

Definition at line 73 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

float RecAnalyzerHF::mom2_F2
private

Definition at line 74 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

float RecAnalyzerHF::mom3_F1
private

Definition at line 73 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

float RecAnalyzerHF::mom3_F2
private

Definition at line 74 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

float RecAnalyzerHF::mom4_F1
private

Definition at line 73 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

float RecAnalyzerHF::mom4_F2
private

Definition at line 74 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

std::map<std::pair<int, HcalDetId>, myInfo> RecAnalyzerHF::myMap_
private

Definition at line 75 of file RecAnalyzerHF.cc.

Referenced by analyzeHcal(), beginJob(), and endJob().

int RecAnalyzerHF::mysubd
private

Definition at line 72 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

TTree* RecAnalyzerHF::myTree_
private

Definition at line 61 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

bool RecAnalyzerHF::noise_
private

Definition at line 58 of file RecAnalyzerHF.cc.

Referenced by analyzeHcal(), and RecAnalyzerHF().

bool RecAnalyzerHF::nzs_
private

Definition at line 58 of file RecAnalyzerHF.cc.

Referenced by analyze(), analyzeHcal(), and RecAnalyzerHF().

bool RecAnalyzerHF::ratio_
private

Definition at line 58 of file RecAnalyzerHF.cc.

Referenced by analyzeHcal(), beginJob(), and RecAnalyzerHF().

double RecAnalyzerHF::rnnum_
private

Definition at line 65 of file RecAnalyzerHF.cc.

Referenced by analyze(), and analyzeHcal().

double RecAnalyzerHF::rnnumber
private

Definition at line 71 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

edm::EDGetTokenT<HFPreRecHitCollection> RecAnalyzerHF::tok_hfreco_
private

Definition at line 76 of file RecAnalyzerHF.cc.

Referenced by analyze(), and RecAnalyzerHF().

edm::EDGetTokenT<L1GlobalTriggerObjectMapRecord> RecAnalyzerHF::tok_hltL1GtMap_
private

Definition at line 77 of file RecAnalyzerHF.cc.

Referenced by analyze(), and RecAnalyzerHF().

int RecAnalyzerHF::trigbit
private

Definition at line 72 of file RecAnalyzerHF.cc.

Referenced by beginJob(), and endJob().

std::vector<int> RecAnalyzerHF::trigbit_
private

Definition at line 64 of file RecAnalyzerHF.cc.

Referenced by analyze(), and RecAnalyzerHF().