ATLAS Offline Software
Loading...
Searching...
No Matches
FCS_hit Struct Reference

#include <FCS_Cell.h>

Collaboration diagram for FCS_hit:

Public Member Functions

bool operator< (const FCS_hit &rhs) const

Public Attributes

Long64_t identifier {}
Long64_t cell_identifier {}
int sampling {}
float hit_energy {}
float hit_time {}
float hit_x {}
float hit_y {}
float hit_z {}

Detailed Description

Definition at line 33 of file FCS_Cell.h.

Member Function Documentation

◆ operator<()

bool FCS_hit::operator< ( const FCS_hit & rhs) const
inline

Definition at line 43 of file FCS_Cell.h.

43{ return hit_energy > rhs.hit_energy;};
float hit_energy
Definition FCS_Cell.h:38

Member Data Documentation

◆ cell_identifier

Long64_t FCS_hit::cell_identifier {}

Definition at line 36 of file FCS_Cell.h.

36{};

◆ hit_energy

float FCS_hit::hit_energy {}

Definition at line 38 of file FCS_Cell.h.

38{}; //energy is already scaled for the sampling fraction

◆ hit_time

float FCS_hit::hit_time {}

Definition at line 39 of file FCS_Cell.h.

39{};

◆ hit_x

float FCS_hit::hit_x {}

Definition at line 40 of file FCS_Cell.h.

40{};

◆ hit_y

float FCS_hit::hit_y {}

Definition at line 41 of file FCS_Cell.h.

41{};

◆ hit_z

float FCS_hit::hit_z {}

Definition at line 42 of file FCS_Cell.h.

42{};

◆ identifier

Long64_t FCS_hit::identifier {}

Definition at line 35 of file FCS_Cell.h.

35{}; //hit in the same tile cell can have two identifiers (for two PMTs)

◆ sampling

int FCS_hit::sampling {}

Definition at line 37 of file FCS_Cell.h.

37{}; //calorimeter layer

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