CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
LumiCalculator Class Reference
Inheritance diagram for LumiCalculator:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 LumiCalculator (edm::ParameterSet const &pset)
 
 ~LumiCalculator () override
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () 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
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex >
const & 
esGetTokenRecordIndicesVector (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::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

void analyze (edm::Event const &e, edm::EventSetup const &c) override
 
void beginJob () override
 
void beginRun (const edm::Run &run, const edm::EventSetup &c) override
 
void endJob () override
 
void endLuminosityBlock (edm::LuminosityBlock const &lumiBlock, edm::EventSetup const &c) override
 
void endRun (edm::Run const &, edm::EventSetup const &) override
 
std::vector< std::string > splitpathstr (const std::string &strValue, const std::string separator)
 

Private Attributes

unsigned int currentlumi_
 
HLTConfigProvider hltConfig_
 
std::map< std::string,
hltPerPathInfo
hltmap_
 
std::map< std::string,
l1PerBitInfo
l1map_
 
edm::LogInfolog_
 
std::vector< MyPerLumiInfoperrunlumiinfo_
 
bool showTrgInfo_
 
std::multimap< std::string,
std::string > 
trgpathMmap_
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 34 of file LumiCalculator.cc.

Constructor & Destructor Documentation

LumiCalculator::LumiCalculator ( edm::ParameterSet const &  pset)
explicit

Definition at line 61 of file LumiCalculator.cc.

References edm::ParameterSet::getUntrackedParameter(), HLT_FULL_cff::InputTag, and showTrgInfo_.

61  : log_(new edm::LogInfo("LumiReport")), currentlumi_(0) {
62  showTrgInfo_ = pset.getUntrackedParameter<bool>("showTriggerInfo", false);
63  consumes<LumiSummary, edm::InLumi>(edm::InputTag("lumiProducer", ""));
64  consumes<LumiSummaryRunHeader, edm::InRun>(edm::InputTag("lumiProducer", ""));
65 }
unsigned int currentlumi_
edm::LogInfo * log_
LumiCalculator::~LumiCalculator ( )
override

Definition at line 69 of file LumiCalculator.cc.

References log_.

69  {
70  delete log_;
71  log_ = nullptr;
72 }
edm::LogInfo * log_

Member Function Documentation

void LumiCalculator::analyze ( edm::Event const &  e,
edm::EventSetup const &  c 
)
overrideprivatevirtual

Implements edm::EDAnalyzer.

Definition at line 76 of file LumiCalculator.cc.

76 {}
void LumiCalculator::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 80 of file LumiCalculator.cc.

80 {}
void LumiCalculator::beginRun ( const edm::Run run,
const edm::EventSetup c 
)
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 84 of file LumiCalculator.cc.

References Exception, edm::ParameterSet::getParameter(), ValidationMatrix::hlt, hltConfig_, hltmap_, mps_fire::i, HLTConfigProvider::init(), l1map_, log_, HLTConfigProvider::moduleLabels(), HLTConfigProvider::modulePSet(), HLTConfigProvider::moduleType(), perrunlumiinfo_, hltPerPathInfo::prescale, edm::RunBase::run(), DetachedQuadStep_cff::seeds, showTrgInfo_, HLTConfigProvider::size(), findQualityFiles::size, splitpathstr(), AlCaHLTBitMon_QueryRunRegistry::string, submitPVValidationJobs::t, HLTConfigProvider::tableName(), trgpathMmap_, and HLTConfigProvider::triggerName().

84  {
85  //std::cout<<"I'm in run number "<<run.run()<<std::endl;
86  //if(!hltConfig_.init("HLT")){
87  // throw cms::Exception("HLT process cannot be initialized");
88  //}
89  bool changed(true);
90  const std::string processname("HLT");
91  if (!hltConfig_.init(run, c, processname, changed)) {
92  throw cms::Exception("HLT process cannot be initialized");
93  }
94  perrunlumiinfo_.clear();
95  trgpathMmap_.clear();
96  hltmap_.clear();
97  l1map_.clear();
98  //hltConfig_.dump("processName");
99  //hltConfig_.dump("TableName");
100  //hltConfig_.dump("Triggers");
101  //hltConfig_.dump("Modules");
102  if (showTrgInfo_) {
103  *log_ << "======Trigger Configuration Overview======\n";
104  *log_ << "Run " << run.run() << " Trigger Table : " << hltConfig_.tableName() << "\n";
105  }
106  unsigned int totaltrg = hltConfig_.size();
107  for (unsigned int t = 0; t < totaltrg; ++t) {
109  std::vector<std::string> numpathmodules = hltConfig_.moduleLabels(hltname);
110  if (showTrgInfo_) {
111  *log_ << t << " HLT path\t" << hltname << "\n";
112  }
114  hlt.prescale = 1;
115  hltmap_.insert(std::make_pair(hltname, hlt));
116  std::vector<std::string>::iterator hltpathBeg = numpathmodules.begin();
117  std::vector<std::string>::iterator hltpathEnd = numpathmodules.end();
118  unsigned int mycounter = 0;
119  for (std::vector<std::string>::iterator numpathmodule = hltpathBeg; numpathmodule != hltpathEnd; ++numpathmodule) {
120  if (hltConfig_.moduleType(*numpathmodule) != "HLTLevel1GTSeed") {
121  continue;
122  }
123  ++mycounter;
124 
125  edm::ParameterSet l1GTPSet = hltConfig_.modulePSet(*numpathmodule);
126  std::string l1pathname = l1GTPSet.getParameter<std::string>("L1SeedsLogicalExpression");
127  //*log_<<"numpathmodule "<< *numpathmodule <<" : l1pathname "<<l1pathname<<"\n";
128  if (mycounter > 1) {
129  if (showTrgInfo_) {
130  *log_ << "\tskip and erase previous seeds : multiple L1SeedsLogicalExpressions per hlt path\n";
131  }
132  //erase all previously calculated seeds for this path
133  trgpathMmap_.erase(hltname);
134  continue;
135  }
136  if (l1pathname.find('(') != std::string::npos) {
137  if (showTrgInfo_) {
138  *log_ << " L1SeedsLogicalExpression(Complex)\t" << l1pathname << "\n";
139  *log_ << "\tskip:contain complex logic\n";
140  }
141  continue;
142  } else if (l1pathname.find("OR") != std::string::npos) {
143  if (showTrgInfo_) {
144  *log_ << " L1SeedsLogicalExpression(ORed)\t" << l1pathname << "\n";
145  }
146  std::vector<std::string> seeds = splitpathstr(l1pathname, " OR ");
147  if (seeds.size() > 2) {
148  if (showTrgInfo_) {
149  *log_ << "\tskip:contain >1 OR\n";
150  }
151  continue;
152  } else {
153  for (std::vector<std::string>::iterator i = seeds.begin(); i != seeds.end(); ++i) {
154  if (!i->empty() && showTrgInfo_)
155  *log_ << "\t\tseed: " << *i << "\n";
156  if (i == seeds.begin()) { //for now we take the first one from OR
157  trgpathMmap_.insert(std::make_pair(hltname, *i));
158  }
159  }
160  }
161  } else if (l1pathname.find("AND") != std::string::npos) {
162  if (showTrgInfo_) {
163  *log_ << " L1SeedsLogicalExpression(ANDed)\t" << l1pathname << "\n";
164  }
165  std::vector<std::string> seeds = splitpathstr(l1pathname, " AND ");
166  if (seeds.size() > 2) {
167  if (showTrgInfo_) {
168  *log_ << "\tskip:contain >1 AND\n";
169  }
170  continue;
171  } else {
172  for (std::vector<std::string>::iterator i = seeds.begin(); i != seeds.end(); ++i) {
173  if (!i->empty() && showTrgInfo_)
174  *log_ << "\t\tseed: " << *i << "\n";
175  if (i == seeds.begin()) { //for now we take the first one
176  trgpathMmap_.insert(std::make_pair(hltname, *i));
177  }
178  }
179  }
180  } else {
181  if (showTrgInfo_) {
182  *log_ << " L1SeedsLogicalExpression(ONE)\t" << l1pathname << "\n";
183  }
184  if (splitpathstr(l1pathname, " NOT ").size() > 1) {
185  if (showTrgInfo_) {
186  *log_ << "\tskip:contain NOT\n";
187  }
188  continue;
189  }
190  trgpathMmap_.insert(std::make_pair(hltname, l1pathname));
191  }
192  }
193  }
194  if (showTrgInfo_) {
195  *log_ << "================\n";
196  }
197 }
unsigned int size() const
number of trigger paths in trigger table
unsigned int prescale
const std::string moduleType(const std::string &module) const
C++ class name of module.
RunNumber_t run() const
Definition: RunBase.h:40
const std::string & triggerName(unsigned int triggerIndex) const
std::vector< std::string > splitpathstr(const std::string &strValue, const std::string separator)
const std::string & tableName() const
HLT ConfDB table name.
const edm::ParameterSet & modulePSet(const std::string &module) const
ParameterSet of module.
std::vector< MyPerLumiInfo > perrunlumiinfo_
std::map< std::string, l1PerBitInfo > l1map_
HLTConfigProvider hltConfig_
const std::vector< std::string > & moduleLabels(unsigned int trigger) const
label(s) of module(s) on a trigger path
bool init(const edm::Run &iRun, const edm::EventSetup &iSetup, const std::string &processName, bool &changed)
d&#39;tor
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
std::multimap< std::string, std::string > trgpathMmap_
edm::LogInfo * log_
std::map< std::string, hltPerPathInfo > hltmap_
tuple size
Write out results.
void LumiCalculator::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 348 of file LumiCalculator.cc.

348 {}
void LumiCalculator::endLuminosityBlock ( edm::LuminosityBlock const &  lumiBlock,
edm::EventSetup const &  c 
)
overrideprivatevirtual

Integrated Luminosity per Lumi Section instantaneousLumi*93.244(sec)

for(hltit=hltitBeg;hltit!=hltitEnd;++hltit){ }

Reimplemented from edm::EDAnalyzer.

Definition at line 200 of file LumiCalculator.cc.

References c, currentlumi_, MyPerLumiInfo::deadcount, edm::LuminosityBlock::getByLabel(), edm::Run::getByLabel(), edm::LuminosityBlock::getRun(), hltmap_, mps_fire::i, edm::LuminosityBlockBase::id(), MyPerLumiInfo::intglumi, cmsLHEtoEOSManager::l, l1map_, MyPerLumiInfo::livefraction, log_, MyPerLumiInfo::lsnum, edm::LuminosityBlockID::luminosityBlock(), dqmiodumpmetadata::n, perrunlumiinfo_, l1PerBitInfo::prescale, LumiSummary::L1::prescale, showTrgInfo_, AlCaHLTBitMon_QueryRunRegistry::string, submitPVValidationJobs::t, and trgpathMmap_.

200  {
204  //std::cout<<"I'm in lumi block "<<lumiBlock.id()<<std::endl;
205 
206  edm::Handle<LumiSummary> lumiSummary;
207  lumiBlock.getByLabel("lumiProducer", lumiSummary);
208 
209  edm::Handle<LumiSummaryRunHeader> lumiSummaryRH;
210  lumiBlock.getRun().getByLabel("lumiProducer", lumiSummaryRH);
211 
213  l.lsnum = lumiBlock.id().luminosityBlock();
214 
215  //
216  //collect lumi.
217  //
218  l.deadcount = lumiSummary->deadcount();
219  l.intglumi = lumiSummary->avgInsDelLumi() * 93.244;
220  l.livefraction = lumiSummary->liveFrac();
221 
222  *log_ << "====== Lumi Section " << lumiBlock.id().luminosityBlock() << " ======\n";
223  *log_ << "\t Luminosity " << l.intglumi << "\n";
224  *log_ << "\t Dead count " << l.deadcount << "\n";
225  *log_ << "\t Deadtime corrected Luminosity " << l.intglumi * l.livefraction << "\n";
226 
227  //
228  //print correlated hlt-l1 info, only if you ask
229  //
230  if (showTrgInfo_) {
231  std::map<std::string, hltPerPathInfo>::iterator hltit;
232  std::map<std::string, hltPerPathInfo>::iterator hltitBeg = hltmap_.begin();
233  std::map<std::string, hltPerPathInfo>::iterator hltitEnd = hltmap_.end();
234 
235  typedef std::pair<std::multimap<std::string, std::string>::iterator,
236  std::multimap<std::string, std::string>::iterator>
237  TRGMAPIT;
238  unsigned int c = 0;
239  for (hltit = hltitBeg; hltit != hltitEnd; ++hltit) {
240  std::string hltname = hltit->first;
241  *log_ << c << " HLT path " << hltname << " , prescale : " << hltit->second.prescale << "\n";
242  TRGMAPIT ppp;
243  ppp = trgpathMmap_.equal_range(hltname);
244  if (ppp.first == ppp.second) {
245  *log_ << " no L1\n";
246  }
247  for (std::multimap<std::string, std::string>::iterator mit = ppp.first; mit != ppp.second; ++mit) {
248  std::string l1name = mit->second;
249  *log_ << " L1 name : " << l1name;
250  LumiSummary::L1 l1result = lumiSummary->l1info(lumiSummaryRH->getL1Index(l1name));
251  *log_ << " prescale : " << l1result.prescale << "\n";
252  *log_ << "\n";
253  }
254  ++c;
255  }
256  }
257  //
258  //accumulate hlt counts. Absent for now
259  //
265  //
266  //accumulate l1 counts
267  //
268  size_t n = lumiSummary->nTriggerLine();
269  for (size_t i = 0; i < n; ++i) {
270  std::string l1bitname = lumiSummaryRH->getL1Name(lumiSummary->l1info(i).triggernameidx);
271  l1PerBitInfo t;
272  if (currentlumi_ == 0) {
273  t.prescale = lumiSummary->l1info(i).prescale;
274  l1map_.insert(std::make_pair(l1bitname, t));
275  }
276  }
277 
278  perrunlumiinfo_.push_back(l);
279 
280  ++currentlumi_;
281 }
const edm::EventSetup & c
unsigned int currentlumi_
std::vector< MyPerLumiInfo > perrunlumiinfo_
std::map< std::string, l1PerBitInfo > l1map_
unsigned int lsnum
unsigned int prescale
Definition: LumiSummary.h:26
unsigned int prescale
unsigned long long deadcount
std::multimap< std::string, std::string > trgpathMmap_
edm::LogInfo * log_
std::map< std::string, hltPerPathInfo > hltmap_
void LumiCalculator::endRun ( edm::Run const &  run,
edm::EventSetup const &  c 
)
overrideprivatevirtual

Notes on calculation:

  1. CMS recorded Luminosity per run : sum over HLX&&HF certified LS lumiSummary->avgInsDelLumi()*93.244*livefraction()

    1. Effective Luminosity per run per trigger line: For the moment, we take only the first L1 seed in case of 'OR' or 'AND' relationship between HLT and L1 seeds

    avgInsDelLumi()*93.244*livefraction()/(HLTprescale*L1prescale) for now HLTprescale=1

    1. LHC delivered: there is no point in calculating delivered when data do not contain all LS

Reimplemented from edm::EDAnalyzer.

Definition at line 284 of file LumiCalculator.cc.

References gather_cfg::cout, hltmap_, l1map_, log_, perrunlumiinfo_, edm::RunBase::run(), and trgpathMmap_.

284  {
301  //std::cout<<"valid trigger lines "<<trgpathMmap_.size()<<std::endl;
302  //std::cout<<"total lumi lines "<<perrunlumiinfo_.size()<<std::endl;
303  std::vector<MyPerLumiInfo>::const_iterator lumiIt;
304  std::vector<MyPerLumiInfo>::const_iterator lumiItBeg = perrunlumiinfo_.begin();
305  std::vector<MyPerLumiInfo>::const_iterator lumiItEnd = perrunlumiinfo_.end();
306  float recorded = 0.0;
307 
308  *log_ << "================ Run Summary " << run.run() << "================\n";
309  for (lumiIt = lumiItBeg; lumiIt != lumiItEnd; ++lumiIt) { //loop over LS
310  recorded += lumiIt->intglumi * lumiIt->livefraction;
311  }
312  *log_ << " CMS Recorded Lumi (e+27cm^-2) : " << recorded << "\n";
313  *log_ << " Effective Lumi (e+27cm^-2) per trigger path: "
314  << "\n\n";
315  std::multimap<std::string, std::string>::iterator it;
316  std::multimap<std::string, std::string>::iterator itBeg = trgpathMmap_.begin();
317  std::multimap<std::string, std::string>::iterator itEnd = trgpathMmap_.end();
318  unsigned int cc = 0;
319  for (it = itBeg; it != itEnd; ++it) {
320  *log_ << " " << cc << " " << it->first << " - " << it->second << " : ";
321  ++cc;
322  std::map<std::string, hltPerPathInfo>::const_iterator hltIt = hltmap_.find(it->first);
323  if (hltIt == hltmap_.end()) {
324  std::cout << "HLT path " << it->first << " not found" << std::endl;
325  *log_ << "\n";
326  continue;
327  }
328  std::map<std::string, l1PerBitInfo>::const_iterator l1It = l1map_.find(it->second);
329  if (l1It == l1map_.end()) {
330  std::cout << "L1 bit " << it->second << " not found" << std::endl;
331  *log_ << "\n";
332  continue;
333  }
334  unsigned int hltprescale = hltIt->second.prescale;
335  unsigned int l1prescale = l1It->second.prescale;
336  if (hltprescale != 0 && l1prescale != 0) {
337  float effectiveLumi = recorded / (hltprescale * l1prescale);
338  *log_ << effectiveLumi << "\n";
339  } else {
340  *log_ << "0 prescale exception\n";
341  continue;
342  }
343  *log_ << "\n";
344  }
345 }
std::vector< MyPerLumiInfo > perrunlumiinfo_
std::map< std::string, l1PerBitInfo > l1map_
std::multimap< std::string, std::string > trgpathMmap_
edm::LogInfo * log_
std::map< std::string, hltPerPathInfo > hltmap_
tuple cout
Definition: gather_cfg.py:144
std::vector< std::string > LumiCalculator::splitpathstr ( const std::string &  strValue,
const std::string  separator 
)
private

Definition at line 350 of file LumiCalculator.cc.

References dataset::end, and AlCaHLTBitMon_ParallelJobs::p.

Referenced by beginRun().

350  {
351  std::vector<std::string> vecstrResult;
352  boost::regex re(separator);
353  boost::sregex_token_iterator p(strValue.begin(), strValue.end(), re, -1);
354  boost::sregex_token_iterator end;
355  while (p != end) {
356  vecstrResult.push_back(*p++);
357  }
358  return vecstrResult;
359 }
string end
Definition: dataset.py:937
static std::string const separator(":")

Member Data Documentation

unsigned int LumiCalculator::currentlumi_
private

Definition at line 56 of file LumiCalculator.cc.

Referenced by endLuminosityBlock().

HLTConfigProvider LumiCalculator::hltConfig_
private

Definition at line 47 of file LumiCalculator.cc.

Referenced by beginRun().

std::map<std::string, hltPerPathInfo> LumiCalculator::hltmap_
private

Definition at line 49 of file LumiCalculator.cc.

Referenced by beginRun(), endLuminosityBlock(), and endRun().

std::map<std::string, l1PerBitInfo> LumiCalculator::l1map_
private

Definition at line 50 of file LumiCalculator.cc.

Referenced by beginRun(), endLuminosityBlock(), and endRun().

edm::LogInfo* LumiCalculator::log_
private

Definition at line 54 of file LumiCalculator.cc.

Referenced by beginRun(), endLuminosityBlock(), endRun(), and ~LumiCalculator().

std::vector<MyPerLumiInfo> LumiCalculator::perrunlumiinfo_
private

Definition at line 51 of file LumiCalculator.cc.

Referenced by beginRun(), endLuminosityBlock(), and endRun().

bool LumiCalculator::showTrgInfo_
private

Definition at line 55 of file LumiCalculator.cc.

Referenced by beginRun(), endLuminosityBlock(), and LumiCalculator().

std::multimap<std::string, std::string> LumiCalculator::trgpathMmap_
private

Definition at line 48 of file LumiCalculator.cc.

Referenced by beginRun(), endLuminosityBlock(), and endRun().