]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Function parameter reordering (Marian)
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Jul 2006 10:14:57 +0000 (10:14 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Jul 2006 10:14:57 +0000 (10:14 +0000)
TPC/recTPC.C

index ca13af3c003b2ba19d7f145f78351e7151a2f626..673437378baed45283e82681864fe790bd41e01e 100644 (file)
@@ -6,7 +6,7 @@
 //
 //
 
-void recTPC(const char *filename="data.root", Int_t type=0)
+void recTPC(Int_t type, const char *filename="data.root")
 {
   //
   // Set path to calibration data
@@ -47,7 +47,7 @@ void recTPC(const char *filename="data.root", Int_t type=0)
   rec.Run();
 }
 
-void recTracking(const char *filename="data.root", Int_t type=0, Int_t nevents=1)
+void recTracking(Int_t type, const char *filename="data.root", Int_t nevents=1)
 {
   //
   // Set path to calibration data