]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix (Jeremy)
authorfprino <fprino@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 14 Apr 2013 22:47:29 +0000 (22:47 +0000)
committerfprino <fprino@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 14 Apr 2013 22:47:29 +0000 (22:47 +0000)
PWGHF/vertexingHF/AliAnalysisTaskSED0Mass.cxx

index 4fd37c3672af97ba84d179e979b2415107cf0cd4..6517340f7b7f358f3bec612fe23ef124ac3c8128 100644 (file)
@@ -775,7 +775,6 @@ void AliAnalysisTaskSED0Mass::UserCreateOutputObjects()
   //
   // Output slot 8 : List for detector response histograms
   //
-  fDetSignal = new TList();
   if (fDrawDetSignal) {
     TH2F *TOFSigBefPID = new TH2F("TOFSigBefPID", "TOF signal of daughters before PID;p(daught)(GeV/c);Signal", 500, 0, 10, 5000, 0, 50e3);
     TH2F *TOFSigAftPID = new TH2F("TOFSigAftPID", "TOF signal after PID;p(daught)(GeV/c);Signal", 500, 0, 10, 5000, 0, 50e3);