Public Member Functions | |
MonitorElement * | getEtaHisto () |
MonitorElement * | getEtaVsPhiHisto () |
MonitorElement * | getEtHisto () |
const std::string | getName (void) const |
MonitorElement * | getPhiHisto () |
float | getPtMax () const |
float | getPtMin () const |
bool | operator== (const std::string v) |
PathInfo (std::string pathName, size_t type, MonitorElement *et, MonitorElement *eta, MonitorElement *phi, MonitorElement *etavsphi, float ptmin, float ptmax) | |
PathInfo (std::string pathName, size_t type, float ptmin, float ptmax) | |
void | setHistos (MonitorElement *const et, MonitorElement *const eta, MonitorElement *const phi, MonitorElement *const etavsphi) |
~PathInfo () | |
Private Member Functions | |
const int | index () |
PathInfo () | |
const int | type () |
Private Attributes | |
MonitorElement * | et_ |
MonitorElement * | eta_ |
MonitorElement * | etavsphi_ |
int | objectType_ |
int | pathIndex_ |
std::string | pathName_ |
MonitorElement * | phi_ |
float | ptmax_ |
float | ptmin_ |
Definition at line 89 of file FourVectorHLT.h.
FourVectorHLT::PathInfo::PathInfo | ( | ) | [inline, private] |
Definition at line 90 of file FourVectorHLT.h.
00090 : 00091 pathIndex_(-1), pathName_("unset"), objectType_(-1) 00092 {}; public:
FourVectorHLT::PathInfo::~PathInfo | ( | ) | [inline] |
FourVectorHLT::PathInfo::PathInfo | ( | std::string | pathName, | |
size_t | type, | |||
float | ptmin, | |||
float | ptmax | |||
) | [inline] |
FourVectorHLT::PathInfo::PathInfo | ( | std::string | pathName, | |
size_t | type, | |||
MonitorElement * | et, | |||
MonitorElement * | eta, | |||
MonitorElement * | phi, | |||
MonitorElement * | etavsphi, | |||
float | ptmin, | |||
float | ptmax | |||
) | [inline] |
Definition at line 125 of file FourVectorHLT.h.
00131 : 00132 pathName_(pathName), objectType_(type), 00133 et_(et), eta_(eta), phi_(phi), etavsphi_(etavsphi), 00134 ptmin_(ptmin), ptmax_(ptmax) 00135 {}; bool operator==(const std::string v)
MonitorElement* FourVectorHLT::PathInfo::getEtaHisto | ( | ) | [inline] |
MonitorElement* FourVectorHLT::PathInfo::getEtaVsPhiHisto | ( | ) | [inline] |
Definition at line 111 of file FourVectorHLT.h.
References etavsphi_.
00111 { 00112 return etavsphi_; 00113 }
MonitorElement* FourVectorHLT::PathInfo::getEtHisto | ( | ) | [inline] |
const std::string FourVectorHLT::PathInfo::getName | ( | void | ) | const [inline] |
Definition at line 114 of file FourVectorHLT.h.
References pathName_.
00114 { 00115 return pathName_; 00116 }
MonitorElement* FourVectorHLT::PathInfo::getPhiHisto | ( | ) | [inline] |
float FourVectorHLT::PathInfo::getPtMax | ( | ) | const [inline] |
float FourVectorHLT::PathInfo::getPtMin | ( | ) | const [inline] |
const int FourVectorHLT::PathInfo::index | ( | ) | [inline, private] |
Definition at line 150 of file FourVectorHLT.h.
References pathIndex_.
00150 { 00151 return pathIndex_; 00152 }
bool FourVectorHLT::PathInfo::operator== | ( | const std::string | v | ) | [inline] |
void FourVectorHLT::PathInfo::setHistos | ( | MonitorElement *const | et, | |
MonitorElement *const | eta, | |||
MonitorElement *const | phi, | |||
MonitorElement *const | etavsphi | |||
) | [inline] |
const int FourVectorHLT::PathInfo::type | ( | ) | [inline, private] |
Definition at line 153 of file FourVectorHLT.h.
References objectType_.
00153 { 00154 return objectType_; 00155 }
MonitorElement* FourVectorHLT::PathInfo::et_ [private] |
MonitorElement * FourVectorHLT::PathInfo::eta_ [private] |
MonitorElement * FourVectorHLT::PathInfo::etavsphi_ [private] |
int FourVectorHLT::PathInfo::objectType_ [private] |
int FourVectorHLT::PathInfo::pathIndex_ [private] |
std::string FourVectorHLT::PathInfo::pathName_ [private] |
MonitorElement * FourVectorHLT::PathInfo::phi_ [private] |
float FourVectorHLT::PathInfo::ptmax_ [private] |
float FourVectorHLT::PathInfo::ptmin_ [private] |