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, Int_t nMinIdxChamber, Int_t nMaxIdxChamber)
 
bool operator== (const MEStationInfo &other) const
 

Public Attributes

Float_t fMinPhi_
 
std::vector< Float_t > listRadiusEvenChamber_
 
std::vector< Float_t > listRadiusOddChamber_
 
Int_t nLayer_
 
Int_t nMaxIdxChamber_
 
Int_t nMaxVFAT_
 
Int_t nMinIdxChamber_
 
Int_t nNumChambers_
 
Int_t nNumDigi_
 
Int_t nNumEtaPartitions_
 
Int_t nRegion_
 
Int_t nStation_
 

Detailed Description

Definition at line 462 of file GEMDQMBase.h.

Constructor & Destructor Documentation

◆ MEStationInfo() [1/2]

GEMDQMBase::MEStationInfo::MEStationInfo ( )
inline

Definition at line 464 of file GEMDQMBase.h.

464 : 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,
Int_t  nMinIdxChamber,
Int_t  nMaxIdxChamber 
)
inline

Definition at line 465 of file GEMDQMBase.h.

474  : nRegion_(nRegion),
475  nStation_(nStation),
476  nLayer_(nLayer),
477  nNumChambers_(nNumChambers),
478  nNumEtaPartitions_(nNumEtaPartitions),
479  nMaxVFAT_(nMaxVFAT),
480  nNumDigi_(nNumDigi),
481  nMinIdxChamber_(nMinIdxChamber),
482  nMaxIdxChamber_(nMaxIdxChamber),
483  fMinPhi_(0){};

Member Function Documentation

◆ operator==()

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

Definition at line 485 of file GEMDQMBase.h.

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

485  {
486  return (nRegion_ == other.nRegion_ && nStation_ == other.nStation_ && nLayer_ == other.nLayer_ &&
487  nNumChambers_ == other.nNumChambers_ && nNumEtaPartitions_ == other.nNumEtaPartitions_ &&
488  nMaxVFAT_ == other.nMaxVFAT_ && nNumDigi_ == other.nNumDigi_);
489  };

Member Data Documentation

◆ fMinPhi_

Float_t GEMDQMBase::MEStationInfo::fMinPhi_

◆ listRadiusEvenChamber_

std::vector<Float_t> GEMDQMBase::MEStationInfo::listRadiusEvenChamber_

◆ listRadiusOddChamber_

std::vector<Float_t> GEMDQMBase::MEStationInfo::listRadiusOddChamber_

◆ nLayer_

Int_t GEMDQMBase::MEStationInfo::nLayer_

Definition at line 493 of file GEMDQMBase.h.

Referenced by operator==().

◆ nMaxIdxChamber_

Int_t GEMDQMBase::MEStationInfo::nMaxIdxChamber_

◆ nMaxVFAT_

Int_t GEMDQMBase::MEStationInfo::nMaxVFAT_

◆ nMinIdxChamber_

Int_t GEMDQMBase::MEStationInfo::nMinIdxChamber_

◆ nNumChambers_

Int_t GEMDQMBase::MEStationInfo::nNumChambers_

Definition at line 494 of file GEMDQMBase.h.

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

◆ nNumDigi_

Int_t GEMDQMBase::MEStationInfo::nNumDigi_

◆ nNumEtaPartitions_

Int_t GEMDQMBase::MEStationInfo::nNumEtaPartitions_

◆ nRegion_

Int_t GEMDQMBase::MEStationInfo::nRegion_

Definition at line 489 of file GEMDQMBase.h.

Referenced by operator==().

◆ nStation_

Int_t GEMDQMBase::MEStationInfo::nStation_

Definition at line 492 of file GEMDQMBase.h.

Referenced by operator==().