From 2efb65b5f6e1e8dcbd9078acc0a6079834234840 Mon Sep 17 00:00:00 2001 From: cblume Date: Wed, 26 Mar 2008 15:05:11 +0000 Subject: [PATCH] List of run types in the constructor --- TRD/AliTRDPreprocessor.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TRD/AliTRDPreprocessor.cxx b/TRD/AliTRDPreprocessor.cxx index 7222a5ca156..5b303e2e2de 100644 --- a/TRD/AliTRDPreprocessor.cxx +++ b/TRD/AliTRDPreprocessor.cxx @@ -61,6 +61,10 @@ AliTRDPreprocessor::AliTRDPreprocessor(AliShuttleInterface *shuttle) // Constructor // + AddRunType("PHYSICS"); + AddRunType("STANDALONE"); + AddRunType("PEDESTAL"); + } //______________________________________________________________________________________________ -- 2.43.0