X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TRD%2FAliTRDReconstructor.cxx;h=1e93ab8490b5c398d3a649824e83ba9946f18670;hb=d45335d14daacbba07fe12303db61ae444e9a041;hp=ce3c1c3fe317a8bcbae60cf1f87d3198fc363f8c;hpb=f92c930a8cc79740eb69103088762ad361cd3350;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/AliTRDReconstructor.cxx b/TRD/AliTRDReconstructor.cxx index ce3c1c3fe31..1e93ab8490b 100644 --- a/TRD/AliTRDReconstructor.cxx +++ b/TRD/AliTRDReconstructor.cxx @@ -46,6 +46,7 @@ #include "AliTRDtrackletWord.h" #include "AliTRDtrackletMCM.h" #include "AliTRDonlineTrackMatching.h" +#include "AliTRDcalibDB.h" #define SETFLG(n,f) ((n) |= f) #define CLRFLG(n,f) ((n) &= ~f) @@ -122,7 +123,9 @@ AliTRDReconstructor::~AliTRDReconstructor() // // Destructor // - + AliTRDcalibDB* calib = AliTRDcalibDB::Instance(); + if (calib) calib->Invalidate(); + // if(fClusterizer){ delete fClusterizer; fClusterizer = NULL;