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

#include <AFP_ConfigParams.h>

Collaboration diagram for AFPTOF_TRAININFO:

Public Member Functions

 AFPTOF_TRAININFO ()
 

Public Attributes

int nPmtRow
 
bool bUseTaper
 
double fTaperOffset
 
double fTaperAngle
 
double fLength
 
double fLGuideWidth
 
double fPerpShiftInPixel
 

Detailed Description

Definition at line 25 of file AFP_ConfigParams.h.

Constructor & Destructor Documentation

◆ AFPTOF_TRAININFO()

AFPTOF_TRAININFO::AFPTOF_TRAININFO ( )
inline

Definition at line 26 of file AFP_ConfigParams.h.

27  {
28  nPmtRow=-1;
29  bUseTaper=false;
30  fTaperOffset=0.0;
31  fTaperAngle=0.0;
32  fLength=-1.0;
33  fLGuideWidth=-1.0;
35  }

Member Data Documentation

◆ bUseTaper

bool AFPTOF_TRAININFO::bUseTaper

Definition at line 38 of file AFP_ConfigParams.h.

◆ fLength

double AFPTOF_TRAININFO::fLength

Definition at line 41 of file AFP_ConfigParams.h.

◆ fLGuideWidth

double AFPTOF_TRAININFO::fLGuideWidth

Definition at line 42 of file AFP_ConfigParams.h.

◆ fPerpShiftInPixel

double AFPTOF_TRAININFO::fPerpShiftInPixel

Definition at line 43 of file AFP_ConfigParams.h.

◆ fTaperAngle

double AFPTOF_TRAININFO::fTaperAngle

Definition at line 40 of file AFP_ConfigParams.h.

◆ fTaperOffset

double AFPTOF_TRAININFO::fTaperOffset

Definition at line 39 of file AFP_ConfigParams.h.

◆ nPmtRow

int AFPTOF_TRAININFO::nPmtRow

Definition at line 37 of file AFP_ConfigParams.h.


The documentation for this struct was generated from the following file:
AFPTOF_TRAININFO::fTaperAngle
double fTaperAngle
Definition: AFP_ConfigParams.h:40
AFPTOF_TRAININFO::fLength
double fLength
Definition: AFP_ConfigParams.h:41
AFPTOF_TRAININFO::bUseTaper
bool bUseTaper
Definition: AFP_ConfigParams.h:38
AFPTOF_TRAININFO::fLGuideWidth
double fLGuideWidth
Definition: AFP_ConfigParams.h:42
AFPTOF_TRAININFO::fTaperOffset
double fTaperOffset
Definition: AFP_ConfigParams.h:39
AFPTOF_TRAININFO::fPerpShiftInPixel
double fPerpShiftInPixel
Definition: AFP_ConfigParams.h:43
AFPTOF_TRAININFO::nPmtRow
int nPmtRow
Definition: AFP_ConfigParams.h:37