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, float ptmin, float ptmax) | |
PathInfo (std::string pathName, size_t type, MonitorElement *et, MonitorElement *eta, MonitorElement *phi, MonitorElement *etavsphi, 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 83 of file FourVectorHLT.h.
|
inlineprivate |
Definition at line 84 of file FourVectorHLT.h.
|
inline |
Definition at line 101 of file FourVectorHLT.h.
|
inline |
Definition at line 102 of file FourVectorHLT.h.
|
inline |
Definition at line 111 of file FourVectorHLT.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 100 of file FourVectorHLT.h.
References pathName_.
Referenced by plotting.Plot::draw().
|
inline |
|
inline |
|
inline |
|
inlineprivate |
Definition at line 139 of file FourVectorHLT.h.
References pathIndex_.
Referenced by BeautifulSoup.PageElement::_invert().
|
inline |
|
inline |
Definition at line 87 of file FourVectorHLT.h.
References et_, PVValHelper::eta, eta_, etavsphi_, phi, and phi_.
|
inlineprivate |
|
private |
Definition at line 135 of file FourVectorHLT.h.
Referenced by getEtHisto(), and setHistos().
|
private |
Definition at line 135 of file FourVectorHLT.h.
Referenced by getEtaHisto(), and setHistos().
|
private |
Definition at line 135 of file FourVectorHLT.h.
Referenced by getEtaVsPhiHisto(), and setHistos().
|
private |
Definition at line 132 of file FourVectorHLT.h.
Referenced by type().
|
private |
Definition at line 130 of file FourVectorHLT.h.
Referenced by index().
|
private |
Definition at line 131 of file FourVectorHLT.h.
Referenced by getName(), and operator==().
|
private |
Definition at line 135 of file FourVectorHLT.h.
Referenced by getPhiHisto(), and setHistos().
|
private |
Definition at line 137 of file FourVectorHLT.h.
Referenced by getPtMax().
|
private |
Definition at line 137 of file FourVectorHLT.h.
Referenced by getPtMin().