ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
FPGATrackSimKeyLayerTool::KeyLyrPars Struct Reference

#include <FPGATrackSimKeyLayerTool.h>

Collaboration diagram for FPGATrackSimKeyLayerTool::KeyLyrPars:

Public Member Functions

 KeyLyrPars ()=default
 
 KeyLyrPars (const FPGATrackSimBinUtil::ParSet &parset)
 

Public Attributes

double z1 {}
 
double z2 {}
 
double phi1 {}
 
double phi2 {}
 
double xm {}
 

Detailed Description

Definition at line 48 of file FPGATrackSimKeyLayerTool.h.

Constructor & Destructor Documentation

◆ KeyLyrPars() [1/2]

FPGATrackSimKeyLayerTool::KeyLyrPars::KeyLyrPars ( )
default

◆ KeyLyrPars() [2/2]

FPGATrackSimKeyLayerTool::KeyLyrPars::KeyLyrPars ( const FPGATrackSimBinUtil::ParSet parset)
inline

Definition at line 50 of file FPGATrackSimKeyLayerTool.h.

51  : z1(parset[0]), z2(parset[1]), phi1(parset[2]), phi2(parset[3]), xm(parset[4]) {}

Member Data Documentation

◆ phi1

double FPGATrackSimKeyLayerTool::KeyLyrPars::phi1 {}

Definition at line 54 of file FPGATrackSimKeyLayerTool.h.

◆ phi2

double FPGATrackSimKeyLayerTool::KeyLyrPars::phi2 {}

Definition at line 55 of file FPGATrackSimKeyLayerTool.h.

◆ xm

double FPGATrackSimKeyLayerTool::KeyLyrPars::xm {}

Definition at line 56 of file FPGATrackSimKeyLayerTool.h.

◆ z1

double FPGATrackSimKeyLayerTool::KeyLyrPars::z1 {}

Definition at line 52 of file FPGATrackSimKeyLayerTool.h.

◆ z2

double FPGATrackSimKeyLayerTool::KeyLyrPars::z2 {}

Definition at line 53 of file FPGATrackSimKeyLayerTool.h.


The documentation for this struct was generated from the following file:
FPGATrackSimKeyLayerTool::KeyLyrPars::xm
double xm
Definition: FPGATrackSimKeyLayerTool.h:56
FPGATrackSimKeyLayerTool::KeyLyrPars::phi2
double phi2
Definition: FPGATrackSimKeyLayerTool.h:55
FPGATrackSimKeyLayerTool::KeyLyrPars::z2
double z2
Definition: FPGATrackSimKeyLayerTool.h:53
FPGATrackSimKeyLayerTool::KeyLyrPars::phi1
double phi1
Definition: FPGATrackSimKeyLayerTool.h:54
FPGATrackSimKeyLayerTool::KeyLyrPars::z1
double z1
Definition: FPGATrackSimKeyLayerTool.h:52