Skip to content

Commit 3b68b1c

Browse files
committed
Add forgotten short->unsigned short redefinition
1 parent 7a7cedc commit 3b68b1c

File tree

1 file changed

+1
-1
lines changed
  • DataFormats/simulation/include/SimulationDataFormat

1 file changed

+1
-1
lines changed

DataFormats/simulation/include/SimulationDataFormat/BaseHits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class BasicXYZVHit : public BaseHit
4949
math_utils::Point3D<T> mPos; // cartesian position of Hit
5050
E mTime; // time of flight
5151
V mHitValue; // hit value
52-
short mDetectorID; // the detector/sensor id
52+
unsigned short mDetectorID; // the detector/sensor id
5353

5454
public:
5555
BasicXYZVHit() = default; // for ROOT IO

0 commit comments

Comments
 (0)