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.
: pathIndex_(-1), pathName_("unset"), objectType_(-1) {};
FourVectorHLT::PathInfo::~PathInfo | ( | ) | [inline] |
Definition at line 117 of file FourVectorHLT.h.
{};
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] |
MonitorElement* FourVectorHLT::PathInfo::getEtaHisto | ( | ) | [inline] |
MonitorElement* FourVectorHLT::PathInfo::getEtaVsPhiHisto | ( | ) | [inline] |
MonitorElement* FourVectorHLT::PathInfo::getEtHisto | ( | ) | [inline] |
const std::string FourVectorHLT::PathInfo::getName | ( | void | ) | const [inline] |
MonitorElement* FourVectorHLT::PathInfo::getPhiHisto | ( | ) | [inline] |
float FourVectorHLT::PathInfo::getPtMax | ( | ) | const [inline] |
float FourVectorHLT::PathInfo::getPtMin | ( | ) | const [inline] |
const int FourVectorHLT::PathInfo::index | ( | ) | [inline, private] |
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] |
MonitorElement* FourVectorHLT::PathInfo::et_ [private] |
Definition at line 146 of file FourVectorHLT.h.
Referenced by getEtHisto(), and setHistos().
MonitorElement * FourVectorHLT::PathInfo::eta_ [private] |
Definition at line 146 of file FourVectorHLT.h.
Referenced by getEtaHisto(), and setHistos().
MonitorElement * FourVectorHLT::PathInfo::etavsphi_ [private] |
Definition at line 146 of file FourVectorHLT.h.
Referenced by getEtaVsPhiHisto(), and setHistos().
int FourVectorHLT::PathInfo::objectType_ [private] |
Definition at line 143 of file FourVectorHLT.h.
Referenced by type().
int FourVectorHLT::PathInfo::pathIndex_ [private] |
Definition at line 141 of file FourVectorHLT.h.
Referenced by index().
std::string FourVectorHLT::PathInfo::pathName_ [private] |
Definition at line 142 of file FourVectorHLT.h.
Referenced by getName(), and operator==().
MonitorElement * FourVectorHLT::PathInfo::phi_ [private] |
Definition at line 146 of file FourVectorHLT.h.
Referenced by getPhiHisto(), and setHistos().
float FourVectorHLT::PathInfo::ptmax_ [private] |
Definition at line 148 of file FourVectorHLT.h.
Referenced by getPtMax().
float FourVectorHLT::PathInfo::ptmin_ [private] |
Definition at line 148 of file FourVectorHLT.h.
Referenced by getPtMin().