]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDPreprocessor.cxx
Copy arrays in assignment instead of the pointer; avoid double delete.
[u/mrichter/AliRoot.git] / TRD / AliTRDPreprocessor.cxx
index 7222a5ca156eb6a63aa3b0bb156d607e510155cf..5b303e2e2dec1787283da0eb18fdf0a6261afb26 100644 (file)
@@ -61,6 +61,10 @@ AliTRDPreprocessor::AliTRDPreprocessor(AliShuttleInterface *shuttle)
   // Constructor
   //
 
+ AddRunType("PHYSICS");
+ AddRunType("STANDALONE");
+ AddRunType("PEDESTAL");
+
 }
 
 //______________________________________________________________________________________________