]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEER/AliGRPPreprocessor.h
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / STEER / STEER / AliGRPPreprocessor.h
index 7ba30ba48c3ff986b6c9d5b284a8bef165f0a7ba..e003197c946440a40c0d6e41cef0d381ae4266d1 100644 (file)
@@ -74,6 +74,7 @@ class AliGRPPreprocessor: public AliPreprocessor {
                                   const char *cdbRoot,
                                  TString &gdc
                                  );
+  static   THashList*  ProcessAliases(const char* aliasesFile);
 
  protected:
 
@@ -109,6 +110,7 @@ class AliGRPPreprocessor: public AliPreprocessor {
    AliLHCClockPhase* ProcessLHCClockPhase(TObjArray *beam1phase,TObjArray *beam2phase,
                                          Double_t timeEnd);
    TString ParseBeamTypeString(TString beamType, Int_t iBeamType);
+   Bool_t CheckFileRecords (const char* fileName) const;
    
  private: