ATLAS Offline Software
Loading...
Searching...
No Matches
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_} {}
l
Printing final latex table to .tex output file.

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: