]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODVertex.cxx
Fix fixed-string length bug
[u/mrichter/AliRoot.git] / STEER / AliAODVertex.cxx
index bc615d13c4d88bc354b6e89a1d1c1a7798f45988..44030031538b5f0427188030759dea549e83cff7 100644 (file)
@@ -35,7 +35,7 @@ AliAODVertex::AliAODVertex() :
   fID(-1),
   fType(kUndef),
   fCovMatrix(NULL),
-  fParent(0x0),
+  fParent(),
   fDaughters()
   {
   // default constructor
@@ -95,7 +95,7 @@ AliAODVertex::AliAODVertex(const Double_t position[3],
   fID(-1),
   fType(vtype),
   fCovMatrix(NULL),
-  fParent(0x0),
+  fParent(),
   fDaughters()
 {
   // constructor without covariance matrix
@@ -112,7 +112,7 @@ AliAODVertex::AliAODVertex(const Float_t position[3],
   fID(-1),
   fType(vtype),
   fCovMatrix(NULL),
-  fParent(0x0),
+  fParent(),
   fDaughters()
 {
   // constructor without covariance matrix