We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7cedc commit 39df13eCopy full SHA for 39df13e
DataFormats/simulation/include/SimulationDataFormat/BaseHits.h
@@ -49,7 +49,7 @@ class BasicXYZVHit : public BaseHit
49
math_utils::Point3D<T> mPos; // cartesian position of Hit
50
E mTime; // time of flight
51
V mHitValue; // hit value
52
- short mDetectorID; // the detector/sensor id
+ unsigned short mDetectorID; // the detector/sensor id
53
54
public:
55
BasicXYZVHit() = default; // for ROOT IO
0 commit comments