Definition at line 337 of file FourVectorHLTOffline.h.
FourVectorHLTOffline::PathInfo::PathInfo | ( | ) | [inline, private] |
Definition at line 339 of file FourVectorHLTOffline.h.
: pathIndex_(-1), denomPathName_("unset"), pathName_("unset"), l1pathName_("unset"), filterName_("unset"), processName_("unset"), objectType_(-1) {};
FourVectorHLTOffline::PathInfo::~PathInfo | ( | ) | [inline] |
Definition at line 545 of file FourVectorHLTOffline.h.
{};
FourVectorHLTOffline::PathInfo::PathInfo | ( | std::string | denomPathName, |
std::string | pathName, | ||
std::string | l1pathName, | ||
int | l1ModuleIndex, | ||
std::string | filterName, | ||
std::string | processName, | ||
size_t | type, | ||
float | ptmin, | ||
float | ptmax, | ||
float | hltThreshold, | ||
float | l1Threshold | ||
) | [inline] |
Definition at line 547 of file FourVectorHLTOffline.h.
: denomPathName_(denomPathName), pathName_(pathName), l1pathName_(l1pathName), l1ModuleIndex_(l1ModuleIndex), filterName_(filterName), processName_(processName), objectType_(type), NOn_(0), onEtOn_(0), onOneOverEtOn_(0), onEtavsonPhiOn_(0), NOff_(0), offEtOff_(0), offEtavsoffPhiOff_(0), NL1_(0), l1EtL1_(0), l1Etavsl1PhiL1_(0), NL1On_(0), l1EtL1On_(0), l1Etavsl1PhiL1On_(0), NL1Off_(0), offEtL1Off_(0), offEtavsoffPhiL1Off_(0), NOnOff_(0), offEtOnOff_(0), offEtavsoffPhiOnOff_(0), NL1OnUM_(0), l1EtL1OnUM_(0), l1Etavsl1PhiL1OnUM_(0), NL1OffUM_(0), offEtL1OffUM_(0), offEtavsoffPhiL1OffUM_(0), NOnOffUM_(0), offEtOnOffUM_(0), offEtavsoffPhiOnOffUM_(0), offDRL1Off_(0), offDROnOff_(0), l1DRL1On_(0), filters_(0), ptmin_(ptmin), ptmax_(ptmax), hltThreshold_(hltThreshold), l1Threshold_(l1Threshold) { };
FourVectorHLTOffline::PathInfo::PathInfo | ( | std::string | denomPathName, |
std::string | pathName, | ||
std::string | l1pathName, | ||
std::string | filterName, | ||
std::string | processName, | ||
size_t | type, | ||
MonitorElement * | NOn, | ||
MonitorElement * | onEtOn, | ||
MonitorElement * | onOneOverEtOn, | ||
MonitorElement * | onEtavsonPhiOn, | ||
MonitorElement * | NOff, | ||
MonitorElement * | offEtOff, | ||
MonitorElement * | offEtavsoffPhiOff, | ||
MonitorElement * | NL1, | ||
MonitorElement * | l1EtL1, | ||
MonitorElement * | l1Etavsl1PhiL1, | ||
MonitorElement * | NL1On, | ||
MonitorElement * | l1EtL1On, | ||
MonitorElement * | l1Etavsl1PhiL1On, | ||
MonitorElement * | NL1Off, | ||
MonitorElement * | offEtL1Off, | ||
MonitorElement * | offEtavsoffPhiL1Off, | ||
MonitorElement * | NOnOff, | ||
MonitorElement * | offEtOnOff, | ||
MonitorElement * | offEtavsoffPhiOnOff, | ||
MonitorElement * | NL1OnUM, | ||
MonitorElement * | l1EtL1OnUM, | ||
MonitorElement * | l1Etavsl1PhiL1OnUM, | ||
MonitorElement * | NL1OffUM, | ||
MonitorElement * | offEtL1OffUM, | ||
MonitorElement * | offEtavsoffPhiL1OffUM, | ||
MonitorElement * | NOnOffUM, | ||
MonitorElement * | offEtOnOffUM, | ||
MonitorElement * | offEtavsoffPhiOnOffUM, | ||
MonitorElement * | offDRL1Off, | ||
MonitorElement * | offDROnOff, | ||
MonitorElement * | l1DRL1On, | ||
MonitorElement * | filters, | ||
float | ptmin, | ||
float | ptmax | ||
) | [inline] |
Definition at line 572 of file FourVectorHLTOffline.h.
: denomPathName_(denomPathName), pathName_(pathName), l1pathName_(l1pathName), filterName_(filterName), processName_(processName), objectType_(type), NOn_(NOn), onEtOn_(onEtOn), onOneOverEtOn_(onOneOverEtOn), onEtavsonPhiOn_(onEtavsonPhiOn), NOff_(NOff), offEtOff_(offEtOff), offEtavsoffPhiOff_(offEtavsoffPhiOff), NL1_(NL1), l1EtL1_(l1EtL1), l1Etavsl1PhiL1_(l1Etavsl1PhiL1), NL1On_(NL1On), l1EtL1On_(l1EtL1On), l1Etavsl1PhiL1On_(l1Etavsl1PhiL1On), NL1Off_(NL1Off), offEtL1Off_(offEtL1Off), offEtavsoffPhiL1Off_(offEtavsoffPhiL1Off), NOnOff_(NOnOff), offEtOnOff_(offEtOnOff), offEtavsoffPhiOnOff_(offEtavsoffPhiOnOff), NL1OnUM_(NL1OnUM), l1EtL1OnUM_(l1EtL1OnUM), l1Etavsl1PhiL1OnUM_(l1Etavsl1PhiL1OnUM), NL1OffUM_(NL1OffUM), offEtL1OffUM_(offEtL1OffUM), offEtavsoffPhiL1OffUM_(offEtavsoffPhiL1OffUM), NOnOffUM_(NOnOffUM), offEtOnOffUM_(offEtOnOffUM), offEtavsoffPhiOnOffUM_(offEtavsoffPhiOnOffUM), offDRL1Off_(offDRL1Off), offDROnOff_(offDROnOff), l1DRL1On_(l1DRL1On), filters_(filters), ptmin_(ptmin), ptmax_(ptmax) { };
const std::string& FourVectorHLTOffline::PathInfo::getDenomPath | ( | void | ) | const [inline] |
Definition at line 530 of file FourVectorHLTOffline.h.
References denomPathName_.
{ return denomPathName_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getFiltersHisto | ( | ) | [inline] |
float FourVectorHLTOffline::PathInfo::getHltThreshold | ( | ) | const [inline] |
Definition at line 640 of file FourVectorHLTOffline.h.
References hltThreshold_.
{ return hltThreshold_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getL1DROnL1Histo | ( | ) | [inline] |
MonitorElement* FourVectorHLTOffline::PathInfo::getL1EtaVsL1PhiL1Histo | ( | ) | [inline] |
Definition at line 445 of file FourVectorHLTOffline.h.
References l1Etavsl1PhiL1_.
{ return l1Etavsl1PhiL1_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getL1EtaVsL1PhiL1OnHisto | ( | ) | [inline] |
Definition at line 454 of file FourVectorHLTOffline.h.
References l1Etavsl1PhiL1On_.
{ return l1Etavsl1PhiL1On_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getL1EtaVsL1PhiL1OnUMHisto | ( | ) | [inline] |
Definition at line 481 of file FourVectorHLTOffline.h.
References l1Etavsl1PhiL1OnUM_.
{ return l1Etavsl1PhiL1OnUM_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getL1EtL1Histo | ( | ) | [inline] |
MonitorElement* FourVectorHLTOffline::PathInfo::getL1EtL1OnHisto | ( | ) | [inline] |
MonitorElement* FourVectorHLTOffline::PathInfo::getL1EtL1OnUMHisto | ( | ) | [inline] |
Definition at line 478 of file FourVectorHLTOffline.h.
References l1EtL1OnUM_.
{ return l1EtL1OnUM_; }
const int FourVectorHLTOffline::PathInfo::getL1ModuleIndex | ( | void | ) | const [inline] |
Definition at line 527 of file FourVectorHLTOffline.h.
References l1ModuleIndex_.
{ return l1ModuleIndex_; }
const std::string& FourVectorHLTOffline::PathInfo::getl1Path | ( | void | ) | const [inline] |
Definition at line 524 of file FourVectorHLTOffline.h.
References l1pathName_.
{ return l1pathName_; }
float FourVectorHLTOffline::PathInfo::getL1Threshold | ( | ) | const [inline] |
Definition at line 641 of file FourVectorHLTOffline.h.
References l1Threshold_.
{ return l1Threshold_; }
const std::string FourVectorHLTOffline::PathInfo::getLabel | ( | void | ) | const [inline] |
Definition at line 514 of file FourVectorHLTOffline.h.
References filterName_.
{ return filterName_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getNL1Histo | ( | ) | [inline] |
MonitorElement* FourVectorHLTOffline::PathInfo::getNL1OffHisto | ( | ) | [inline] |
MonitorElement* FourVectorHLTOffline::PathInfo::getNL1OffUMHisto | ( | ) | [inline] |
MonitorElement* FourVectorHLTOffline::PathInfo::getNL1OnHisto | ( | ) | [inline] |
MonitorElement* FourVectorHLTOffline::PathInfo::getNL1OnUMHisto | ( | ) | [inline] |
MonitorElement* FourVectorHLTOffline::PathInfo::getNOffHisto | ( | ) | [inline] |
MonitorElement* FourVectorHLTOffline::PathInfo::getNOnHisto | ( | ) | [inline] |
MonitorElement* FourVectorHLTOffline::PathInfo::getNOnOffHisto | ( | ) | [inline] |
MonitorElement* FourVectorHLTOffline::PathInfo::getNOnOffUMHisto | ( | ) | [inline] |
const int FourVectorHLTOffline::PathInfo::getObjectType | ( | void | ) | const [inline] |
Definition at line 536 of file FourVectorHLTOffline.h.
References objectType_.
{ return objectType_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getOffDRL1OffHisto | ( | ) | [inline] |
Definition at line 502 of file FourVectorHLTOffline.h.
References offDRL1Off_.
{ return offDRL1Off_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getOffDROnOffHisto | ( | ) | [inline] |
Definition at line 505 of file FourVectorHLTOffline.h.
References offDROnOff_.
{ return offDROnOff_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getOffEtaVsOffPhiL1OffHisto | ( | ) | [inline] |
Definition at line 463 of file FourVectorHLTOffline.h.
References offEtavsoffPhiL1Off_.
{ return offEtavsoffPhiL1Off_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getOffEtaVsOffPhiL1OffUMHisto | ( | ) | [inline] |
Definition at line 490 of file FourVectorHLTOffline.h.
References offEtavsoffPhiL1OffUM_.
{ return offEtavsoffPhiL1OffUM_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getOffEtaVsOffPhiOffHisto | ( | ) | [inline] |
Definition at line 436 of file FourVectorHLTOffline.h.
References offEtavsoffPhiOff_.
{ return offEtavsoffPhiOff_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getOffEtaVsOffPhiOnOffHisto | ( | ) | [inline] |
Definition at line 472 of file FourVectorHLTOffline.h.
References offEtavsoffPhiOnOff_.
{ return offEtavsoffPhiOnOff_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getOffEtaVsOffPhiOnOffUMHisto | ( | ) | [inline] |
Definition at line 499 of file FourVectorHLTOffline.h.
References offEtavsoffPhiOnOffUM_.
{ return offEtavsoffPhiOnOffUM_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getOffEtL1OffHisto | ( | ) | [inline] |
Definition at line 460 of file FourVectorHLTOffline.h.
References offEtL1Off_.
{ return offEtL1Off_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getOffEtL1OffUMHisto | ( | ) | [inline] |
Definition at line 487 of file FourVectorHLTOffline.h.
References offEtL1OffUM_.
{ return offEtL1OffUM_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getOffEtOffHisto | ( | ) | [inline] |
MonitorElement* FourVectorHLTOffline::PathInfo::getOffEtOnOffHisto | ( | ) | [inline] |
Definition at line 469 of file FourVectorHLTOffline.h.
References offEtOnOff_.
{ return offEtOnOff_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getOffEtOnOffUMHisto | ( | ) | [inline] |
Definition at line 496 of file FourVectorHLTOffline.h.
References offEtOnOffUM_.
{ return offEtOnOffUM_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getOnEtaVsOnPhiOnHisto | ( | ) | [inline] |
Definition at line 427 of file FourVectorHLTOffline.h.
References onEtavsonPhiOn_.
{ return onEtavsonPhiOn_; }
MonitorElement* FourVectorHLTOffline::PathInfo::getOnEtOnHisto | ( | ) | [inline] |
MonitorElement* FourVectorHLTOffline::PathInfo::getOnOneOverEtOnHisto | ( | ) | [inline] |
Definition at line 424 of file FourVectorHLTOffline.h.
References onOneOverEtOn_.
{ return onOneOverEtOn_; }
const std::string& FourVectorHLTOffline::PathInfo::getPath | ( | void | ) | const [inline] |
const std::string& FourVectorHLTOffline::PathInfo::getProcess | ( | void | ) | const [inline] |
Definition at line 533 of file FourVectorHLTOffline.h.
References processName_.
{ return processName_; }
float FourVectorHLTOffline::PathInfo::getPtMax | ( | ) | const [inline] |
float FourVectorHLTOffline::PathInfo::getPtMin | ( | ) | const [inline] |
const edm::InputTag FourVectorHLTOffline::PathInfo::getTag | ( | void | ) | const [inline] |
Definition at line 540 of file FourVectorHLTOffline.h.
References filterName_, processName_, and corrections_cfg::tagName.
{ edm::InputTag tagName(filterName_,"",processName_); return tagName; }
const int FourVectorHLTOffline::PathInfo::index | ( | ) | [inline, private] |
Definition at line 673 of file FourVectorHLTOffline.h.
References pathIndex_.
{ return pathIndex_; }
bool FourVectorHLTOffline::PathInfo::operator!= | ( | const std::string & | v | ) | [inline] |
Definition at line 633 of file FourVectorHLTOffline.h.
References filterName_.
{ return v!=filterName_; }
bool FourVectorHLTOffline::PathInfo::operator== | ( | const std::string & | v | ) | [inline] |
Definition at line 628 of file FourVectorHLTOffline.h.
References filterName_.
{ return v==filterName_; }
void FourVectorHLTOffline::PathInfo::setFilterHistos | ( | MonitorElement *const | filters | ) | [inline] |
void FourVectorHLTOffline::PathInfo::setHistos | ( | MonitorElement *const | NOn, |
MonitorElement *const | onEtOn, | ||
MonitorElement *const | onOneOverEtOn, | ||
MonitorElement *const | onEtavsonPhiOn, | ||
MonitorElement *const | NOff, | ||
MonitorElement *const | offEtOff, | ||
MonitorElement *const | offEtavsoffPhiOff, | ||
MonitorElement *const | NL1, | ||
MonitorElement *const | l1EtL1, | ||
MonitorElement *const | l1Etavsl1PhiL1, | ||
MonitorElement *const | NL1On, | ||
MonitorElement *const | l1EtL1On, | ||
MonitorElement *const | l1Etavsl1PhiL1On, | ||
MonitorElement *const | NL1Off, | ||
MonitorElement *const | offEtL1Off, | ||
MonitorElement *const | offEtavsoffPhiL1Off, | ||
MonitorElement *const | NOnOff, | ||
MonitorElement *const | offEtOnOff, | ||
MonitorElement *const | offEtavsoffPhiOnOff, | ||
MonitorElement *const | NL1OnUM, | ||
MonitorElement *const | l1EtL1OnUM, | ||
MonitorElement *const | l1Etavsl1PhiL1OnUM, | ||
MonitorElement *const | NL1OffUM, | ||
MonitorElement *const | offEtL1OffUM, | ||
MonitorElement *const | offEtavsoffPhiL1OffUM, | ||
MonitorElement *const | NOnOffUM, | ||
MonitorElement *const | offEtOnOffUM, | ||
MonitorElement *const | offEtavsoffPhiOnOffUM, | ||
MonitorElement *const | offDRL1Off, | ||
MonitorElement *const | offDROnOff, | ||
MonitorElement *const | l1DRL1On | ||
) | [inline] |
Definition at line 349 of file FourVectorHLTOffline.h.
References l1DRL1On_, l1Etavsl1PhiL1_, l1Etavsl1PhiL1On_, l1Etavsl1PhiL1OnUM_, l1EtL1_, l1EtL1On_, l1EtL1OnUM_, NL1_, NL1Off_, NL1OffUM_, NL1On_, NL1OnUM_, NOff_, NOn_, NOnOff_, NOnOffUM_, offDRL1Off_, offDROnOff_, offEtavsoffPhiL1Off_, offEtavsoffPhiL1OffUM_, offEtavsoffPhiOff_, offEtavsoffPhiOnOff_, offEtavsoffPhiOnOffUM_, offEtL1Off_, offEtL1OffUM_, offEtOff_, offEtOnOff_, offEtOnOffUM_, onEtavsonPhiOn_, onEtOn_, and onOneOverEtOn_.
{ NOn_ = NOn; onEtOn_ = onEtOn; onOneOverEtOn_ = onOneOverEtOn; onEtavsonPhiOn_ = onEtavsonPhiOn; NOff_ = NOff; offEtOff_ = offEtOff; offEtavsoffPhiOff_ = offEtavsoffPhiOff; NL1_ = NL1; l1EtL1_ = l1EtL1; l1Etavsl1PhiL1_ = l1Etavsl1PhiL1; NL1On_ = NL1On; l1EtL1On_ = l1EtL1On; l1Etavsl1PhiL1On_ = l1Etavsl1PhiL1On; NL1Off_ = NL1Off; offEtL1Off_ = offEtL1Off; offEtavsoffPhiL1Off_ = offEtavsoffPhiL1Off; NOnOff_ = NOnOff; offEtOnOff_ = offEtOnOff; offEtavsoffPhiOnOff_ = offEtavsoffPhiOnOff; NL1OnUM_ = NL1OnUM; l1EtL1OnUM_ = l1EtL1OnUM; l1Etavsl1PhiL1OnUM_ = l1Etavsl1PhiL1OnUM; NL1OffUM_ = NL1OffUM; offEtL1OffUM_ = offEtL1OffUM; offEtavsoffPhiL1OffUM_ = offEtavsoffPhiL1OffUM; NOnOffUM_ = NOnOffUM; offEtOnOffUM_ = offEtOnOffUM; offEtavsoffPhiOnOffUM_ = offEtavsoffPhiOnOffUM; offDRL1Off_ = offDRL1Off; offDROnOff_ = offDROnOff; l1DRL1On_ = l1DRL1On; }
void FourVectorHLTOffline::PathInfo::setLabel | ( | std::string | labelName | ) | [inline] |
Definition at line 517 of file FourVectorHLTOffline.h.
References filterName_.
{ filterName_ = labelName; return; }
const int FourVectorHLTOffline::PathInfo::type | ( | ) | [inline, private] |
Definition at line 676 of file FourVectorHLTOffline.h.
References objectType_.
{ return objectType_; }
std::string FourVectorHLTOffline::PathInfo::denomPathName_ [private] |
Definition at line 649 of file FourVectorHLTOffline.h.
Referenced by getDenomPath().
std::string FourVectorHLTOffline::PathInfo::filterName_ [private] |
Definition at line 653 of file FourVectorHLTOffline.h.
Referenced by getLabel(), getTag(), operator!=(), operator==(), and setLabel().
Definition at line 668 of file FourVectorHLTOffline.h.
Referenced by getFiltersHisto(), and setFilterHistos().
std::vector< std::pair<std::string,unsigned int> > FourVectorHLTOffline::PathInfo::filtersAndIndices |
Definition at line 643 of file FourVectorHLTOffline.h.
float FourVectorHLTOffline::PathInfo::hltThreshold_ [private] |
Definition at line 671 of file FourVectorHLTOffline.h.
Referenced by getHltThreshold().
Definition at line 667 of file FourVectorHLTOffline.h.
Referenced by getL1DROnL1Histo(), and setHistos().
Definition at line 660 of file FourVectorHLTOffline.h.
Referenced by getL1EtaVsL1PhiL1Histo(), and setHistos().
Definition at line 661 of file FourVectorHLTOffline.h.
Referenced by getL1EtaVsL1PhiL1OnHisto(), and setHistos().
Definition at line 664 of file FourVectorHLTOffline.h.
Referenced by getL1EtaVsL1PhiL1OnUMHisto(), and setHistos().
Definition at line 660 of file FourVectorHLTOffline.h.
Referenced by getL1EtL1Histo(), and setHistos().
Definition at line 661 of file FourVectorHLTOffline.h.
Referenced by getL1EtL1OnHisto(), and setHistos().
Definition at line 664 of file FourVectorHLTOffline.h.
Referenced by getL1EtL1OnUMHisto(), and setHistos().
int FourVectorHLTOffline::PathInfo::l1ModuleIndex_ [private] |
Definition at line 652 of file FourVectorHLTOffline.h.
Referenced by getL1ModuleIndex().
std::string FourVectorHLTOffline::PathInfo::l1pathName_ [private] |
Definition at line 651 of file FourVectorHLTOffline.h.
Referenced by getl1Path().
float FourVectorHLTOffline::PathInfo::l1Threshold_ [private] |
Definition at line 671 of file FourVectorHLTOffline.h.
Referenced by getL1Threshold().
Definition at line 660 of file FourVectorHLTOffline.h.
Referenced by getNL1Histo(), and setHistos().
Definition at line 662 of file FourVectorHLTOffline.h.
Referenced by getNL1OffHisto(), and setHistos().
Definition at line 665 of file FourVectorHLTOffline.h.
Referenced by getNL1OffUMHisto(), and setHistos().
Definition at line 661 of file FourVectorHLTOffline.h.
Referenced by getNL1OnHisto(), and setHistos().
Definition at line 664 of file FourVectorHLTOffline.h.
Referenced by getNL1OnUMHisto(), and setHistos().
Definition at line 659 of file FourVectorHLTOffline.h.
Referenced by getNOffHisto(), and setHistos().
Definition at line 658 of file FourVectorHLTOffline.h.
Referenced by getNOnHisto(), and setHistos().
Definition at line 663 of file FourVectorHLTOffline.h.
Referenced by getNOnOffHisto(), and setHistos().
Definition at line 666 of file FourVectorHLTOffline.h.
Referenced by getNOnOffUMHisto(), and setHistos().
int FourVectorHLTOffline::PathInfo::objectType_ [private] |
Definition at line 655 of file FourVectorHLTOffline.h.
Referenced by getObjectType(), and type().
Definition at line 667 of file FourVectorHLTOffline.h.
Referenced by getOffDRL1OffHisto(), and setHistos().
Definition at line 667 of file FourVectorHLTOffline.h.
Referenced by getOffDROnOffHisto(), and setHistos().
Definition at line 662 of file FourVectorHLTOffline.h.
Referenced by getOffEtaVsOffPhiL1OffHisto(), and setHistos().
Definition at line 665 of file FourVectorHLTOffline.h.
Referenced by getOffEtaVsOffPhiL1OffUMHisto(), and setHistos().
Definition at line 659 of file FourVectorHLTOffline.h.
Referenced by getOffEtaVsOffPhiOffHisto(), and setHistos().
Definition at line 663 of file FourVectorHLTOffline.h.
Referenced by getOffEtaVsOffPhiOnOffHisto(), and setHistos().
Definition at line 666 of file FourVectorHLTOffline.h.
Referenced by getOffEtaVsOffPhiOnOffUMHisto(), and setHistos().
Definition at line 662 of file FourVectorHLTOffline.h.
Referenced by getOffEtL1OffHisto(), and setHistos().
Definition at line 665 of file FourVectorHLTOffline.h.
Referenced by getOffEtL1OffUMHisto(), and setHistos().
Definition at line 659 of file FourVectorHLTOffline.h.
Referenced by getOffEtOffHisto(), and setHistos().
Definition at line 663 of file FourVectorHLTOffline.h.
Referenced by getOffEtOnOffHisto(), and setHistos().
Definition at line 666 of file FourVectorHLTOffline.h.
Referenced by getOffEtOnOffUMHisto(), and setHistos().
Definition at line 658 of file FourVectorHLTOffline.h.
Referenced by getOnEtaVsOnPhiOnHisto(), and setHistos().
Definition at line 658 of file FourVectorHLTOffline.h.
Referenced by getOnEtOnHisto(), and setHistos().
Definition at line 658 of file FourVectorHLTOffline.h.
Referenced by getOnOneOverEtOnHisto(), and setHistos().
int FourVectorHLTOffline::PathInfo::pathIndex_ [private] |
Definition at line 648 of file FourVectorHLTOffline.h.
Referenced by index().
std::string FourVectorHLTOffline::PathInfo::pathName_ [private] |
Definition at line 650 of file FourVectorHLTOffline.h.
Referenced by getPath().
std::string FourVectorHLTOffline::PathInfo::processName_ [private] |
Definition at line 654 of file FourVectorHLTOffline.h.
Referenced by getProcess(), and getTag().
float FourVectorHLTOffline::PathInfo::ptmax_ [private] |
Definition at line 670 of file FourVectorHLTOffline.h.
Referenced by getPtMax().
float FourVectorHLTOffline::PathInfo::ptmin_ [private] |
Definition at line 670 of file FourVectorHLTOffline.h.
Referenced by getPtMin().