CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
FourVectorHLT::PathInfo Class Reference

Public Member Functions

MonitorElementgetEtaHisto ()
 
MonitorElementgetEtaVsPhiHisto ()
 
MonitorElementgetEtHisto ()
 
const std::string getName (void) const
 
MonitorElementgetPhiHisto ()
 
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

MonitorElementet_
 
MonitorElementeta_
 
MonitorElementetavsphi_
 
int objectType_
 
int pathIndex_
 
std::string pathName_
 
MonitorElementphi_
 
float ptmax_
 
float ptmin_
 

Detailed Description

Definition at line 85 of file FourVectorHLT.h.

Constructor & Destructor Documentation

FourVectorHLT::PathInfo::PathInfo ( )
inlineprivate

Definition at line 86 of file FourVectorHLT.h.

86  :
87  pathIndex_(-1), pathName_("unset"), objectType_(-1)
88  {};
FourVectorHLT::PathInfo::~PathInfo ( )
inline

Definition at line 113 of file FourVectorHLT.h.

113 {};
FourVectorHLT::PathInfo::PathInfo ( std::string  pathName,
size_t  type,
float  ptmin,
float  ptmax 
)
inline

Definition at line 114 of file FourVectorHLT.h.

115  :
117  et_(0), eta_(0), phi_(0), etavsphi_(0),
118  ptmin_(ptmin), ptmax_(ptmax)
119  {
120  };
type
Definition: HCALResponse.h:21
MonitorElement * etavsphi_
MonitorElement * et_
MonitorElement * phi_
MonitorElement * eta_
double ptmin
Definition: HydjetWrapper.h:85
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 121 of file FourVectorHLT.h.

127  :
129  et_(et), eta_(eta), phi_(phi), etavsphi_(etavsphi),
130  ptmin_(ptmin), ptmax_(ptmax)
131  {};
type
Definition: HCALResponse.h:21
MonitorElement * etavsphi_
MonitorElement * et_
MonitorElement * phi_
MonitorElement * eta_
double ptmin
Definition: HydjetWrapper.h:85

Member Function Documentation

MonitorElement* FourVectorHLT::PathInfo::getEtaHisto ( )
inline

Definition at line 101 of file FourVectorHLT.h.

References eta_.

101  {
102  return eta_;
103  }
MonitorElement * eta_
MonitorElement* FourVectorHLT::PathInfo::getEtaVsPhiHisto ( )
inline

Definition at line 107 of file FourVectorHLT.h.

References etavsphi_.

107  {
108  return etavsphi_;
109  }
MonitorElement * etavsphi_
MonitorElement* FourVectorHLT::PathInfo::getEtHisto ( )
inline

Definition at line 98 of file FourVectorHLT.h.

References et_.

98  {
99  return et_;
100  }
MonitorElement * et_
const std::string FourVectorHLT::PathInfo::getName ( void  ) const
inline

Definition at line 110 of file FourVectorHLT.h.

References pathName_.

110  {
111  return pathName_;
112  }
MonitorElement* FourVectorHLT::PathInfo::getPhiHisto ( )
inline

Definition at line 104 of file FourVectorHLT.h.

References phi_.

104  {
105  return phi_;
106  }
MonitorElement * phi_
float FourVectorHLT::PathInfo::getPtMax ( ) const
inline

Definition at line 154 of file FourVectorHLT.h.

References ptmax_.

154 { return ptmax_; }
float FourVectorHLT::PathInfo::getPtMin ( ) const
inline

Definition at line 153 of file FourVectorHLT.h.

References ptmin_.

153 { return ptmin_; }
const int FourVectorHLT::PathInfo::index ( )
inlineprivate

Definition at line 146 of file FourVectorHLT.h.

References pathIndex_.

Referenced by BeautifulSoup.PageElement::_invert().

146  {
147  return pathIndex_;
148  }
bool FourVectorHLT::PathInfo::operator== ( const std::string  v)
inline

Definition at line 132 of file FourVectorHLT.h.

References pathName_.

133  {
134  return v==pathName_;
135  }
void FourVectorHLT::PathInfo::setHistos ( MonitorElement *const  et,
MonitorElement *const  eta,
MonitorElement *const  phi,
MonitorElement *const  etavsphi 
)
inline

Definition at line 90 of file FourVectorHLT.h.

References et_, eta(), eta_, etavsphi_, phi, and phi_.

92  {
93  et_ = et;
94  eta_ = eta;
95  phi_ = phi;
96  etavsphi_ = etavsphi;
97  }
T eta() const
MonitorElement * etavsphi_
MonitorElement * et_
MonitorElement * phi_
MonitorElement * eta_
Definition: DDAxes.h:10
const int FourVectorHLT::PathInfo::type ( )
inlineprivate

Member Data Documentation

MonitorElement* FourVectorHLT::PathInfo::et_
private

Definition at line 142 of file FourVectorHLT.h.

Referenced by getEtHisto(), and setHistos().

MonitorElement * FourVectorHLT::PathInfo::eta_
private

Definition at line 142 of file FourVectorHLT.h.

Referenced by getEtaHisto(), and setHistos().

MonitorElement * FourVectorHLT::PathInfo::etavsphi_
private

Definition at line 142 of file FourVectorHLT.h.

Referenced by getEtaVsPhiHisto(), and setHistos().

int FourVectorHLT::PathInfo::objectType_
private

Definition at line 139 of file FourVectorHLT.h.

Referenced by type().

int FourVectorHLT::PathInfo::pathIndex_
private

Definition at line 137 of file FourVectorHLT.h.

Referenced by index().

std::string FourVectorHLT::PathInfo::pathName_
private

Definition at line 138 of file FourVectorHLT.h.

Referenced by getName(), and operator==().

MonitorElement * FourVectorHLT::PathInfo::phi_
private

Definition at line 142 of file FourVectorHLT.h.

Referenced by getPhiHisto(), and setHistos().

float FourVectorHLT::PathInfo::ptmax_
private

Definition at line 144 of file FourVectorHLT.h.

Referenced by getPtMax().

float FourVectorHLT::PathInfo::ptmin_
private

Definition at line 144 of file FourVectorHLT.h.

Referenced by getPtMin().