]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
AOD outputfile name corrected.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 26 Feb 2009 19:03:37 +0000 (19:03 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 26 Feb 2009 19:03:37 +0000 (19:03 +0000)
STEER/CreateAODfromESD.C

index 8138d5efda5a17c3c3ce81782398b86f9865f6c3..3cd7f2c06d21fdd64db1db856a5d01f008f59aa0 100644 (file)
@@ -9,7 +9,7 @@
 #endif
 
 void CreateAODfromESD(const char *inFileName = "AliESDs.root",
-                     const char *outFileName = "AliAOD.root") {
+                     const char *outFileName = "AliAODs.root") {
   
     gSystem->Load("libTree");
     gSystem->Load("libGeom");