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
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: