Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 ParSet &parset)
 

Public Attributes

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

Detailed Description

Definition at line 52 of file FPGATrackSimKeyLayerTool.h.

Constructor & Destructor Documentation

◆ KeyLyrPars() [1/2]

FPGATrackSimKeyLayerTool::KeyLyrPars::KeyLyrPars ( )
default

◆ KeyLyrPars() [2/2]

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

Definition at line 54 of file FPGATrackSimKeyLayerTool.h.

55  : 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 58 of file FPGATrackSimKeyLayerTool.h.

◆ phi2

double FPGATrackSimKeyLayerTool::KeyLyrPars::phi2 {}

Definition at line 59 of file FPGATrackSimKeyLayerTool.h.

◆ xm

double FPGATrackSimKeyLayerTool::KeyLyrPars::xm {}

Definition at line 60 of file FPGATrackSimKeyLayerTool.h.

◆ z1

double FPGATrackSimKeyLayerTool::KeyLyrPars::z1 {}

Definition at line 56 of file FPGATrackSimKeyLayerTool.h.

◆ z2

double FPGATrackSimKeyLayerTool::KeyLyrPars::z2 {}

Definition at line 57 of file FPGATrackSimKeyLayerTool.h.


The documentation for this struct was generated from the following file:
FPGATrackSimKeyLayerTool::KeyLyrPars::xm
double xm
Definition: FPGATrackSimKeyLayerTool.h:60
FPGATrackSimKeyLayerTool::KeyLyrPars::phi2
double phi2
Definition: FPGATrackSimKeyLayerTool.h:59
FPGATrackSimKeyLayerTool::KeyLyrPars::z2
double z2
Definition: FPGATrackSimKeyLayerTool.h:57
FPGATrackSimKeyLayerTool::KeyLyrPars::phi1
double phi1
Definition: FPGATrackSimKeyLayerTool.h:58
FPGATrackSimKeyLayerTool::KeyLyrPars::z1
double z1
Definition: FPGATrackSimKeyLayerTool.h:56