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
FPGATrackSimGenScanTool::StoredHit Struct Reference

#include <FPGATrackSimGenScanTool.h>

Collaboration diagram for FPGATrackSimGenScanTool::StoredHit:

Public Member Functions

double rzrad () const
 

Public Attributes

std::shared_ptr< const FPGATrackSimHithitptr
 
double phiShift
 
double etaShift
 
int layer
 

Detailed Description

Definition at line 200 of file FPGATrackSimGenScanTool.h.

Member Function Documentation

◆ rzrad()

double FPGATrackSimGenScanTool::StoredHit::rzrad ( ) const
inline

Definition at line 206 of file FPGATrackSimGenScanTool.h.

206 { return sqrt(hitptr->getR()*hitptr->getR()+hitptr->getZ()*hitptr->getZ());}

Member Data Documentation

◆ etaShift

double FPGATrackSimGenScanTool::StoredHit::etaShift

Definition at line 204 of file FPGATrackSimGenScanTool.h.

◆ hitptr

std::shared_ptr<const FPGATrackSimHit> FPGATrackSimGenScanTool::StoredHit::hitptr

Definition at line 202 of file FPGATrackSimGenScanTool.h.

◆ layer

int FPGATrackSimGenScanTool::StoredHit::layer

Definition at line 205 of file FPGATrackSimGenScanTool.h.

◆ phiShift

double FPGATrackSimGenScanTool::StoredHit::phiShift

Definition at line 203 of file FPGATrackSimGenScanTool.h.


The documentation for this struct was generated from the following file:
FPGATrackSimGenScanTool::StoredHit::hitptr
std::shared_ptr< const FPGATrackSimHit > hitptr
Definition: FPGATrackSimGenScanTool.h:202