The source project of this merge request has been removed.
MuonTesterTree: Fix stationEta Variable Type
Hi, this merge request is trying to fix the type of the stationEta variable defined in IdentifierBranch.h. The stationEta variables cannot be retrieved correctly if using uint8_t
, change to use int8_t
can solve this issue.
Edited by Minlin Wu