]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliSimulation.h
Better steering of the raw->sdigits event loop (Constantin)
[u/mrichter/AliRoot.git] / STEER / AliSimulation.h
index ef6f196953462a4a36ce7a036e913f8b9f193814..6239ff5ed31cb701c81370a51b26d1531edd2f46 100644 (file)
@@ -102,7 +102,7 @@ public:
                                       const char* rootFileName = "");
   virtual Bool_t ConvertDateToRoot(const char* dateFileName = "raw.date",
                                   const char* rootFileName = "raw.root");
-  virtual Bool_t ConvertRaw2SDigits(const char* rawDirectory, const char* esdFile = "");
+  virtual Bool_t ConvertRaw2SDigits(const char* rawDirectory, const char* esdFile = "", Int_t N=-1);
 
   // Sets the name of the file from which the geometry is loaded
   virtual void SetGeometryFile(const Char_t* filename) {fGeometryFile=filename;}