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 118 of file AlignmentMonitorMuonSystemMap1D.cc.

Member Function Documentation

◆ init()

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

Definition at line 119 of file AlignmentMonitorMuonSystemMap1D.cc.

119  {
120  e = id.endcap();
121  s = id.station();
122  r = id.ring();
123  c = id.chamber();
124  t = id.iChamberType();
125  }

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

Referenced by AlignmentMonitorMuonSystemMap1D::processMuonResidualsFromTrack().

Member Data Documentation

◆ c

Short_t AlignmentMonitorMuonSystemMap1D::MyCSCDetId::c

Definition at line 126 of file AlignmentMonitorMuonSystemMap1D.cc.

Referenced by init().

◆ e

Short_t AlignmentMonitorMuonSystemMap1D::MyCSCDetId::e

◆ r

Short_t AlignmentMonitorMuonSystemMap1D::MyCSCDetId::r

Definition at line 126 of file AlignmentMonitorMuonSystemMap1D.cc.

Referenced by init().

◆ s

Short_t AlignmentMonitorMuonSystemMap1D::MyCSCDetId::s

Definition at line 126 of file AlignmentMonitorMuonSystemMap1D.cc.

Referenced by init().

◆ t

Short_t AlignmentMonitorMuonSystemMap1D::MyCSCDetId::t
AlignmentMonitorMuonSystemMap1D::MyCSCDetId::s
Short_t s
Definition: AlignmentMonitorMuonSystemMap1D.cc:126
AlignmentMonitorMuonSystemMap1D::MyCSCDetId::t
Short_t t
Definition: AlignmentMonitorMuonSystemMap1D.cc:127
AlignmentMonitorMuonSystemMap1D::MyCSCDetId::e
Short_t e
Definition: AlignmentMonitorMuonSystemMap1D.cc:126
AlignmentMonitorMuonSystemMap1D::MyCSCDetId::r
Short_t r
Definition: AlignmentMonitorMuonSystemMap1D.cc:126
AlignmentMonitorMuonSystemMap1D::MyCSCDetId::c
Short_t c
Definition: AlignmentMonitorMuonSystemMap1D.cc:126