CMS 3D CMS Logo

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

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 422 of file GEMDQMBase.h.

Constructor & Destructor Documentation

◆ MEStationInfo() [1/2]

GEMDQMBase::MEStationInfo::MEStationInfo ( )
inline

Definition at line 424 of file GEMDQMBase.h.

424 : nNumChambers_(-1){};

◆ MEStationInfo() [2/2]

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 425 of file GEMDQMBase.h.

432  : nRegion_(nRegion),
433  nStation_(nStation),
434  nLayer_(nLayer),
435  nNumChambers_(nNumChambers),
436  nNumEtaPartitions_(nNumEtaPartitions),
437  nMaxVFAT_(nMaxVFAT),
438  nNumDigi_(nNumDigi){};

Member Function Documentation

◆ operator==()

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

Definition at line 440 of file GEMDQMBase.h.

440  {
441  return (nRegion_ == other.nRegion_ && nStation_ == other.nStation_ && nLayer_ == other.nLayer_ &&
442  nNumChambers_ == other.nNumChambers_ && nNumEtaPartitions_ == other.nNumEtaPartitions_ &&
443  nMaxVFAT_ == other.nMaxVFAT_ && nNumDigi_ == other.nNumDigi_);
444  };

References nLayer_, nMaxVFAT_, nNumChambers_, nNumDigi_, nNumEtaPartitions_, nRegion_, nStation_, and trackingPlots::other.

Member Data Documentation

◆ nLayer_

Int_t GEMDQMBase::MEStationInfo::nLayer_

Definition at line 448 of file GEMDQMBase.h.

Referenced by operator==().

◆ nMaxVFAT_

Int_t GEMDQMBase::MEStationInfo::nMaxVFAT_

◆ nNumChambers_

Int_t GEMDQMBase::MEStationInfo::nNumChambers_

◆ nNumDigi_

Int_t GEMDQMBase::MEStationInfo::nNumDigi_

Definition at line 452 of file GEMDQMBase.h.

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

◆ nNumEtaPartitions_

Int_t GEMDQMBase::MEStationInfo::nNumEtaPartitions_

◆ nRegion_

Int_t GEMDQMBase::MEStationInfo::nRegion_

Definition at line 444 of file GEMDQMBase.h.

Referenced by operator==().

◆ nStation_

Int_t GEMDQMBase::MEStationInfo::nStation_

Definition at line 447 of file GEMDQMBase.h.

Referenced by operator==().

GEMDQMBase::MEStationInfo::nNumEtaPartitions_
Int_t nNumEtaPartitions_
Definition: GEMDQMBase.h:450
GEMDQMBase::MEStationInfo::nLayer_
Int_t nLayer_
Definition: GEMDQMBase.h:448
trackingPlots.other
other
Definition: trackingPlots.py:1460
GEMDQMBase::MEStationInfo::nMaxVFAT_
Int_t nMaxVFAT_
Definition: GEMDQMBase.h:451
GEMDQMBase::MEStationInfo::nNumDigi_
Int_t nNumDigi_
Definition: GEMDQMBase.h:452
GEMDQMBase::MEStationInfo::nNumChambers_
Int_t nNumChambers_
Definition: GEMDQMBase.h:449
GEMDQMBase::MEStationInfo::nStation_
Int_t nStation_
Definition: GEMDQMBase.h:447
GEMDQMBase::MEStationInfo::nRegion_
Int_t nRegion_
Definition: GEMDQMBase.h:444