CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
TotemRPDigi Class Reference

#include <TotemRPDigi.h>

Public Member Functions

unsigned short getStripNumber () 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 ( unsigned short  strip_no = 0)
inline

Definition at line 19 of file TotemRPDigi.h.

19  : strip_no_(strip_no)
20  {
21  };
unsigned short strip_no_
index of the activated strip
Definition: TotemRPDigi.h:30

Member Function Documentation

unsigned short TotemRPDigi::getStripNumber ( ) const
inline

Definition at line 23 of file TotemRPDigi.h.

References strip_no_.

Referenced by operator<().

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

Member Data Documentation

unsigned short TotemRPDigi::strip_no_
private

index of the activated strip

Definition at line 30 of file TotemRPDigi.h.

Referenced by getStripNumber().