]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSgeomTGeo.h
Method to get the total number of ITS modules (Jouri)
[u/mrichter/AliRoot.git] / ITS / AliITSgeomTGeo.h
index a6cddd34a2f9c99d5faa56278a75c57b85efdae1..fae8c4834338e5befc2ffbf146c1e486f98f3c9e 100644 (file)
@@ -24,6 +24,8 @@ class AliITSgeomTGeo : public TObject {
   AliITSgeomTGeo() { } // Default constructor
   virtual ~AliITSgeomTGeo() { } // Destructor
 
+  // This function returns the total number of ITS modules 
+  static Int_t GetNModules() {return fgkNModules;}
   // This function returns the number of detectors/ladder for a given layer 
   static Int_t GetNDetectors(Int_t lay) {return fgkNDetectors[lay-1];}
   // This function returns the number of ladders for a given layer