]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding run types for TOF.
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Jul 2009 15:34:12 +0000 (15:34 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Jul 2009 15:34:12 +0000 (15:34 +0000)
STEER/AliGRPPreprocessor.cxx

index a1947e2618f8b0b57af889c20c866eea995b6507..9aa85b3b8937ea3acc8fe6249db7c31fa40a8002 100644 (file)
@@ -202,6 +202,8 @@ AliGRPPreprocessor::AliGRPPreprocessor(AliShuttleInterface* shuttle):
        AddRunType("PEDESTAL");
        AddRunType("STANDALONE");
        AddRunType("GAIN");
+       AddRunType("NOISE");
+       AddRunType("PULSER");
 }
 
 //_______________________________________________________________