Belle II Software development
|
define class TEclEnergyHit More...
#include <ECLGeometryPar.h>
Classes | |
struct | greater_CellId |
struct greater_CellId More... | |
struct | greater_Energy |
struct greater_Energy More... | |
struct | less_CellId |
struct less_CellId More... | |
struct | less_Energy |
struct less_Energy More... | |
Public Types | |
typedef EclIdentifier | Identifier |
type define Identifier | |
Public Member Functions | |
TEclEnergyHit () | |
Constructors and destructor. | |
TEclEnergyHit (const TEclEnergyHit &ahit) | |
Constructor of TEclEnergyHit. | |
TEclEnergyHit (const Identifier hid, const EclGeV energy, const Identifier cid) | |
Constructor of TEclEnergyHit. | |
virtual | ~TEclEnergyHit () |
destructor | |
TEclEnergyHit & | operator= (const TEclEnergyHit &hit) |
assignment operator(s) | |
Identifier | Id (void) const |
get Id | |
Identifier | Id (Identifier id) |
set Id | |
Identifier | CellId (void) const |
get Cell Id | |
Identifier | CellId (int cId) |
set Cell Id | |
EclGeV | Energy (void) const |
get Energy | |
EclGeV | Energy (EclGeV energy) |
set Energy | |
bool | operator< (const TEclEnergyHit &rhs) const |
comparison operators | |
bool | operator> (const TEclEnergyHit &rhs) const |
comparison operators | |
bool | operator== (const TEclEnergyHit &rhs) const |
comparison operators | |
bool | operator!= (const TEclEnergyHit &rhs) const |
comparison operators | |
Private Attributes | |
Identifier | fId |
data members | |
EclGeV | fEnergy |
Energy | |
int | fCellId |
Cell Id | |
define class TEclEnergyHit
Definition at line 229 of file ECLGeometryPar.h.
typedef EclIdentifier Identifier |
type define Identifier
Definition at line 236 of file ECLGeometryPar.h.
|
inline |
Constructors and destructor.
Constructor of TEclEnergyHit
Definition at line 240 of file ECLGeometryPar.h.
|
inline |
Constructor of TEclEnergyHit.
Definition at line 244 of file ECLGeometryPar.h.
|
inline |
Constructor of TEclEnergyHit.
Definition at line 249 of file ECLGeometryPar.h.
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
set Energy
Definition at line 298 of file ECLGeometryPar.h.
|
inline |
|
inline |
|
inline |
|
inline |
comparison operators
Definition at line 329 of file ECLGeometryPar.h.
|
inline |
comparison operators
Definition at line 308 of file ECLGeometryPar.h.
|
inline |
assignment operator(s)
Definition at line 258 of file ECLGeometryPar.h.
|
inline |
comparison operators
Definition at line 320 of file ECLGeometryPar.h.
|
inline |
comparison operators
Definition at line 314 of file ECLGeometryPar.h.
|
private |
Cell Id
Definition at line 397 of file ECLGeometryPar.h.
|
private |
Energy
Definition at line 396 of file ECLGeometryPar.h.
|
private |