]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
COSMIC and LASER run types added.
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 24 Nov 2008 14:22:01 +0000 (14:22 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 24 Nov 2008 14:22:01 +0000 (14:22 +0000)
STEER/AliGRPPreprocessor.cxx

index 414c175fff59392547748fbe8c5460bb0172b4ec..dcc15131a426986324f86b7186a8c84e5b7338f7 100644 (file)
@@ -190,6 +190,8 @@ AliGRPPreprocessor::AliGRPPreprocessor(AliShuttleInterface* shuttle):
 {
        // constructor - shuttle must be instantiated!
 
+       AddRunType("COSMIC");
+       AddRunType("LASER");
        AddRunType("PHYSICS");
 }