]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCRecoParam.cxx
- The default value of useFastDecoder in ctor changed to kFALSE,
[u/mrichter/AliRoot.git] / TPC / AliTPCRecoParam.cxx
index ef754dfb075f864fe4db771fa98e5711e28a33e4..c466931f85ff5b7c7effb03fc7ec215adaa21f37 100644 (file)
@@ -31,6 +31,7 @@ ClassImp(AliTPCRecoParam)
 
 //_____________________________________________________________________________
 AliTPCRecoParam::AliTPCRecoParam():
+  AliDetectorRecoParam(),
   fBClusterSharing(kTRUE),
   fCtgRange(1.05),       
   fMaxSnpTracker(0.95),
@@ -57,6 +58,8 @@ AliTPCRecoParam::AliTPCRecoParam():
   //
   // constructor
   //
+  SetName("TPC");
+  SetTitle("TPC");
 }
 
 //_____________________________________________________________________________