change from 'unsigned int' to 'int'
This commit is contained in:
parent
28c9ff7784
commit
acd90f0ca2
@ -79,7 +79,7 @@ class PRunBase
|
|||||||
|
|
||||||
EPMusrHandleTag fHandleTag; ///< tag telling whether this is used for fit, view, ...
|
EPMusrHandleTag fHandleTag; ///< tag telling whether this is used for fit, view, ...
|
||||||
|
|
||||||
unsigned int fRunNo; ///< number of the run within the msr file
|
int fRunNo; ///< number of the run within the msr file
|
||||||
PMsrHandler *fMsrInfo; ///< msr-file handler
|
PMsrHandler *fMsrInfo; ///< msr-file handler
|
||||||
PMsrRunStructure *fRunInfo; ///< run info used to filter out needed infos for the run
|
PMsrRunStructure *fRunInfo; ///< run info used to filter out needed infos for the run
|
||||||
PRunDataHandler *fRawData; ///< holds the raw run data
|
PRunDataHandler *fRawData; ///< holds the raw run data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user