]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGGA/PHOSTasks/PHOS_embedding/simrun.C
end-of-line normalization
[u/mrichter/AliRoot.git] / PWGGA / PHOSTasks / PHOS_embedding / simrun.C
index eccadac3bed35a38b4d17057a73c8a3d835c9123..158394098b7ffc5c9694848d4b685527a4d945dc 100644 (file)
@@ -1,16 +1,16 @@
-// simrun.C\r
-{\r
-// set job and simulation variables as :\r
-// root.exe -b -q simrun.C  --run <x> --event <y> --process <kPythia6/kPhojet/kPythia6ATLAS_Flat/kPythia6D6T> --field <kNoField/k5kG> --energy <900/2360/10000>\r
-\r
-  cout<<">>>>> SIMULATION <<<<<"<<endl;\r
-  gSystem->Exec("aliroot -b -q sim.C > sim.log 2>&1");\r
-  gSystem->Exec("mv syswatch.log simwatch.log");\r
-  gSystem->Exec("rm *ITS*.root  *TPC*.root *TOF*.root *TRD*.root *PMD*.root ") ;\r
-  cout<<">>>>> RECONSTRUCTION <<<<<"<<endl;\r
-  gSystem->Exec("aliroot -b -q rec.C > rec.log 2>&1");\r
-  gSystem->Exec("mv syswatch.log recwatch.log");\r
-  cout<<">>>>> AOD <<<<<"<<endl;\r
-  gSystem->Exec("aliroot -b -q CreateAOD.C > aod.log 2>&1");\r
-\r
-}\r
+// simrun.C
+{
+// set job and simulation variables as :
+// root.exe -b -q simrun.C  --run <x> --event <y> --process <kPythia6/kPhojet/kPythia6ATLAS_Flat/kPythia6D6T> --field <kNoField/k5kG> --energy <900/2360/10000>
+
+  cout<<">>>>> SIMULATION <<<<<"<<endl;
+  gSystem->Exec("aliroot -b -q sim.C > sim.log 2>&1");
+  gSystem->Exec("mv syswatch.log simwatch.log");
+  gSystem->Exec("rm *ITS*.root  *TPC*.root *TOF*.root *TRD*.root *PMD*.root ") ;
+  cout<<">>>>> RECONSTRUCTION <<<<<"<<endl;
+  gSystem->Exec("aliroot -b -q rec.C > rec.log 2>&1");
+  gSystem->Exec("mv syswatch.log recwatch.log");
+  cout<<">>>>> AOD <<<<<"<<endl;
+  gSystem->Exec("aliroot -b -q CreateAOD.C > aod.log 2>&1");
+
+}