From 6c0734ce8b8d958ba6761660f9452be61cd242f1 Mon Sep 17 00:00:00 2001 From: jklay Date: Tue, 1 Apr 2008 23:44:58 +0000 Subject: [PATCH] added preprocessor run types PHYSICS and STANDALONE --- EMCAL/AliEMCALPreprocessor.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EMCAL/AliEMCALPreprocessor.cxx b/EMCAL/AliEMCALPreprocessor.cxx index 08c05273b1f..e63abad2879 100644 --- a/EMCAL/AliEMCALPreprocessor.cxx +++ b/EMCAL/AliEMCALPreprocessor.cxx @@ -79,6 +79,9 @@ AliEMCALPreprocessor::AliEMCALPreprocessor(AliShuttleInterface* shuttle): AliPreprocessor("EMC",shuttle) { // Constructor + AddRunType("PHYSICS"); + AddRunType("STANDALONE"); + } //_______________________________________________________________________________________ -- 2.43.0