ATLAS Offline Software
Loading...
Searching...
No Matches
RPCofflineId Struct Reference

#include <RPCofflineId.h>

Collaboration diagram for RPCofflineId:

Public Member Functions

void init ()

Public Attributes

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

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 = 0

Definition at line 14 of file RPCofflineId.h.

◆ doubletR

int RPCofflineId::doubletR = 0

Definition at line 12 of file RPCofflineId.h.

◆ doubletZ

int RPCofflineId::doubletZ = 0

Definition at line 13 of file RPCofflineId.h.

◆ gasGap

int RPCofflineId::gasGap = 0

Definition at line 15 of file RPCofflineId.h.

◆ measuresPhi

int RPCofflineId::measuresPhi = 0

Definition at line 16 of file RPCofflineId.h.

◆ stationEta

int RPCofflineId::stationEta = 0

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 = 0

Definition at line 11 of file RPCofflineId.h.

◆ strip

int RPCofflineId::strip = 0

Definition at line 17 of file RPCofflineId.h.


The documentation for this struct was generated from the following file: