]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliGRPPreprocessor.h
Introduction of the LHC-clock phase class + changes in the GRP pp in order to read...
[u/mrichter/AliRoot.git] / STEER / AliGRPPreprocessor.h
index 01456faa175e2a4c1f8ba51532447cd75432e1e3..b9a17ec3ecd79262000ffc790e70defd0fd70672 100644 (file)
@@ -29,6 +29,7 @@ class TObjArray;
 class AliDCSSensorArray;
 class AliGRPObject;
 class AliSplineFit;
+class AliLHCClockPhase;
 
 class AliGRPPreprocessor: public AliPreprocessor {
  public:
@@ -105,6 +106,8 @@ class AliGRPPreprocessor: public AliPreprocessor {
 
    Double_t CalculateMean(TObjArray* lhcObjArray);
    Float_t ProcessEnergy(TObjArray* array, Double_t timeStart);
+   AliLHCClockPhase* ProcessLHCClockPhase(TObjArray *beam1phase,TObjArray *beam2phase,
+                                         Double_t timeStart, Double_t timeEnd);
 
  private: