|
FairShip
|
#include <DetectorHit.h>


Public Member Functions | |
| DetectorHit () | |
| DetectorHit (Int_t detID, Float_t digi) | |
| ~DetectorHit () override=default | |
| Double_t | GetDigi () const |
| Int_t | GetDetectorID () const |
| void | SetDigi (Float_t d) |
| void | SetDetectorID (Int_t detID) |
| void | Print (const Option_t *opt="") const override |
Protected Member Functions | |
| ClassDefOverride (SHiP::DetectorHit, 1) | |
Protected Attributes | |
| Float_t | fdigi |
| digitized detector hit | |
| Int_t | fDetectorID |
| Detector unique identifier. | |
copied from FairRoot FairHit and simplified
Definition at line 16 of file DetectorHit.h.
| SHiP::DetectorHit::DetectorHit | ( | ) |
Default constructor
Definition at line 10 of file DetectorHit.cxx.
| SHiP::DetectorHit::DetectorHit | ( | Int_t | detID, |
| Float_t | digi | ||
| ) |
|
overridedefault |
Destructor
|
protected |
|
inline |
Definition at line 29 of file DetectorHit.h.
|
inline |
|
inlineoverride |
Definition at line 36 of file DetectorHit.h.
|
inline |
Definition at line 33 of file DetectorHit.h.
|
inline |
|
protected |
Detector unique identifier.
Definition at line 40 of file DetectorHit.h.
|
protected |
digitized detector hit
Definition at line 39 of file DetectorHit.h.