ATLAS Offline Software
Loading...
Searching...
No Matches
AFPMon::AFPTrack Struct Reference

#include <AFPFastReco.h>

Collaboration diagram for AFPMon::AFPTrack:

Public Member Functions

 AFPTrack (float x_, float y_, int s, std::array< int, 4 > a)

Public Attributes

float x
float y
int station
std::array< int, 4 > layerClusters

Detailed Description

Definition at line 39 of file AFPFastReco.h.

Constructor & Destructor Documentation

◆ AFPTrack()

AFPMon::AFPTrack::AFPTrack ( float x_,
float y_,
int s,
std::array< int, 4 > a )
inline

Definition at line 41 of file AFPFastReco.h.

42 : x {x_}, y {y_}, station {s}, layerClusters {std::move(a)} {}
static Double_t a
std::array< int, 4 > layerClusters
Definition AFPFastReco.h:47

Member Data Documentation

◆ layerClusters

std::array<int, 4> AFPMon::AFPTrack::layerClusters

Definition at line 47 of file AFPFastReco.h.

◆ station

int AFPMon::AFPTrack::station

Definition at line 46 of file AFPFastReco.h.

◆ x

float AFPMon::AFPTrack::x

Definition at line 44 of file AFPFastReco.h.

◆ y

float AFPMon::AFPTrack::y

Definition at line 45 of file AFPFastReco.h.


The documentation for this struct was generated from the following file: