]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/AliFastDetector.cxx
Latest version of the trigger QA task used to monitor and adjust trigger thresholds.
[u/mrichter/AliRoot.git] / FASTSIM / AliFastDetector.cxx
index cd0203c317722f3f3319973fee8dc3b5f847f0cf..d9950cc42e88557791abbce1c93f52d4b3f04957 100644 (file)
@@ -49,8 +49,8 @@ AliFastDetector::AliFastDetector():
 
 AliFastDetector::AliFastDetector(char* Name, char* Title):
     TNamed(Name, Title),
-    fSubdetectors(0),
-    fResponses(0),
+    fSubdetectors(new TList()),
+    fResponses(new TList()),
     fLnkD(0),
     fLnkR(0),
     fEfficiency(0),