Skip to content

Commit 556556a

Browse files
fcatalan92shahor02
authored andcommitted
ZDC: Add getter for hit secondary flag
1 parent fb4df11 commit 556556a

File tree

1 file changed

+1
-0
lines changed
  • DataFormats/Detectors/ZDC/include/DataFormatsZDC

1 file changed

+1
-0
lines changed

DataFormats/Detectors/ZDC/include/DataFormatsZDC/Hit.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class Hit : public o2::BasicXYZEHit<Float_t, Float_t>
5858
float getPMCLightYield() const { return mNphePMC; }
5959
float getPMQLightYield() const { return mNphePMQ; }
6060
int getNumContributingSteps() const { return mNoContributingSteps; }
61+
bool getSecFlag() const { return mSecFlag; }
6162

6263
private:
6364
Int_t mParentID;

0 commit comments

Comments
 (0)