change from 'unsigned int' to 'int'

This commit is contained in:
nemu 2009-04-30 08:48:59 +00:00
parent 28c9ff7784
commit acd90f0ca2

View File

@ -79,7 +79,7 @@ class PRunBase
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
PMsrRunStructure *fRunInfo; ///< run info used to filter out needed infos for the run
PRunDataHandler *fRawData; ///< holds the raw run data