CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
AlignmentMonitorMuonSystemMap1D::MyCSCDetId Struct Reference

Public Member Functions

void init (CSCDetId &id)
 

Public Attributes

Short_t c
 
Short_t e
 
Short_t r
 
Short_t s
 
Short_t t
 

Detailed Description

Definition at line 124 of file AlignmentMonitorMuonSystemMap1D.cc.

Member Function Documentation

◆ init()

void AlignmentMonitorMuonSystemMap1D::MyCSCDetId::init ( CSCDetId id)
inline

Definition at line 125 of file AlignmentMonitorMuonSystemMap1D.cc.

125  {
126  e = id.endcap();
127  s = id.station();
128  r = id.ring();
129  c = id.chamber();
130  t = id.iChamberType();
131  }

References c, e, r, s, and t.

Referenced by AlignmentMonitorMuonSystemMap1D::processMuonResidualsFromTrack().

Member Data Documentation

◆ c

Short_t AlignmentMonitorMuonSystemMap1D::MyCSCDetId::c

Definition at line 132 of file AlignmentMonitorMuonSystemMap1D.cc.

Referenced by init().

◆ e

Short_t AlignmentMonitorMuonSystemMap1D::MyCSCDetId::e

◆ r

Short_t AlignmentMonitorMuonSystemMap1D::MyCSCDetId::r

Definition at line 132 of file AlignmentMonitorMuonSystemMap1D.cc.

Referenced by init().

◆ s

Short_t AlignmentMonitorMuonSystemMap1D::MyCSCDetId::s

Definition at line 132 of file AlignmentMonitorMuonSystemMap1D.cc.

Referenced by init().

◆ t

Short_t AlignmentMonitorMuonSystemMap1D::MyCSCDetId::t
AlignmentMonitorMuonSystemMap1D::MyCSCDetId::s
Short_t s
Definition: AlignmentMonitorMuonSystemMap1D.cc:132
AlignmentMonitorMuonSystemMap1D::MyCSCDetId::t
Short_t t
Definition: AlignmentMonitorMuonSystemMap1D.cc:133
AlignmentMonitorMuonSystemMap1D::MyCSCDetId::e
Short_t e
Definition: AlignmentMonitorMuonSystemMap1D.cc:132
AlignmentMonitorMuonSystemMap1D::MyCSCDetId::r
Short_t r
Definition: AlignmentMonitorMuonSystemMap1D.cc:132
AlignmentMonitorMuonSystemMap1D::MyCSCDetId::c
Short_t c
Definition: AlignmentMonitorMuonSystemMap1D.cc:132