]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackParam.h
ProcessRun() returns Bool_t and new pure virtual StopRun() added
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackParam.h
index 689400b5bdd60f8a5e0d8e53887a4479fa4bbcf1..ce09432017befe585e7ef3e6ae33c9d11e1026d5 100644 (file)
@@ -4,6 +4,7 @@
  * See cxx source for full Copyright notice                               */
 
 /*$Id$*/
+// Revision of includes 07/05/2004
 
 ///////////////////////////////////////////////////
 // Track parameters in ALICE dimuon spectrometer
 
 #include <TObject.h>
 
-class AliMUONTrackParam : public TObject {
+class AliMUONTrackParam : public TObject 
+{
  public:
-  AliMUONTrackParam(){
-    fInverseBendingMomentum = 0;
-    fBendingSlope = 0;
-    fNonBendingSlope = 0;
-    fZ = 0;
-    fBendingCoor = 0;
-    fNonBendingCoor = 0;
-    // Constructor
-  } // Constructor
+  AliMUONTrackParam(); // Constructor
   virtual ~AliMUONTrackParam(){} // Destructor
   
   AliMUONTrackParam(const AliMUONTrackParam& rhs);// copy constructor (should be added per default !)