]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegment.cxx
Corrections to violations of coding conventions
[u/mrichter/AliRoot.git] / MUON / AliMUONSegment.cxx
index 374b9d1d7912a81760153e3d64bbf9b4c4121518..497902f3ef20f6eb35421800c109801ef7b6b340 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.7  2001/02/08 10:34:41  gosset
+Add a "real" default constructor.
+
 Revision 1.6  2001/02/05 14:49:29  hristov
 Compare() declared const (R.Brun)
 
@@ -61,19 +64,23 @@ Revision 1.1.2.1  2000/06/07 14:44:53  gosset
 Addition of files for track reconstruction in C++
 */
 
-//__________________________________________________________________________
+///////////////////////////////////////////////////////////
 //
-// Segment for reconstruction in ALICE dimuon spectrometer:
+// Segment for reconstruction
+// in 
+// ALICE 
+// dimuon 
+// spectrometer:
 // two hits for reconstruction in the two chambers of one station
-//__________________________________________________________________________
-
-#include "AliMUONSegment.h" 
+//
+///////////////////////////////////////////////////////////
 
 #include "AliMUON.h"
+#include "AliMUONChamber.h" 
 #include "AliMUONHitForRec.h" 
+#include "AliMUONSegment.h" 
 #include "AliMUONTrackParam.h" 
-#include "AliMUONChamber.h" 
-#include "AliRun.h"
+#include "AliRun.h" // for gAlice
 
 ClassImp(AliMUONSegment) // Class implementation in ROOT context