]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Forward declarations added and formatting
authorbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Oct 2000 16:32:57 +0000 (16:32 +0000)
committerbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Oct 2000 16:32:57 +0000 (16:32 +0000)
ITS/AliITSmodule.cxx
ITS/AliITSmodule.h

index c6f27fd26c4dc31234b2155c30a776acf5628df6..a8122a2ccc6bafa4d0319beb1013c06e00d62751 100644 (file)
 
 /*
 $Log$
+Revision 1.3.4.8  2000/10/02 15:55:26  barbera
+Forward declarations added and formatting
+
+Revision 1.7  2000/09/22 12:36:38  nilsen
+Minor changes to improve compilation and create less NOISE.
+
 Revision 1.6  2000/07/10 16:07:18  fca
 Release version of ITS code
 
index 43772c2144c89014c8e33ce0501d0695c31ddcc5..4e14951805c2f0d75726eddb5ba8c9fa56166667 100644 (file)
@@ -148,9 +148,10 @@ class AliITSmodule:public TObject{
     //________________________________________________________________
     //
     AliITS       *fITS;       // Pointer to ITS detector
-    Int_t        fIndex;      //Index of this module in ITSmodules TObjectArray
+    Int_t         fIndex;      //Index of this module in ITSmodules TObjectArray
     TObjArray    *fHitsM;     // Pointer to list of hits on this module
-    TArrayI      *fTrackIndex,*fHitIndex; // track index, hit index
+    TArrayI      *fTrackIndex; // track index
+    TArrayI      *fHitIndex; // hit index
 
     ClassDef(AliITSmodule,1) // Copy the hits into a more useful order