]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSgeomTGeo.h
Little fix in the treatment of event species
[u/mrichter/AliRoot.git] / ITS / AliITSgeomTGeo.h
index 29770beb605bbd1e278df648c1a7b8943f13fb00..0313cc76cd55e446770478abd4f1e4c5daf3ab72 100644 (file)
@@ -90,10 +90,10 @@ class AliITSgeomTGeo : public TObject {
   static Bool_t LocalToGlobalVect(Int_t index, const Double_t *loc, Double_t *glob);
   static Bool_t GlobalToLocalVect(Int_t index, const Double_t *glob, Double_t *loc);
 
- private:
-
   enum {kNLayers = 6}; // The number of layers.
 
+ private:
+
   static Bool_t       GetLayer(Int_t index,Int_t &lay,Int_t &index2);
   static TGeoPNEntry* GetPNEntry(Int_t index);