]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/src/AliL3Transform.h
Added fVersion field to differentiate the old and new config version.
[u/mrichter/AliRoot.git] / HLT / src / AliL3Transform.h
index 5e9b7d24568cbac45144095d01e2062c1c63dc83..e6917680176793a08aa6b98e6246728ae0838555 100644 (file)
@@ -24,11 +24,13 @@ class AliL3Transform {
   Double_t fSin[36]; //fill this following Init
   Double_t fX[176];  //fill this following Init
   Int_t fNPads[176]; //fill this following Init
+  Int_t fVersion; //flags which version one is using
+  void Init(); //old init used by Anders for AliRoot <= 3.06
  public:
   AliL3Transform();
   AliL3Transform(const char *pathname);
   virtual ~AliL3Transform();
-  void Init(); //old init used by Anders for AliRoot <= 3.06
+  Int_t getVersion(){return fVersion;}
   void Init(const Char_t* path); //new init for all AliRoot versions
 
   Double_t GetPadPitchWidthLow() {return fPadPitchWidthLow;}
@@ -66,3 +68,7 @@ class AliL3Transform {
 
 #endif
 
+
+
+
+