X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=T0%2FAliT0Align.h;h=588af50b00c8cc645e8e6a30df4740b4950beebf;hb=3c75bbd5cdaa4b37902e8c49bcb9a208349830dc;hp=fb80568370142060a64f42e6f754b99eed305d4f;hpb=9dcc11e4b38335fb012ab7c8f5219c9fd7619aa2;p=u%2Fmrichter%2FAliRoot.git diff --git a/T0/AliT0Align.h b/T0/AliT0Align.h index fb805683701..588af50b00c 100644 --- a/T0/AliT0Align.h +++ b/T0/AliT0Align.h @@ -22,7 +22,10 @@ class AliT0Align : public TObject { public: AliT0Align(); - AliT0Align(Int_t reportloc, Int_t reportglob); + AliT0Align(Int_t reportloc, Int_t side, Int_t reportglob); + // reportloc - location of the report: 0 - DCDB (Grid), 1,2 ... - file on local disc + // side - side in ALICE: 0 - A-side or 1 - C-side + // reportglob - EDMS number of the survey report AliT0Align(const AliT0Align &align); // copy constructor AliT0Align &operator = (const AliT0Align &align); //assignment operator Bool_t LoadSurveyData(); @@ -39,9 +42,15 @@ class AliT0Align : public TObject { AliAlignObjParams *fT0AAlignObj; // T0-A alignment object AliAlignObjParams *fT0CAlignObj; // T0-C alignment object Int_t fDebug; // debug flag - Float_t fXPos; // "x" coordinate of T0-C with respect to Global Reference System - Float_t fYPos; // "y" coordinate of T0-C with respect to Global Reference System + Float_t fXPosC; // "x" coordinate of T0-C with respect to Global Reference System + Float_t fYPosC; // "y" coordinate of T0-C with respect to Global Reference System + Float_t fXPosA; // "x" coordinate of T0-A with respect to Global Reference System + Float_t fYPosA; // "y" coordinate of T0-A with respect to Global Reference System + Int_t fRepLoc; // Location of the report: 0 - DCDB (Grid), 1,2 ... - file on local disc + Int_t fRepGlob; // Number of the survey report + Int_t fSide; // Side in ALICE: 0: A-side or 1: C-side + Char_t *fUser; // AliEn user ClassDef(AliT0Align,0); };