CMS 3D CMS Logo

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

#include <GEMDQMBase.h>

Public Member Functions

 MEStationInfo ()
 
 MEStationInfo (Int_t nRegion, Int_t nStation, Int_t nLayer, Int_t nNumChambers, Int_t nNumEtaPartitions, Int_t nMaxVFAT, Int_t nNumDigi)
 
bool operator== (const MEStationInfo &other) const
 

Public Attributes

Float_t fMinPhi_
 
Int_t nLayer_
 
Int_t nMaxVFAT_
 
Int_t nNumChambers_
 
Int_t nNumDigi_
 
Int_t nNumEtaPartitions_
 
Int_t nRegion_
 
Int_t nStation_
 

Detailed Description

Definition at line 459 of file GEMDQMBase.h.

Constructor & Destructor Documentation

GEMDQMBase::MEStationInfo::MEStationInfo ( )
inline

Definition at line 461 of file GEMDQMBase.h.

461 : nNumChambers_(-1){};
GEMDQMBase::MEStationInfo::MEStationInfo ( Int_t  nRegion,
Int_t  nStation,
Int_t  nLayer,
Int_t  nNumChambers,
Int_t  nNumEtaPartitions,
Int_t  nMaxVFAT,
Int_t  nNumDigi 
)
inline

Definition at line 462 of file GEMDQMBase.h.

469  : nRegion_(nRegion),
470  nStation_(nStation),
471  nLayer_(nLayer),
472  nNumChambers_(nNumChambers),
473  nNumEtaPartitions_(nNumEtaPartitions),
474  nMaxVFAT_(nMaxVFAT),
475  nNumDigi_(nNumDigi){};

Member Function Documentation

bool GEMDQMBase::MEStationInfo::operator== ( const MEStationInfo other) const
inline

Definition at line 477 of file GEMDQMBase.h.

References nLayer_, nMaxVFAT_, nNumChambers_, nNumDigi_, nNumEtaPartitions_, nRegion_, and nStation_.

477  {
478  return (nRegion_ == other.nRegion_ && nStation_ == other.nStation_ && nLayer_ == other.nLayer_ &&
479  nNumChambers_ == other.nNumChambers_ && nNumEtaPartitions_ == other.nNumEtaPartitions_ &&
480  nMaxVFAT_ == other.nMaxVFAT_ && nNumDigi_ == other.nNumDigi_);
481  };

Member Data Documentation

Float_t GEMDQMBase::MEStationInfo::fMinPhi_
Int_t GEMDQMBase::MEStationInfo::nLayer_

Definition at line 485 of file GEMDQMBase.h.

Referenced by operator==().

Int_t GEMDQMBase::MEStationInfo::nMaxVFAT_
Int_t GEMDQMBase::MEStationInfo::nNumChambers_
Int_t GEMDQMBase::MEStationInfo::nNumDigi_

Definition at line 489 of file GEMDQMBase.h.

Referenced by operator==(), and GEMDigiSource::ProcessWithMEMap3WithChamber().

Int_t GEMDQMBase::MEStationInfo::nNumEtaPartitions_
Int_t GEMDQMBase::MEStationInfo::nRegion_

Definition at line 481 of file GEMDQMBase.h.

Referenced by operator==().

Int_t GEMDQMBase::MEStationInfo::nStation_

Definition at line 484 of file GEMDQMBase.h.

Referenced by operator==().