CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
TotemRPDigi Class Reference

#include <TotemRPDigi.h>

Public Member Functions

unsigned short stripNumber () const
 
 TotemRPDigi (unsigned short strip_no=0)
 

Private Attributes

unsigned short strip_no_
 index of the activated strip More...
 

Detailed Description

Digi structure for TOTEM RP silicon strip sensors.

Definition at line 16 of file TotemRPDigi.h.

Constructor & Destructor Documentation

◆ TotemRPDigi()

TotemRPDigi::TotemRPDigi ( unsigned short  strip_no = 0)
inline

Definition at line 18 of file TotemRPDigi.h.

18 : strip_no_(strip_no){};
unsigned short strip_no_
index of the activated strip
Definition: TotemRPDigi.h:24

Member Function Documentation

◆ stripNumber()

unsigned short TotemRPDigi::stripNumber ( ) const
inline

Definition at line 20 of file TotemRPDigi.h.

References strip_no_.

20 { return strip_no_; }
unsigned short strip_no_
index of the activated strip
Definition: TotemRPDigi.h:24

Member Data Documentation

◆ strip_no_

unsigned short TotemRPDigi::strip_no_
private

index of the activated strip

Definition at line 24 of file TotemRPDigi.h.

Referenced by stripNumber().