]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDSaxHandler.h
Parsing of the DCS configuration name into parameters (e.g. number of time bins)...
[u/mrichter/AliRoot.git] / TRD / AliTRDSaxHandler.h
index deef0623fdf358bd9198860493aafa19d6e9e2b7..b37409d40ee8f0bbceb369dbd151d27efc9698b7 100644 (file)
@@ -15,7 +15,7 @@
 ////////////////////////////////////////////////////////////////////////////
 
 
-#include "TObject.h"
+#include <TObject.h>
 #include "Cal/AliTRDCalDCSGTUCtpOpc.h"
 #include "Cal/AliTRDCalDCSGTUBoardInfo.h"
 #include "Cal/AliTRDCalDCSGTUSegment.h"
@@ -55,6 +55,8 @@ public:
   TObjArray*         GetDCSFEEDataArray() const { return fFEEArr;        }
   TObjArray*         GetDCSPTRDataArray() const { return fPTRArr;        }
   AliTRDCalDCSv2*    GetCalDCSObj(); // to be called by the preprocessor
+  void               ParseConfigName(TString cfgname) const;
+
 
   Int_t              GetHandlerStatus() const { return fHandlerStatus; }