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 nNumStrip)
 
bool operator== (const MEStationInfo &other) const
 

Public Attributes

Int_t nLayer_
 
Int_t nMaxVFAT_
 
Int_t nNumChambers_
 
Int_t nNumEtaPartitions_
 
Int_t nNumStrip_
 
Int_t nRegion_
 
Int_t nStation_
 

Detailed Description

Definition at line 320 of file GEMDQMBase.h.

Constructor & Destructor Documentation

◆ MEStationInfo() [1/2]

GEMDQMBase::MEStationInfo::MEStationInfo ( )
inline

Definition at line 322 of file GEMDQMBase.h.

322 : 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  nNumStrip 
)
inline

Definition at line 323 of file GEMDQMBase.h.

330  : nRegion_(nRegion),
331  nStation_(nStation),
332  nLayer_(nLayer),
333  nNumChambers_(nNumChambers),
334  nNumEtaPartitions_(nNumEtaPartitions),
335  nMaxVFAT_(nMaxVFAT),
336  nNumStrip_(nNumStrip){};

Member Function Documentation

◆ operator==()

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

Definition at line 338 of file GEMDQMBase.h.

338  {
339  return (nRegion_ == other.nRegion_ && nStation_ == other.nStation_ && nLayer_ == other.nLayer_ &&
340  nNumChambers_ == other.nNumChambers_ && nNumEtaPartitions_ == other.nNumEtaPartitions_ &&
341  nMaxVFAT_ == other.nMaxVFAT_ && nNumStrip_ == other.nNumStrip_);
342  };

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

Member Data Documentation

◆ nLayer_

Int_t GEMDQMBase::MEStationInfo::nLayer_

Definition at line 346 of file GEMDQMBase.h.

Referenced by operator==().

◆ nMaxVFAT_

Int_t GEMDQMBase::MEStationInfo::nMaxVFAT_

◆ nNumChambers_

Int_t GEMDQMBase::MEStationInfo::nNumChambers_

◆ nNumEtaPartitions_

Int_t GEMDQMBase::MEStationInfo::nNumEtaPartitions_

◆ nNumStrip_

Int_t GEMDQMBase::MEStationInfo::nNumStrip_

Definition at line 350 of file GEMDQMBase.h.

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

◆ nRegion_

Int_t GEMDQMBase::MEStationInfo::nRegion_

Definition at line 342 of file GEMDQMBase.h.

Referenced by operator==().

◆ nStation_

Int_t GEMDQMBase::MEStationInfo::nStation_

Definition at line 345 of file GEMDQMBase.h.

Referenced by operator==().

GEMDQMBase::MEStationInfo::nNumStrip_
Int_t nNumStrip_
Definition: GEMDQMBase.h:350
GEMDQMBase::MEStationInfo::nNumEtaPartitions_
Int_t nNumEtaPartitions_
Definition: GEMDQMBase.h:348
GEMDQMBase::MEStationInfo::nLayer_
Int_t nLayer_
Definition: GEMDQMBase.h:346
trackingPlots.other
other
Definition: trackingPlots.py:1467
GEMDQMBase::MEStationInfo::nMaxVFAT_
Int_t nMaxVFAT_
Definition: GEMDQMBase.h:349
GEMDQMBase::MEStationInfo::nNumChambers_
Int_t nNumChambers_
Definition: GEMDQMBase.h:347
GEMDQMBase::MEStationInfo::nStation_
Int_t nStation_
Definition: GEMDQMBase.h:345
GEMDQMBase::MEStationInfo::nRegion_
Int_t nRegion_
Definition: GEMDQMBase.h:342