ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
AFPMon::AFPCluster Struct Reference

#include <AFPFastReco.h>

Collaboration diagram for AFPMon::AFPCluster:

Public Member Functions

 AFPCluster (float x_, float y_, float z_, int s, int l, int sumToT_)
 

Public Attributes

float x
 
float y
 
float z
 
int station
 
int layer
 
int sumToT
 

Detailed Description

Definition at line 14 of file AFPFastReco.h.

Constructor & Destructor Documentation

◆ AFPCluster()

AFPMon::AFPCluster::AFPCluster ( float  x_,
float  y_,
float  z_,
int  s,
int  l,
int  sumToT_ 
)
inline

Definition at line 16 of file AFPFastReco.h.

17  : x {x_}, y {y_}, z {z_}, station {s}, layer {l}, sumToT{sumToT_} {}

Member Data Documentation

◆ layer

int AFPMon::AFPCluster::layer

Definition at line 23 of file AFPFastReco.h.

◆ station

int AFPMon::AFPCluster::station

Definition at line 22 of file AFPFastReco.h.

◆ sumToT

int AFPMon::AFPCluster::sumToT

Definition at line 24 of file AFPFastReco.h.

◆ x

float AFPMon::AFPCluster::x

Definition at line 19 of file AFPFastReco.h.

◆ y

float AFPMon::AFPCluster::y

Definition at line 20 of file AFPFastReco.h.

◆ z

float AFPMon::AFPCluster::z

Definition at line 21 of file AFPFastReco.h.


The documentation for this struct was generated from the following file:
AFPMon::AFPCluster::x
float x
Definition: AFPFastReco.h:19
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
AFPMon::AFPCluster::y
float y
Definition: AFPFastReco.h:20
AFPMon::AFPCluster::z
float z
Definition: AFPFastReco.h:21
UploadAMITag.l
list l
Definition: UploadAMITag.larcaf.py:158
AFPMon::AFPCluster::sumToT
int sumToT
Definition: AFPFastReco.h:24
AFPMon::AFPCluster::station
int station
Definition: AFPFastReco.h:22
AFPMon::AFPCluster::layer
int layer
Definition: AFPFastReco.h:23