From: zampolli Date: Mon, 24 Nov 2008 14:22:01 +0000 (+0000) Subject: COSMIC and LASER run types added. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=7eaa854bd7bf487c4bec5091e110a7344ddc7905;p=u%2Fmrichter%2FAliRoot.git COSMIC and LASER run types added. --- diff --git a/STEER/AliGRPPreprocessor.cxx b/STEER/AliGRPPreprocessor.cxx index 414c175fff5..dcc15131a42 100644 --- a/STEER/AliGRPPreprocessor.cxx +++ b/STEER/AliGRPPreprocessor.cxx @@ -190,6 +190,8 @@ AliGRPPreprocessor::AliGRPPreprocessor(AliShuttleInterface* shuttle): { // constructor - shuttle must be instantiated! + AddRunType("COSMIC"); + AddRunType("LASER"); AddRunType("PHYSICS"); }