![]() |
PandaRoot
|
represents the reconstructed hit of one emc crystal More...
#include <BSEmcDigi.h>
Public Types | |
| enum | eGAIN : Int_t { eGAIN::kNONE, eGAIN::kHIGH, eGAIN::kLOW } |
Public Member Functions | |
| BSEmcDigi () | |
| BSEmcDigi (Int_t t_id, Double_t t_energy, Float_t t_time) | |
| BSEmcDigi (const BSEmcDigi &) | |
| virtual | ~BSEmcDigi () |
| virtual Bool_t | operator== (const BSEmcDigi &t_otherDigi) const |
| virtual Bool_t | operator!= (const BSEmcDigi &t_otherDigi) const |
| virtual Bool_t | operator< (const BSEmcDigi &t_otherDigi) const |
| virtual Bool_t | equal (FairTimeStamp *t_data) |
| virtual void | Print (const Option_t *t_opt="") const |
| void | SetEnergy (Double_t t_energy) |
| virtual Double_t | GetEnergy () const |
| void | SetRawEnergy (Double_t t_energy) |
| Double_t | GetRawEnergy () const |
| void | SetDetectorId (Int_t t_detectorId) |
| Int_t | GetDetectorId () const |
| void | SetGainType (eGAIN t_type) |
| eGAIN | GetGainType () const |
| void | SetDCNumber (Int_t t_dcId) |
| Int_t | GetDCNumber () const |
Protected Member Functions | |
| ClassDef (BSEmcDigi, 5) | |
Protected Attributes | |
| Double_t | fRawEnergyBin {-1} |
| Double_t | fEnergy {-1} |
| Int_t | fDetectorId {-1} |
| eGAIN | fGain {eGAIN::kNONE} |
| Int_t | fDCNumber {-1} |
Friends | |
| std::ostream & | operator<< (std::ostream &t_out, const BSEmcDigi &t_digi) |
represents the reconstructed hit of one emc crystal
Definition at line 47 of file BSEmcDigi.h.
|
strong |
| Enumerator | |
|---|---|
| kNONE | |
| kHIGH | |
| kLOW | |
Definition at line 56 of file BSEmcDigi.h.
| BSEmcDigi::BSEmcDigi | ( | ) |
Default constructor
| BSEmcDigi::BSEmcDigi | ( | Int_t | t_id, |
| Double_t | t_energy, | ||
| Float_t | t_time | ||
| ) |
| BSEmcDigi::BSEmcDigi | ( | const BSEmcDigi & | ) |
|
virtual |
Destructor
|
protected |
|
virtual |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Output to screen
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 84 of file BSEmcDigi.h.
References fGain.
Referenced by BSEmcExtractDigisFromWaveforms< BSEmcFwEndcapDigiPar >::Exec().
|
inline |
|
friend |
Definition at line 49 of file BSEmcDigi.h.
|
protected |
Definition at line 95 of file BSEmcDigi.h.
Referenced by GetDCNumber(), and SetDCNumber().
|
protected |
Definition at line 93 of file BSEmcDigi.h.
Referenced by GetDetectorId(), and SetDetectorId().
|
protected |
Definition at line 92 of file BSEmcDigi.h.
Referenced by GetEnergy(), and SetEnergy().
|
protected |
Definition at line 94 of file BSEmcDigi.h.
Referenced by GetGainType(), and SetGainType().
|
protected |
Definition at line 91 of file BSEmcDigi.h.
Referenced by GetRawEnergy(), and SetRawEnergy().