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

#include <AFP_ConfigParams.h>

Collaboration diagram for AFPTOF_LBARREFDIMENSIONS:

Public Member Functions

 AFPTOF_LBARREFDIMENSIONS ()
 
void setDefaults ()
 

Public Attributes

int nBarX1ID
 
int nBarX2ID
 
double fLBarThickness
 
double fRadLength
 
double fLGuideLength
 

Detailed Description

Definition at line 46 of file AFP_ConfigParams.h.

Constructor & Destructor Documentation

◆ AFPTOF_LBARREFDIMENSIONS()

AFPTOF_LBARREFDIMENSIONS::AFPTOF_LBARREFDIMENSIONS ( )
inline

Definition at line 47 of file AFP_ConfigParams.h.

48  {
49  setDefaults();
50  }

Member Function Documentation

◆ setDefaults()

void AFPTOF_LBARREFDIMENSIONS::setDefaults ( )

Definition at line 69 of file AFP_ConfigParams.cxx.

70 {
71  nBarX1ID=4;
72  nBarX2ID=2;
74  fRadLength=56.78*CLHEP::mm;
76 }

Member Data Documentation

◆ fLBarThickness

double AFPTOF_LBARREFDIMENSIONS::fLBarThickness

Definition at line 54 of file AFP_ConfigParams.h.

◆ fLGuideLength

double AFPTOF_LBARREFDIMENSIONS::fLGuideLength

Definition at line 56 of file AFP_ConfigParams.h.

◆ fRadLength

double AFPTOF_LBARREFDIMENSIONS::fRadLength

Definition at line 55 of file AFP_ConfigParams.h.

◆ nBarX1ID

int AFPTOF_LBARREFDIMENSIONS::nBarX1ID

Definition at line 52 of file AFP_ConfigParams.h.

◆ nBarX2ID

int AFPTOF_LBARREFDIMENSIONS::nBarX2ID

Definition at line 53 of file AFP_ConfigParams.h.


The documentation for this struct was generated from the following files:
AFPTOF_LBARREFDIMENSIONS::setDefaults
void setDefaults()
Definition: AFP_ConfigParams.cxx:69
AFPTOF_LBARREFDIMENSIONS::nBarX1ID
int nBarX1ID
Definition: AFP_ConfigParams.h:52
AFPTOF_LBARREFDIMENSIONS::nBarX2ID
int nBarX2ID
Definition: AFP_ConfigParams.h:53
AFPTOF_LBARREFDIMENSIONS::fLBarThickness
double fLBarThickness
Definition: AFP_ConfigParams.h:54
python.SystemOfUnits.mm
int mm
Definition: SystemOfUnits.py:83
AFPTOF_LBARREFDIMENSIONS::fLGuideLength
double fLGuideLength
Definition: AFP_ConfigParams.h:56
AFPTOF_LBARREFDIMENSIONS::fRadLength
double fRadLength
Definition: AFP_ConfigParams.h:55