|
| | MCLabel ()=default |
| |
| | MCLabel (Int_t trackID, Int_t eventID, Int_t srcID, Bool_t fake, Double_t afraction) |
| |
| | MCLabel (Bool_t noise, Double_t afraction) |
| |
| void | setAmplitudeFraction (Double_t afraction) |
| |
| Double_t | getAmplitudeFraction () const |
| |
| | ClassDefNV (MCLabel, 1) |
| |
| | MCCompLabel (int trackID, int evID, int srcID, bool fake=false) |
| |
| | MCCompLabel (bool noise=false) |
| |
| | ~MCCompLabel ()=default |
| |
| bool | isSet () const |
| |
| bool | isEmpty () const |
| |
| bool | isQED () const |
| |
| bool | isNoise () const |
| |
| bool | isValid () const |
| |
| bool | isFake () const |
| |
| bool | isCorrect () const |
| |
| int | compare (const MCCompLabel &other) const |
| |
| uint64_t | getRawValue () const |
| |
| bool | operator== (const MCCompLabel &other) const |
| |
| bool | operator!= (const MCCompLabel &other) const |
| |
| bool | operator< (const MCCompLabel &other) const |
| |
| bool | operator> (const MCCompLabel &other) const |
| |
| void | unset () |
| |
| void | setNoise () |
| |
| void | setFakeFlag (bool v=true) |
| |
| void | set (unsigned int trackID, int evID, int srcID, bool fake) |
| |
| int | getTrackID () const |
| |
| int | getTrackIDSigned () const |
| |
| int | getEventID () const |
| |
| int | getSourceID () const |
| |
| uint64_t | getTrackEventSourceID () const |
| |
| void | get (int &trackID, int &evID, int &srcID, bool &fake) const |
| |
| void | print () const |
| |
| std::string | asString () const |
| |
| | ClassDefNV (MCCompLabel, 1) |
| |
Monte-Carlo label for EMCAL clusters / digits.
Definition at line 27 of file MCLabel.h.