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 120 of file HLTJetMETDQMSource.h.

Constructor & Destructor Documentation

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

Definition at line 311 of file HLTJetMETDQMSource.h.

311 {};
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 312 of file HLTJetMETDQMSource.h.

313  :
314  prescaleUsed_(prescaleUsed),denomPathName_(denomPathName), pathName_(pathName), l1pathName_(l1pathName), filterName_(filterName), DenomfilterName_(DenomfilterName), processName_(processName), objectType_(type),
315  N_(0), Et_(0), EtaPhi_(0),Eta_(0),
316  NL1_(0), l1Et_(0), l1EtaPhi_(0),l1Eta_(0),l1Phi_(0),
317  NwrtMu_(0), EtwrtMu_(0), EtaPhiwrtMu_(0),PhiwrtMu_(0),
318  NEff_(0), EtEff_(0), EtaEff_(0),PhiEff_(0),
319  NNum_(0), EtNum_(0), EtaNum_(0),PhiNum_(0),
320  NDenom_(0), EtDenom_(0), EtaDenom_(0),PhiDenom_(0),
321  ptmin_(ptmin), ptmax_(ptmax)
322  {
323  };
type
Definition: HCALResponse.h:21
double ptmin
Definition: HydjetWrapper.h:85
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 324 of file HLTJetMETDQMSource.h.

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

Member Function Documentation

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

Definition at line 272 of file HLTJetMETDQMSource.h.

References DenomfilterName_.

272  {
273  return DenomfilterName_;
274  }
const std::string HLTJetMETDQMSource::PathInfo::getDenomPath ( void  ) const
inline

Definition at line 290 of file HLTJetMETDQMSource.h.

References denomPathName_.

290  {
291  return denomPathName_;
292  }
const edm::InputTag HLTJetMETDQMSource::PathInfo::getDenomTag ( void  ) const
inline

Definition at line 307 of file HLTJetMETDQMSource.h.

References DenomfilterName_, and processName_.

307  {
309  return tagName;
310  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtaDenomHisto ( )
inline

Definition at line 263 of file HLTJetMETDQMSource.h.

References EtaDenom_.

263  {
264  return EtaDenom_;
265  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtaEffHisto ( )
inline

Definition at line 239 of file HLTJetMETDQMSource.h.

References EtaEff_.

239  {
240  return EtaEff_;
241  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtaHisto ( )
inline

Definition at line 200 of file HLTJetMETDQMSource.h.

References Eta_.

200  {
201  return Eta_;
202  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtaNumHisto ( )
inline

Definition at line 251 of file HLTJetMETDQMSource.h.

References EtaNum_.

251  {
252  return EtaNum_;
253  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtaPhiHisto ( )
inline

Definition at line 197 of file HLTJetMETDQMSource.h.

References EtaPhi_.

197  {
198  return EtaPhi_;
199  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtaPhiwrtMuHisto ( )
inline

Definition at line 227 of file HLTJetMETDQMSource.h.

References EtaPhiwrtMu_.

227  {
228  return EtaPhiwrtMu_;
229  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtDenomHisto ( )
inline

Definition at line 260 of file HLTJetMETDQMSource.h.

References EtDenom_.

260  {
261  return EtDenom_;
262  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtEffHisto ( )
inline

Definition at line 236 of file HLTJetMETDQMSource.h.

References EtEff_.

236  {
237  return EtEff_;
238  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtHisto ( )
inline

Definition at line 194 of file HLTJetMETDQMSource.h.

References Et_.

194  {
195  return Et_;
196  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtNumHisto ( )
inline

Definition at line 248 of file HLTJetMETDQMSource.h.

References EtNum_.

248  {
249  return EtNum_;
250  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getEtwrtMuHisto ( )
inline

Definition at line 224 of file HLTJetMETDQMSource.h.

References EtwrtMu_.

224  {
225  return EtwrtMu_;
226  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getL1EtaHisto ( )
inline

Definition at line 212 of file HLTJetMETDQMSource.h.

References l1Eta_.

212  {
213  return l1Eta_;
214  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getL1EtaPhiHisto ( )
inline

Definition at line 215 of file HLTJetMETDQMSource.h.

References l1EtaPhi_.

215  {
216  return l1EtaPhi_;
217  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getL1EtHisto ( )
inline

Definition at line 209 of file HLTJetMETDQMSource.h.

References l1Et_.

209  {
210  return l1Et_;
211  }
const std::string HLTJetMETDQMSource::PathInfo::getl1Path ( void  ) const
inline

Definition at line 287 of file HLTJetMETDQMSource.h.

References l1pathName_.

287  {
288  return l1pathName_;
289  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getL1PhiHisto ( )
inline

Definition at line 218 of file HLTJetMETDQMSource.h.

References l1Phi_.

218  {
219  return l1Phi_;
220  }
const std::string HLTJetMETDQMSource::PathInfo::getLabel ( void  ) const
inline

Definition at line 269 of file HLTJetMETDQMSource.h.

References filterName_.

269  {
270  return filterName_;
271  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getNDenomHisto ( )
inline

Definition at line 257 of file HLTJetMETDQMSource.h.

References NDenom_.

257  {
258  return NDenom_;
259  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getNEffHisto ( )
inline

Definition at line 233 of file HLTJetMETDQMSource.h.

References NEff_.

233  {
234  return NEff_;
235  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getNHisto ( )
inline

Definition at line 191 of file HLTJetMETDQMSource.h.

References N_.

191  {
192  return N_;
193  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getNL1Histo ( )
inline

Definition at line 206 of file HLTJetMETDQMSource.h.

References NL1_.

206  {
207  return NL1_;
208  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getNNumHisto ( )
inline

Definition at line 245 of file HLTJetMETDQMSource.h.

References NNum_.

245  {
246  return NNum_;
247  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getNwrtMuHisto ( )
inline

Definition at line 221 of file HLTJetMETDQMSource.h.

References NwrtMu_.

221  {
222  return NwrtMu_;
223  }
const int HLTJetMETDQMSource::PathInfo::getObjectType ( void  ) const
inline

Definition at line 299 of file HLTJetMETDQMSource.h.

References objectType_.

299  {
300  return objectType_;
301  }
const std::string HLTJetMETDQMSource::PathInfo::getPath ( void  ) const
inline

Definition at line 284 of file HLTJetMETDQMSource.h.

References pathName_.

284  {
285  return pathName_;
286  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getPhiDenomHisto ( )
inline

Definition at line 266 of file HLTJetMETDQMSource.h.

References PhiDenom_.

266  {
267  return PhiDenom_;
268  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getPhiEffHisto ( )
inline

Definition at line 242 of file HLTJetMETDQMSource.h.

References PhiEff_.

242  {
243  return PhiEff_;
244  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getPhiHisto ( )
inline

Definition at line 203 of file HLTJetMETDQMSource.h.

References Phi_.

203  {
204  return Phi_;
205  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getPhiNumHisto ( )
inline

Definition at line 254 of file HLTJetMETDQMSource.h.

References PhiNum_.

254  {
255  return PhiNum_;
256  }
MonitorElement* HLTJetMETDQMSource::PathInfo::getPhiwrtMuHisto ( )
inline

Definition at line 230 of file HLTJetMETDQMSource.h.

References PhiwrtMu_.

230  {
231  return PhiwrtMu_;
232  }
const int HLTJetMETDQMSource::PathInfo::getprescaleUsed ( void  ) const
inline

Definition at line 293 of file HLTJetMETDQMSource.h.

References prescaleUsed_.

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

Definition at line 296 of file HLTJetMETDQMSource.h.

References processName_.

296  {
297  return processName_;
298  }
float HLTJetMETDQMSource::PathInfo::getPtMax ( ) const
inline

Definition at line 395 of file HLTJetMETDQMSource.h.

References ptmax_.

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

Definition at line 394 of file HLTJetMETDQMSource.h.

References ptmin_.

394 { return ptmin_; }
const edm::InputTag HLTJetMETDQMSource::PathInfo::getTag ( void  ) const
inline

Definition at line 303 of file HLTJetMETDQMSource.h.

References filterName_, and processName_.

303  {
305  return tagName;
306  }
const int HLTJetMETDQMSource::PathInfo::index ( )
inlineprivate

Definition at line 387 of file HLTJetMETDQMSource.h.

References pathIndex_.

Referenced by BeautifulSoup.PageElement::_invert().

387  {
388  return pathIndex_;
389  }
bool HLTJetMETDQMSource::PathInfo::operator== ( const std::string  v)
inline

Definition at line 362 of file HLTJetMETDQMSource.h.

References filterName_.

363  {
364  return v==filterName_;
365  }
void HLTJetMETDQMSource::PathInfo::setDenomLabel ( std::string  labelName)
inline

Definition at line 280 of file HLTJetMETDQMSource.h.

References DenomfilterName_.

280  {
281  DenomfilterName_ = labelName;
282  return;
283  }
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 125 of file HLTJetMETDQMSource.h.

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

137  {
138  N_ = N;
139  Et_ = Et;
140  EtaPhi_ = EtaPhi;
141  Eta_ = Eta;
142  Phi_ = Phi;
143  NL1_ = NL1;
144  l1Et_ = l1Et;
145  l1EtaPhi_ = l1EtaPhi;
146  l1Eta_ = l1Eta;
147  l1Phi_ = l1Phi;
148 
149  }
#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 150 of file HLTJetMETDQMSource.h.

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

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

Definition at line 178 of file HLTJetMETDQMSource.h.

References EtaPhiwrtMu_, EtwrtMu_, NwrtMu_, and PhiwrtMu_.

185  {
186  NwrtMu_ = NwrtMu;
187  EtwrtMu_ = EtwrtMu;
188  EtaPhiwrtMu_ = EtaPhiwrtMu;
189  PhiwrtMu_ = PhiwrtMu;
190  }
void HLTJetMETDQMSource::PathInfo::setLabel ( std::string  labelName)
inline

Definition at line 276 of file HLTJetMETDQMSource.h.

References filterName_.

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

276  {
277  filterName_ = labelName;
278  return;
279  }
const int HLTJetMETDQMSource::PathInfo::type ( )
inlineprivate

Member Data Documentation

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

Definition at line 373 of file HLTJetMETDQMSource.h.

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

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

Definition at line 369 of file HLTJetMETDQMSource.h.

Referenced by getDenomPath().

MonitorElement * HLTJetMETDQMSource::PathInfo::Et_
private

Definition at line 378 of file HLTJetMETDQMSource.h.

Referenced by getEtHisto(), and setHistos().

MonitorElement * HLTJetMETDQMSource::PathInfo::Eta_
private

Definition at line 378 of file HLTJetMETDQMSource.h.

Referenced by getEtaHisto(), and setHistos().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtaDenom_
private

Definition at line 383 of file HLTJetMETDQMSource.h.

Referenced by getEtaDenomHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtaEff_
private

Definition at line 381 of file HLTJetMETDQMSource.h.

Referenced by getEtaEffHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtaNum_
private

Definition at line 382 of file HLTJetMETDQMSource.h.

Referenced by getEtaNumHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtaPhi_
private

Definition at line 378 of file HLTJetMETDQMSource.h.

Referenced by getEtaPhiHisto(), and setHistos().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtaPhiwrtMu_
private

Definition at line 380 of file HLTJetMETDQMSource.h.

Referenced by getEtaPhiwrtMuHisto(), and setHistoswrtMu().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtDenom_
private

Definition at line 383 of file HLTJetMETDQMSource.h.

Referenced by getEtDenomHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtEff_
private

Definition at line 381 of file HLTJetMETDQMSource.h.

Referenced by getEtEffHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtNum_
private

Definition at line 382 of file HLTJetMETDQMSource.h.

Referenced by getEtNumHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::EtwrtMu_
private

Definition at line 380 of file HLTJetMETDQMSource.h.

Referenced by getEtwrtMuHisto(), and setHistoswrtMu().

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

Definition at line 372 of file HLTJetMETDQMSource.h.

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

MonitorElement * HLTJetMETDQMSource::PathInfo::l1Et_
private

Definition at line 379 of file HLTJetMETDQMSource.h.

Referenced by getL1EtHisto(), and setHistos().

MonitorElement * HLTJetMETDQMSource::PathInfo::l1Eta_
private

Definition at line 379 of file HLTJetMETDQMSource.h.

Referenced by getL1EtaHisto(), and setHistos().

MonitorElement * HLTJetMETDQMSource::PathInfo::l1EtaPhi_
private

Definition at line 379 of file HLTJetMETDQMSource.h.

Referenced by getL1EtaPhiHisto(), and setHistos().

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

Definition at line 371 of file HLTJetMETDQMSource.h.

Referenced by getl1Path().

MonitorElement * HLTJetMETDQMSource::PathInfo::l1Phi_
private

Definition at line 379 of file HLTJetMETDQMSource.h.

Referenced by getL1PhiHisto(), and setHistos().

MonitorElement* HLTJetMETDQMSource::PathInfo::N_
private

Definition at line 378 of file HLTJetMETDQMSource.h.

Referenced by getNHisto(), and setHistos().

MonitorElement* HLTJetMETDQMSource::PathInfo::NDenom_
private

Definition at line 383 of file HLTJetMETDQMSource.h.

Referenced by getNDenomHisto(), and setHistosEff().

MonitorElement* HLTJetMETDQMSource::PathInfo::NEff_
private

Definition at line 381 of file HLTJetMETDQMSource.h.

Referenced by getNEffHisto(), and setHistosEff().

MonitorElement* HLTJetMETDQMSource::PathInfo::NL1_
private

Definition at line 379 of file HLTJetMETDQMSource.h.

Referenced by getNL1Histo(), and setHistos().

MonitorElement* HLTJetMETDQMSource::PathInfo::NNum_
private

Definition at line 382 of file HLTJetMETDQMSource.h.

Referenced by getNNumHisto(), and setHistosEff().

MonitorElement* HLTJetMETDQMSource::PathInfo::NwrtMu_
private

Definition at line 380 of file HLTJetMETDQMSource.h.

Referenced by getNwrtMuHisto(), and setHistoswrtMu().

int HLTJetMETDQMSource::PathInfo::objectType_
private

Definition at line 375 of file HLTJetMETDQMSource.h.

Referenced by getObjectType(), and type().

int HLTJetMETDQMSource::PathInfo::pathIndex_
private

Definition at line 367 of file HLTJetMETDQMSource.h.

Referenced by index().

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

Definition at line 370 of file HLTJetMETDQMSource.h.

Referenced by getPath().

MonitorElement * HLTJetMETDQMSource::PathInfo::Phi_
private

Definition at line 378 of file HLTJetMETDQMSource.h.

Referenced by getPhiHisto(), and setHistos().

MonitorElement * HLTJetMETDQMSource::PathInfo::PhiDenom_
private

Definition at line 383 of file HLTJetMETDQMSource.h.

Referenced by getPhiDenomHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::PhiEff_
private

Definition at line 381 of file HLTJetMETDQMSource.h.

Referenced by getPhiEffHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::PhiNum_
private

Definition at line 382 of file HLTJetMETDQMSource.h.

Referenced by getPhiNumHisto(), and setHistosEff().

MonitorElement * HLTJetMETDQMSource::PathInfo::PhiwrtMu_
private

Definition at line 380 of file HLTJetMETDQMSource.h.

Referenced by getPhiwrtMuHisto(), and setHistoswrtMu().

int HLTJetMETDQMSource::PathInfo::prescaleUsed_
private

Definition at line 368 of file HLTJetMETDQMSource.h.

Referenced by getprescaleUsed().

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

Definition at line 374 of file HLTJetMETDQMSource.h.

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

float HLTJetMETDQMSource::PathInfo::ptmax_
private

Definition at line 385 of file HLTJetMETDQMSource.h.

Referenced by getPtMax().

float HLTJetMETDQMSource::PathInfo::ptmin_
private

Definition at line 385 of file HLTJetMETDQMSource.h.

Referenced by getPtMin().