]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/icepack/IceCalibrate.h
20-apr-2006 NvE Several small modifications to prevent gcc warnings.
[u/mrichter/AliRoot.git] / RALICE / icepack / IceCalibrate.h
index ca29f3dd4953dbc03e61c805a9bb63090c275739..244b1eb0aa5fbc4531d175ea432a5c1807cf6f0d 100644 (file)
@@ -9,6 +9,7 @@
 #include "TROOT.h"
 #include "TTask.h"
 #include "TString.h"
+#include "TFile.h"
 
 #include "AliJob.h"
 #include "IceEvent.h"
@@ -27,6 +28,6 @@ class IceCalibrate : public TTask
   TFile* fCalfile;     // The (optional) calibration input file in ROOT format
   AliObjMatrix* fOmdb; // The OM database object
 
- ClassDef(IceCalibrate,1) // TTask derived class to perform the various calibrations
+ ClassDef(IceCalibrate,2) // TTask derived class to perform the various calibrations
 };
 #endif