]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Method to get the total number of ITS modules (Jouri)
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Mar 2007 14:21:58 +0000 (14:21 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Mar 2007 14:21:58 +0000 (14:21 +0000)
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