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

#include <FCS_Cell.h>

Collaboration diagram for FCS_g4hit:

Public Member Functions

bool operator< (const FCS_g4hit &rhs) const

Public Attributes

Long64_t identifier {}
Long64_t cell_identifier {}
int sampling {}
float hit_energy {}
float hit_time {}

Detailed Description

Definition at line 46 of file FCS_Cell.h.

Member Function Documentation

◆ operator<()

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

Definition at line 53 of file FCS_Cell.h.

53{ return hit_energy > rhs.hit_energy;};
float hit_energy
Definition FCS_Cell.h:51

Member Data Documentation

◆ cell_identifier

Long64_t FCS_g4hit::cell_identifier {}

Definition at line 49 of file FCS_Cell.h.

49{};

◆ hit_energy

float FCS_g4hit::hit_energy {}

Definition at line 51 of file FCS_Cell.h.

51{};

◆ hit_time

float FCS_g4hit::hit_time {}

Definition at line 52 of file FCS_Cell.h.

52{};

◆ identifier

Long64_t FCS_g4hit::identifier {}

Definition at line 48 of file FCS_Cell.h.

48{};

◆ sampling

int FCS_g4hit::sampling {}

Definition at line 50 of file FCS_Cell.h.

50{};

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