]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD.h
Use static vars for volume names
[u/mrichter/AliRoot.git] / FMD / AliFMD.h
index fb6c643aafa5e7adc6d7abb1c82f97d5325fc900..f18942e530323c37ece0c375c037fe3de3141d4b 100644 (file)
@@ -139,6 +139,9 @@ public:
   enum { 
     kBaseDDL = 0x1000 // DDL offset for the FMD
   };
+  // 
+  static const Char_t* fgkShortLegName;  // Format for short support legs
+  static const Char_t* fgkLongLegName;   // Format for long support legs
 protected:
   TClonesArray*      HitsArray();
   TClonesArray*      DigitsArray();
@@ -174,7 +177,7 @@ protected:
   UShort_t           fVA1MipRange;          // # MIPs the pre-amp can do    
   UShort_t           fAltroChannelSize;     // Largest # to store in 1 ADC ch.
   UShort_t           fSampleRate;           // Times the ALTRO samples pre-amp.
-  
+
   ClassDef(AliFMD,9)     // Base class FMD entry point
 };