CMS 3D CMS Logo

Public Member Functions | Public Attributes

AlignmentMonitorMuonSystemMap1D::MyCSCDetId Struct Reference

List of all members.

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


Member Function Documentation

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

Definition at line 109 of file AlignmentMonitorMuonSystemMap1D.cc.

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

Referenced by AlignmentMonitorMuonSystemMap1D::processMuonResidualsFromTrack().

    {
      e = id.endcap();
      s = id.station();
      r = id.ring();
      c = id.chamber();
      t = id.iChamberType();
    }

Member Data Documentation

Definition at line 117 of file AlignmentMonitorMuonSystemMap1D.cc.

Referenced by init().

Definition at line 117 of file AlignmentMonitorMuonSystemMap1D.cc.

Referenced by init().

Definition at line 117 of file AlignmentMonitorMuonSystemMap1D.cc.

Referenced by init().

Definition at line 118 of file AlignmentMonitorMuonSystemMap1D.cc.

Referenced by init().