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

#include <FCS_Cell.h>

Collaboration diagram for FCS_cell:

Public Member Functions

bool operator< (const FCS_cell &rhs) const

Public Attributes

Long64_t cell_identifier {}
int sampling {}
float energy {}
float center_x {}
float center_y {}
float center_z {}

Detailed Description

Definition at line 22 of file FCS_Cell.h.

Member Function Documentation

◆ operator<()

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

Definition at line 30 of file FCS_Cell.h.

30{ return energy > rhs.energy;};
float energy
Definition FCS_Cell.h:26

Member Data Documentation

◆ cell_identifier

Long64_t FCS_cell::cell_identifier {}

Definition at line 24 of file FCS_Cell.h.

24{};

◆ center_x

float FCS_cell::center_x {}

Definition at line 27 of file FCS_Cell.h.

27{};

◆ center_y

float FCS_cell::center_y {}

Definition at line 28 of file FCS_Cell.h.

28{};

◆ center_z

float FCS_cell::center_z {}

Definition at line 29 of file FCS_Cell.h.

29{}; //to be updated later

◆ energy

float FCS_cell::energy {}

Definition at line 26 of file FCS_Cell.h.

26{};

◆ sampling

int FCS_cell::sampling {}

Definition at line 25 of file FCS_Cell.h.

25{};

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