]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
AddRunType(..) added to constructor.
authorpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 31 Mar 2008 18:12:17 +0000 (18:12 +0000)
committerpolicheh <policheh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 31 Mar 2008 18:12:17 +0000 (18:12 +0000)
PHOS/AliPHOSPreprocessor.cxx

index a5cad03fd7153858b7dc9549ac2f09869f0fb9a3..4c3e7261b8820ad66d047fb8c37cf94b319cae0d 100644 (file)
@@ -65,6 +65,9 @@ AliPHOSPreprocessor::AliPHOSPreprocessor(AliShuttleInterface* shuttle):
 AliPreprocessor("PHS",shuttle)
 {
   // Constructor
+
+  AddRunType("PHYSICS");
+  AddRunType("STANDALONE");
 }
 
 //_______________________________________________________________________________________