]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCCATrackerComponent.cxx
eff C++; AliHLTTPCDDLDataFileHandler excluded from compilation
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCCATrackerComponent.cxx
index d1dc754955a76c52bee5afa55297c4dc1ecfdcc6..53eb12eec4cfc695800afc37452de93a1913a597 100644 (file)
@@ -55,7 +55,8 @@ ClassImp(AliHLTTPCCATrackerComponent)
 AliHLTTPCCATrackerComponent::AliHLTTPCCATrackerComponent()
   :
   fTracker(NULL),
-  fVertex(NULL)
+  fVertex(NULL),
+  fBField(0)
 {
   // see header file for class documentation
   // or
@@ -67,7 +68,8 @@ AliHLTTPCCATrackerComponent::AliHLTTPCCATrackerComponent()
 AliHLTTPCCATrackerComponent::AliHLTTPCCATrackerComponent(const AliHLTTPCCATrackerComponent&)
   :
   fTracker(NULL),
-  fVertex(NULL)
+  fVertex(NULL),
+  fBField(0)
 {
   // see header file for class documentation
   HLTFatal("copy constructor untested");