ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
RPCofflineId Struct Reference

#include <RPCofflineId.h>

Collaboration diagram for RPCofflineId:

Public Member Functions

void init ()
 

Public Attributes

std::string stationName
 
int stationEta
 
int stationPhi
 
int doubletR
 
int doubletZ
 
int doubletPhi
 
int gasGap
 
int measuresPhi
 
int strip
 

Detailed Description

Definition at line 8 of file RPCofflineId.h.

Member Function Documentation

◆ init()

void RPCofflineId::init ( )
inline

Definition at line 18 of file RPCofflineId.h.

18  {
19  stationEta = -99;
20  stationPhi = -99;
21  doubletR = -99;
22  doubletZ = -99;
23  doubletPhi = -99;
24  gasGap = -99;
25  measuresPhi = -99;
26  strip = -99;
27  }

Member Data Documentation

◆ doubletPhi

int RPCofflineId::doubletPhi

Definition at line 14 of file RPCofflineId.h.

◆ doubletR

int RPCofflineId::doubletR

Definition at line 12 of file RPCofflineId.h.

◆ doubletZ

int RPCofflineId::doubletZ

Definition at line 13 of file RPCofflineId.h.

◆ gasGap

int RPCofflineId::gasGap

Definition at line 15 of file RPCofflineId.h.

◆ measuresPhi

int RPCofflineId::measuresPhi

Definition at line 16 of file RPCofflineId.h.

◆ stationEta

int RPCofflineId::stationEta

Definition at line 10 of file RPCofflineId.h.

◆ stationName

std::string RPCofflineId::stationName

Definition at line 9 of file RPCofflineId.h.

◆ stationPhi

int RPCofflineId::stationPhi

Definition at line 11 of file RPCofflineId.h.

◆ strip

int RPCofflineId::strip

Definition at line 17 of file RPCofflineId.h.


The documentation for this struct was generated from the following file:
RPCofflineId::doubletR
int doubletR
Definition: RPCofflineId.h:12
RPCofflineId::stationPhi
int stationPhi
Definition: RPCofflineId.h:11
RPCofflineId::strip
int strip
Definition: RPCofflineId.h:17
RPCofflineId::measuresPhi
int measuresPhi
Definition: RPCofflineId.h:16
RPCofflineId::gasGap
int gasGap
Definition: RPCofflineId.h:15
RPCofflineId::stationEta
int stationEta
Definition: RPCofflineId.h:10
RPCofflineId::doubletZ
int doubletZ
Definition: RPCofflineId.h:13
RPCofflineId::doubletPhi
int doubletPhi
Definition: RPCofflineId.h:14