]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added preprocessor run types PHYSICS and STANDALONE
authorjklay <jklay@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Apr 2008 23:44:58 +0000 (23:44 +0000)
committerjklay <jklay@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Apr 2008 23:44:58 +0000 (23:44 +0000)
EMCAL/AliEMCALPreprocessor.cxx

index 08c05273b1fefb580fee4439fd7fd9279ab0bfef..e63abad2879956ac1e72d1f3be210cc1cd305595 100644 (file)
@@ -79,6 +79,9 @@ AliEMCALPreprocessor::AliEMCALPreprocessor(AliShuttleInterface* shuttle):
 AliPreprocessor("EMC",shuttle)
 {
   // Constructor
 AliPreprocessor("EMC",shuttle)
 {
   // Constructor
+  AddRunType("PHYSICS");
+  AddRunType("STANDALONE");
+
 }
 
 //_______________________________________________________________________________________
 }
 
 //_______________________________________________________________________________________