]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Default constructor moved to the .cxx file
authorbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Oct 2000 16:35:43 +0000 (16:35 +0000)
committerbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Oct 2000 16:35:43 +0000 (16:35 +0000)
ITS/AliITSRecPoint.cxx
ITS/AliITSRecPoint.h

index 28fd7895c92bab058ef7147b460bb20ebe95b0d5..99f7b8e099d50215c63c803aa6d760b5ea5ef331 100644 (file)
@@ -4,5 +4,13 @@
 
 
 #include "AliITSRecPoint.h"
-
 ClassImp(AliITSRecPoint)
+
+AliITSRecPoint::AliITSRecPoint() {
+    // default creator
+    fTracks[0]=fTracks[1]=fTracks[2]=-3; 
+    fX=fZ=fQ=fdEdX=0.;
+    fSigmaX2=fSigmaZ2=0.;
+   }
+   
+
index b1d53f3ef9ff0450acc1fea2154bfd731deec354..eb169606f6f0344234143c35648b698cf78e554a 100644 (file)
@@ -13,13 +13,7 @@ class AliITSRecPoint : public TObject {
 
  public:
 
-  AliITSRecPoint() {
-    // default creator
-    fTracks[0]=fTracks[1]=fTracks[2]=-3; 
-    fX=fZ=fQ=fdEdX=0.;
-    fSigmaX2=fSigmaZ2=0.;
-   }
-
+  AliITSRecPoint();
   virtual ~AliITSRecPoint() {}; // distructor
   Bool_t IsSortable() const {return kTRUE;} // allows for sorting
   Int_t   GetLabel(Int_t i) {return fTracks[i];} // get track label