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
HLTJetMETDQMSource::PathInfo Class Reference

Public Member Functions

const std::string getDenomLabel (void) const
 
const std::string getDenomPath (void) const
 
const edm::InputTag getDenomTag (void) const
 
MonitorElementgetEtaDenomHisto ()
 
MonitorElementgetEtaEffHisto ()
 
MonitorElementgetEtaHisto ()
 
MonitorElementgetEtaNumHisto ()
 
MonitorElementgetEtaPhiHisto ()
 
MonitorElementgetEtaPhiwrtMuHisto ()
 
MonitorElementgetEtDenomHisto ()
 
MonitorElementgetEtEffHisto ()
 
MonitorElementgetEtHisto ()
 
MonitorElementgetEtNumHisto ()
 
MonitorElementgetEtwrtMuHisto ()
 
MonitorElementgetL1EtaHisto ()
 
MonitorElementgetL1EtaPhiHisto ()
 
MonitorElementgetL1EtHisto ()
 
const std::string getl1Path (void) const
 
MonitorElementgetL1PhiHisto ()
 
const std::string getLabel (void) const
 
MonitorElementgetNDenomHisto ()
 
MonitorElementgetNEffHisto ()
 
MonitorElementgetNHisto ()
 
MonitorElementgetNL1Histo ()
 
MonitorElementgetNNumHisto ()
 
MonitorElementgetNwrtMuHisto ()
 
const int getObjectType (void) const
 
const std::string getPath (void) const
 
MonitorElementgetPhiDenomHisto ()
 
MonitorElementgetPhiEffHisto ()
 
MonitorElementgetPhiHisto ()
 
MonitorElementgetPhiNumHisto ()
 
MonitorElementgetPhiwrtMuHisto ()
 
const int getprescaleUsed (void) const
 
const std::string getProcess (void) const
 
float getPtMax () const
 
float getPtMin () const
 
const edm::InputTag getTag (void) const
 
bool operator== (const std::string v)
 
 PathInfo (int prescaleUsed, std::string denomPathName, std::string pathName, std::string l1pathName, std::string filterName, std::string DenomfilterName, std::string processName, size_t type, float ptmin, float ptmax)
 
 PathInfo (int prescaleUsed, std::string denomPathName, std::string pathName, std::string l1pathName, std::string filterName, std::string DenomfilterName, std::string processName, size_t type, MonitorElement *N, MonitorElement *Et, MonitorElement *EtaPhi, MonitorElement *Eta, MonitorElement *Phi, MonitorElement *NL1, MonitorElement *l1Et, MonitorElement *l1EtaPhi, MonitorElement *l1Eta, MonitorElement *l1Phi, MonitorElement *NwrtMu, MonitorElement *EtwrtMu, MonitorElement *EtaPhiwrtMu, MonitorElement *PhiwrtMu, MonitorElement *NEff, MonitorElement *EtEff, MonitorElement *EtaEff, MonitorElement *PhiEff, MonitorElement *NNum, MonitorElement *EtNum, MonitorElement *EtaNum, MonitorElement *PhiNum, MonitorElement *NDenom, MonitorElement *EtDenom, MonitorElement *EtaDenom, MonitorElement *PhiDenom, float ptmin, float ptmax)
 
void setDenomLabel (std::string labelName)
 
void setHistos (MonitorElement *const N, MonitorElement *const Et, MonitorElement *const EtaPhi, MonitorElement *const Eta, MonitorElement *const Phi, MonitorElement *const NL1, MonitorElement *const l1Et, MonitorElement *const l1EtaPhi, MonitorElement *const l1Eta, MonitorElement *const l1Phi)
 
void setHistosEff (MonitorElement *const NEff, MonitorElement *const EtEff, MonitorElement *const EtaEff, MonitorElement *const PhiEff, MonitorElement *const NNum, MonitorElement *const EtNum, MonitorElement *const EtaNum, MonitorElement *const PhiNum, MonitorElement *const NDenom, MonitorElement *const EtDenom, MonitorElement *const EtaDenom, MonitorElement *const PhiDenom)
 
void setHistoswrtMu (MonitorElement *const NwrtMu, MonitorElement *const EtwrtMu, MonitorElement *const EtaPhiwrtMu, MonitorElement *const PhiwrtMu)
 
void setLabel (std::string labelName)
 
 ~PathInfo ()
 

Private Member Functions

const int index ()
 
 PathInfo ()
 
const int type ()
 

Private Attributes

std::string DenomfilterName_
 
std::string denomPathName_
 
MonitorElementEt_
 
MonitorElementEta_
 
MonitorElementEtaDenom_
 
MonitorElementEtaEff_
 
MonitorElementEtaNum_
 
MonitorElementEtaPhi_
 
MonitorElementEtaPhiwrtMu_
 
MonitorElementEtDenom_
 
MonitorElementEtEff_
 
MonitorElementEtNum_
 
MonitorElementEtwrtMu_
 
std::string filterName_
 
MonitorElementl1Et_
 
MonitorElementl1Eta_
 
MonitorElementl1EtaPhi_
 
std::string l1pathName_
 
MonitorElementl1Phi_
 
MonitorElementN_
 
MonitorElementNDenom_
 
MonitorElementNEff_
 
MonitorElementNL1_
 
MonitorElementNNum_
 
MonitorElementNwrtMu_
 
int objectType_
 
int pathIndex_
 
std::string pathName_
 
MonitorElementPhi_
 
MonitorElementPhiDenom_
 
MonitorElementPhiEff_
 
MonitorElementPhiNum_
 
MonitorElementPhiwrtMu_
 
int prescaleUsed_
 
std::string processName_
 
float ptmax_
 
float ptmin_
 

Detailed Description

Definition at line 114 of file HLTJetMETDQMSource.h.

Constructor & Destructor Documentation

HLTJetMETDQMSource::PathInfo::PathInfo ( )
inlineprivate
HLTJetMETDQMSource::PathInfo::~PathInfo ( )
inline

Definition at line 305 of file HLTJetMETDQMSource.h.

305 {};
HLTJetMETDQMSource::PathInfo::PathInfo ( int  prescaleUsed,
std::string  denomPathName,
std::string  pathName,
std::string  l1pathName,
std::string  filterName,
std::string  DenomfilterName,
std::string  processName,
size_t  type,
float  ptmin,
float  ptmax 
)
inline

Definition at line 306 of file HLTJetMETDQMSource.h.

307  :
308  prescaleUsed_(prescaleUsed),denomPathName_(denomPathName), pathName_(pathName), l1pathName_(l1pathName), filterName_(filterName), DenomfilterName_(DenomfilterName), processName_(processName), objectType_(type),
309  N_(0), Et_(0), EtaPhi_(0),Eta_(0),
310  NL1_(0), l1Et_(0), l1EtaPhi_(0),l1Eta_(0),l1Phi_(0),
311  NwrtMu_(0), EtwrtMu_(0), EtaPhiwrtMu_(0),PhiwrtMu_(0),
312  NEff_(0), EtEff_(0), EtaEff_(0),PhiEff_(0),
313  NNum_(0), EtNum_(0), EtaNum_(0),PhiNum_(0),
314  NDenom_(0), EtDenom_(0), EtaDenom_(0),PhiDenom_(0),
315  ptmin_(ptmin), ptmax_(ptmax)
316  {
317  };
type
Definition: HCALResponse.h:22
double ptmin
Definition: HydjetWrapper.h:86
HLTJetMETDQMSource::PathInfo::PathInfo ( int  prescaleUsed,
std::string  denomPathName,
std::string  pathName,
std::string  l1pathName,
std::string  filterName,
std::string  DenomfilterName,
std::string  processName,
size_t  type,
MonitorElement N,
MonitorElement Et,
MonitorElement EtaPhi,
MonitorElement Eta,
MonitorElement Phi,
MonitorElement NL1,
MonitorElement l1Et,
MonitorElement l1EtaPhi,
MonitorElement l1Eta,
MonitorElement l1Phi,
MonitorElement NwrtMu,
MonitorElement EtwrtMu,
MonitorElement EtaPhiwrtMu,
MonitorElement PhiwrtMu,
MonitorElement NEff,
MonitorElement EtEff,
MonitorElement EtaEff,
MonitorElement PhiEff,
MonitorElement NNum,
MonitorElement EtNum,
MonitorElement EtaNum,
MonitorElement PhiNum,
MonitorElement NDenom,
MonitorElement EtDenom,
MonitorElement EtaDenom,
MonitorElement PhiDenom,
float  ptmin,
float  ptmax 
)
inline

Definition at line 318 of file HLTJetMETDQMSource.h.

346  :
347  prescaleUsed_(prescaleUsed), denomPathName_(denomPathName), pathName_(pathName), l1pathName_(l1pathName), filterName_(filterName), DenomfilterName_(DenomfilterName), processName_(processName), objectType_(type),
348  N_(N), Et_(Et), EtaPhi_(EtaPhi),Eta_(Eta), Phi_(Phi),
349  NL1_(NL1), l1Et_(l1Et), l1EtaPhi_(l1EtaPhi),l1Eta_(l1Eta),l1Phi_(l1Phi),
350  NwrtMu_(NwrtMu), EtwrtMu_(EtwrtMu), EtaPhiwrtMu_(EtaPhiwrtMu),PhiwrtMu_(PhiwrtMu),
351  NEff_(NEff), EtEff_(EtEff), EtaEff_(EtaEff), PhiEff_(PhiEff),
352  NNum_(NNum), EtNum_(EtNum), EtaNum_(EtaNum), PhiNum_(PhiNum),
353  NDenom_(NDenom), EtDenom_(EtDenom), EtaDenom_(EtaDenom),PhiDenom_(PhiDenom),
354  ptmin_(ptmin), ptmax_(ptmax)
355  {};
type
Definition: HCALResponse.h:22
double ptmin
Definition: HydjetWrapper.h:86

Member Function Documentation

const std::string HLTJetMETDQMSource::PathInfo::getDenomLabel ( void  ) const
inline

Definition at line 266 of file HLTJetMETDQMSource.h.

References DenomfilterName_.

266  {
267  return DenomfilterName_;
268  }
const std::string HLTJetMETDQMSource::PathInfo::getDenomPath ( void  ) const
inline

Definition at line 284 of file HLTJetMETDQMSource.h.

References denomPathName_.

284  {
285  return denomPathName_;
286  }
const edm::InputTag HLTJetMETDQMSource::PathInfo::getDenomTag ( void  ) const
inline
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtaDenomHisto ( )
inline

Definition at line 257 of file HLTJetMETDQMSource.h.

References EtaDenom_.

257  {
258  return EtaDenom_;
259  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtaEffHisto ( )
inline

Definition at line 233 of file HLTJetMETDQMSource.h.

References EtaEff_.

233  {
234  return EtaEff_;
235  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtaHisto ( )
inline

Definition at line 194 of file HLTJetMETDQMSource.h.

References Eta_.

194  {
195  return Eta_;
196  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtaNumHisto ( )
inline

Definition at line 245 of file HLTJetMETDQMSource.h.

References EtaNum_.

245  {
246  return EtaNum_;
247  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtaPhiHisto ( )
inline

Definition at line 191 of file HLTJetMETDQMSource.h.

References EtaPhi_.

191  {
192  return EtaPhi_;
193  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtaPhiwrtMuHisto ( )
inline

Definition at line 221 of file HLTJetMETDQMSource.h.

References EtaPhiwrtMu_.

221  {
222  return EtaPhiwrtMu_;
223  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtDenomHisto ( )
inline

Definition at line 254 of file HLTJetMETDQMSource.h.

References EtDenom_.

254  {
255  return EtDenom_;
256  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtEffHisto ( )
inline

Definition at line 230 of file HLTJetMETDQMSource.h.

References EtEff_.

230  {
231  return EtEff_;
232  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtHisto ( )
inline

Definition at line 188 of file HLTJetMETDQMSource.h.

References Et_.

188  {
189  return Et_;
190  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtNumHisto ( )
inline

Definition at line 242 of file HLTJetMETDQMSource.h.

References EtNum_.

242  {
243  return EtNum_;
244  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtwrtMuHisto ( )
inline

Definition at line 218 of file HLTJetMETDQMSource.h.

References EtwrtMu_.

218  {
219  return EtwrtMu_;
220  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getL1EtaHisto ( )
inline

Definition at line 206 of file HLTJetMETDQMSource.h.

References l1Eta_.

206  {
207  return l1Eta_;
208  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getL1EtaPhiHisto ( )
inline

Definition at line 209 of file HLTJetMETDQMSource.h.

References l1EtaPhi_.

209  {
210  return l1EtaPhi_;
211  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getL1EtHisto ( )
inline

Definition at line 203 of file HLTJetMETDQMSource.h.

References l1Et_.

203  {
204  return l1Et_;
205  }
const std::string HLTJetMETDQMSource::PathInfo::getl1Path ( void  ) const
inline

Definition at line 281 of file HLTJetMETDQMSource.h.

References l1pathName_.

281  {
282  return l1pathName_;
283  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getL1PhiHisto ( )
inline

Definition at line 212 of file HLTJetMETDQMSource.h.

References l1Phi_.

212  {
213  return l1Phi_;
214  }
const std::string HLTJetMETDQMSource::PathInfo::getLabel ( void  ) const
inline

Definition at line 263 of file HLTJetMETDQMSource.h.

References filterName_.

263  {
264  return filterName_;
265  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getNDenomHisto ( )
inline

Definition at line 251 of file HLTJetMETDQMSource.h.

References NDenom_.

251  {
252  return NDenom_;
253  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getNEffHisto ( )
inline

Definition at line 227 of file HLTJetMETDQMSource.h.

References NEff_.

227  {
228  return NEff_;
229  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getNHisto ( )
inline

Definition at line 185 of file HLTJetMETDQMSource.h.

References N_.

185  {
186  return N_;
187  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getNL1Histo ( )
inline

Definition at line 200 of file HLTJetMETDQMSource.h.

References NL1_.

200  {
201  return NL1_;
202  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getNNumHisto ( )
inline

Definition at line 239 of file HLTJetMETDQMSource.h.

References NNum_.

239  {
240  return NNum_;
241  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getNwrtMuHisto ( )
inline

Definition at line 215 of file HLTJetMETDQMSource.h.

References NwrtMu_.

215  {
216  return NwrtMu_;
217  }
const int HLTJetMETDQMSource::PathInfo::getObjectType ( void  ) const
inline

Definition at line 293 of file HLTJetMETDQMSource.h.

References objectType_.

293  {
294  return objectType_;
295  }
const std::string HLTJetMETDQMSource::PathInfo::getPath ( void  ) const
inline

Definition at line 278 of file HLTJetMETDQMSource.h.

References pathName_.

278  {
279  return pathName_;
280  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getPhiDenomHisto ( )
inline

Definition at line 260 of file HLTJetMETDQMSource.h.

References PhiDenom_.

260  {
261  return PhiDenom_;
262  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getPhiEffHisto ( )
inline

Definition at line 236 of file HLTJetMETDQMSource.h.

References PhiEff_.

236  {
237  return PhiEff_;
238  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getPhiHisto ( )
inline

Definition at line 197 of file HLTJetMETDQMSource.h.

References Phi_.

197  {
198  return Phi_;
199  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getPhiNumHisto ( )
inline

Definition at line 248 of file HLTJetMETDQMSource.h.

References PhiNum_.

248  {
249  return PhiNum_;
250  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getPhiwrtMuHisto ( )
inline

Definition at line 224 of file HLTJetMETDQMSource.h.

References PhiwrtMu_.

224  {
225  return PhiwrtMu_;
226  }
const int HLTJetMETDQMSource::PathInfo::getprescaleUsed ( void  ) const
inline

Definition at line 287 of file HLTJetMETDQMSource.h.

References prescaleUsed_.

287  {
288  return prescaleUsed_;
289  }
const std::string HLTJetMETDQMSource::PathInfo::getProcess ( void  ) const
inline

Definition at line 290 of file HLTJetMETDQMSource.h.

References processName_.

290  {
291  return processName_;
292  }
float HLTJetMETDQMSource::PathInfo::getPtMax ( ) const
inline

Definition at line 389 of file HLTJetMETDQMSource.h.

References ptmax_.

389 { return ptmax_; }
float HLTJetMETDQMSource::PathInfo::getPtMin ( ) const
inline

Definition at line 388 of file HLTJetMETDQMSource.h.

References ptmin_.

388 { return ptmin_; }
const edm::InputTag HLTJetMETDQMSource::PathInfo::getTag ( void  ) const
inline
const int HLTJetMETDQMSource::PathInfo::index ( )
inlineprivate

Definition at line 381 of file HLTJetMETDQMSource.h.

References pathIndex_.

Referenced by BeautifulSoup.PageElement::_invert().

381  {
382  return pathIndex_;
383  }
bool HLTJetMETDQMSource::PathInfo::operator== ( const std::string  v)
inline

Definition at line 356 of file HLTJetMETDQMSource.h.

References filterName_.

357  {
358  return v==filterName_;
359  }
mathSSE::Vec4< T > v
void HLTJetMETDQMSource::PathInfo::setDenomLabel ( std::string  labelName)
inline

Definition at line 274 of file HLTJetMETDQMSource.h.

References DenomfilterName_.

274  {
275  DenomfilterName_ = labelName;
276  return;
277  }
void HLTJetMETDQMSource::PathInfo::setHistos ( MonitorElement *const  N,
MonitorElement *const  Et,
MonitorElement *const  EtaPhi,
MonitorElement *const  Eta,
MonitorElement *const  Phi,
MonitorElement *const  NL1,
MonitorElement *const  l1Et,
MonitorElement *const  l1EtaPhi,
MonitorElement *const  l1Eta,
MonitorElement *const  l1Phi 
)
inline

Definition at line 119 of file HLTJetMETDQMSource.h.

References Et_, reco::tau::disc::Eta(), Eta_, EtaPhi_, l1Et_, l1Eta_, l1EtaPhi_, l1Phi_, N, N_, NL1_, colinearityKinematic::Phi, and Phi_.

131  {
132  N_ = N;
133  Et_ = Et;
134  EtaPhi_ = EtaPhi;
135  Eta_ = Eta;
136  Phi_ = Phi;
137  NL1_ = NL1;
138  l1Et_ = l1Et;
139  l1EtaPhi_ = l1EtaPhi;
140  l1Eta_ = l1Eta;
141  l1Phi_ = l1Phi;
142 
143  }
#define N
Definition: blowfish.cc:9
void HLTJetMETDQMSource::PathInfo::setHistosEff ( MonitorElement *const  NEff,
MonitorElement *const  EtEff,
MonitorElement *const  EtaEff,
MonitorElement *const  PhiEff,
MonitorElement *const  NNum,
MonitorElement *const  EtNum,
MonitorElement *const  EtaNum,
MonitorElement *const  PhiNum,
MonitorElement *const  NDenom,
MonitorElement *const  EtDenom,
MonitorElement *const  EtaDenom,
MonitorElement *const  PhiDenom 
)
inline

Definition at line 144 of file HLTJetMETDQMSource.h.

References EtaDenom_, EtaEff_, EtaNum_, EtDenom_, EtEff_, EtNum_, NDenom_, NEff_, NNum_, PhiDenom_, PhiEff_, and PhiNum_.

158  {
159  NEff_ = NEff;
160  EtEff_ = EtEff;
161  EtaEff_ = EtaEff;
162  PhiEff_ = PhiEff;
163  NNum_ = NNum;
164  EtNum_ = EtNum;
165  EtaNum_ = EtaNum;
166  PhiNum_ = PhiNum;
167  NDenom_ = NDenom;
168  EtDenom_ = EtDenom;
169  EtaDenom_ = EtaDenom;
170  PhiDenom_ = PhiDenom;
171  }
void HLTJetMETDQMSource::PathInfo::setHistoswrtMu ( MonitorElement *const  NwrtMu,
MonitorElement *const  EtwrtMu,
MonitorElement *const  EtaPhiwrtMu,
MonitorElement *const  PhiwrtMu 
)
inline

Definition at line 172 of file HLTJetMETDQMSource.h.

References EtaPhiwrtMu_, EtwrtMu_, NwrtMu_, and PhiwrtMu_.

179  {
180  NwrtMu_ = NwrtMu;
181  EtwrtMu_ = EtwrtMu;
182  EtaPhiwrtMu_ = EtaPhiwrtMu;
183  PhiwrtMu_ = PhiwrtMu;
184  }
void HLTJetMETDQMSource::PathInfo::setLabel ( std::string  labelName)
inline

Definition at line 270 of file HLTJetMETDQMSource.h.

References filterName_.

Referenced by SequenceTypes.DummyModule::__init__(), and Vispa.Gui.FindDialog.FindDialog::reset().

270  {
271  filterName_ = labelName;
272  return;
273  }
const int HLTJetMETDQMSource::PathInfo::type ( )
inlineprivate

Member Data Documentation

std::string HLTJetMETDQMSource::PathInfo::DenomfilterName_
private

Definition at line 367 of file HLTJetMETDQMSource.h.

Referenced by getDenomLabel(), getDenomTag(), and setDenomLabel().

std::string HLTJetMETDQMSource::PathInfo::denomPathName_
private

Definition at line 363 of file HLTJetMETDQMSource.h.

Referenced by getDenomPath().

MonitorElement * HLTJetMETDQMSource::PathInfo::Et_
private

Definition at line 372 of file HLTJetMETDQMSource.h.

Referenced by getEtHisto(), and setHistos().

MonitorElement * HLTJetMETDQMSource::PathInfo::Eta_
private

Definition at line 372 of file HLTJetMETDQMSource.h.

Referenced by getEtaHisto(), and setHistos().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtaDenom_
private

Definition at line 377 of file HLTJetMETDQMSource.h.

Referenced by getEtaDenomHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtaEff_
private

Definition at line 375 of file HLTJetMETDQMSource.h.

Referenced by getEtaEffHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtaNum_
private

Definition at line 376 of file HLTJetMETDQMSource.h.

Referenced by getEtaNumHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtaPhi_
private

Definition at line 372 of file HLTJetMETDQMSource.h.

Referenced by getEtaPhiHisto(), and setHistos().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtaPhiwrtMu_
private

Definition at line 374 of file HLTJetMETDQMSource.h.

Referenced by getEtaPhiwrtMuHisto(), and setHistoswrtMu().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtDenom_
private

Definition at line 377 of file HLTJetMETDQMSource.h.

Referenced by getEtDenomHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtEff_
private

Definition at line 375 of file HLTJetMETDQMSource.h.

Referenced by getEtEffHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtNum_
private

Definition at line 376 of file HLTJetMETDQMSource.h.

Referenced by getEtNumHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtwrtMu_
private

Definition at line 374 of file HLTJetMETDQMSource.h.

Referenced by getEtwrtMuHisto(), and setHistoswrtMu().

std::string HLTJetMETDQMSource::PathInfo::filterName_
private

Definition at line 366 of file HLTJetMETDQMSource.h.

Referenced by getLabel(), getTag(), operator==(), and setLabel().

MonitorElement * HLTJetMETDQMSource::PathInfo::l1Et_
private

Definition at line 373 of file HLTJetMETDQMSource.h.

Referenced by getL1EtHisto(), and setHistos().

MonitorElement * HLTJetMETDQMSource::PathInfo::l1Eta_
private

Definition at line 373 of file HLTJetMETDQMSource.h.

Referenced by getL1EtaHisto(), and setHistos().

MonitorElement * HLTJetMETDQMSource::PathInfo::l1EtaPhi_
private

Definition at line 373 of file HLTJetMETDQMSource.h.

Referenced by getL1EtaPhiHisto(), and setHistos().

std::string HLTJetMETDQMSource::PathInfo::l1pathName_
private

Definition at line 365 of file HLTJetMETDQMSource.h.

Referenced by getl1Path().

MonitorElement * HLTJetMETDQMSource::PathInfo::l1Phi_
private

Definition at line 373 of file HLTJetMETDQMSource.h.

Referenced by getL1PhiHisto(), and setHistos().

MonitorElement* HLTJetMETDQMSource::PathInfo::N_
private

Definition at line 372 of file HLTJetMETDQMSource.h.

Referenced by getNHisto(), and setHistos().

MonitorElement* HLTJetMETDQMSource::PathInfo::NDenom_
private

Definition at line 377 of file HLTJetMETDQMSource.h.

Referenced by getNDenomHisto(), and setHistosEff().

MonitorElement* HLTJetMETDQMSource::PathInfo::NEff_
private

Definition at line 375 of file HLTJetMETDQMSource.h.

Referenced by getNEffHisto(), and setHistosEff().

MonitorElement* HLTJetMETDQMSource::PathInfo::NL1_
private

Definition at line 373 of file HLTJetMETDQMSource.h.

Referenced by getNL1Histo(), and setHistos().

MonitorElement* HLTJetMETDQMSource::PathInfo::NNum_
private

Definition at line 376 of file HLTJetMETDQMSource.h.

Referenced by getNNumHisto(), and setHistosEff().

MonitorElement* HLTJetMETDQMSource::PathInfo::NwrtMu_
private

Definition at line 374 of file HLTJetMETDQMSource.h.

Referenced by getNwrtMuHisto(), and setHistoswrtMu().

int HLTJetMETDQMSource::PathInfo::objectType_
private

Definition at line 369 of file HLTJetMETDQMSource.h.

Referenced by getObjectType(), and type().

int HLTJetMETDQMSource::PathInfo::pathIndex_
private

Definition at line 361 of file HLTJetMETDQMSource.h.

Referenced by index().

std::string HLTJetMETDQMSource::PathInfo::pathName_
private

Definition at line 364 of file HLTJetMETDQMSource.h.

Referenced by getPath().

MonitorElement * HLTJetMETDQMSource::PathInfo::Phi_
private

Definition at line 372 of file HLTJetMETDQMSource.h.

Referenced by getPhiHisto(), and setHistos().

MonitorElement * HLTJetMETDQMSource::PathInfo::PhiDenom_
private

Definition at line 377 of file HLTJetMETDQMSource.h.

Referenced by getPhiDenomHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::PhiEff_
private

Definition at line 375 of file HLTJetMETDQMSource.h.

Referenced by getPhiEffHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::PhiNum_
private

Definition at line 376 of file HLTJetMETDQMSource.h.

Referenced by getPhiNumHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::PhiwrtMu_
private

Definition at line 374 of file HLTJetMETDQMSource.h.

Referenced by getPhiwrtMuHisto(), and setHistoswrtMu().

int HLTJetMETDQMSource::PathInfo::prescaleUsed_
private

Definition at line 362 of file HLTJetMETDQMSource.h.

Referenced by getprescaleUsed().

std::string HLTJetMETDQMSource::PathInfo::processName_
private

Definition at line 368 of file HLTJetMETDQMSource.h.

Referenced by getDenomTag(), getProcess(), and getTag().

float HLTJetMETDQMSource::PathInfo::ptmax_
private

Definition at line 379 of file HLTJetMETDQMSource.h.

Referenced by getPtMax().

float HLTJetMETDQMSource::PathInfo::ptmin_
private

Definition at line 379 of file HLTJetMETDQMSource.h.

Referenced by getPtMin().