]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSSurveyToAlign.h
Reducing verbosity
[u/mrichter/AliRoot.git] / ITS / AliITSSurveyToAlign.h
index a8a6e138f051e7905e7b8688b39a451b1901ec48..548eec731fdc116e5cf12af852692ca98545214f 100644 (file)
 #include "AliSurveyToAlignObjs.h"
 
 class TClonesArray;
+class TGeoMatrix;
+class TSystem;
+class TFile;
 class AliSurveyObj;
 class AliAlignObjParams;
+class AliCDBStorage;
+class AliCDBEntry;
 
 
-class AliITSSurveyToAlign : public AliSurveyToAlignObjs {
-
- public:
-  AliITSSurveyToAlign(Int_t run = 0, Int_t repSDD = 845069, Int_t repVerSDD = 1,  Int_t repModSSD = 887877, Int_t repModVerSSD =2, Int_t repLaddSSD = 12345, Int_t repLaddVerSSD = 1);
-  AliITSSurveyToAlign(const AliITSSurveyToAlign& /* align */); // copy constructor
-  AliITSSurveyToAlign &operator = (const AliITSSurveyToAlign &align); //assignment operator
-  virtual ~AliITSSurveyToAlign();
-
-  virtual void Run();
-  void CreateAlignObjSPD();
-  void CreateAlignObjSDD();
-  void CreateAlignObjDummySDD();
-  void CreateAlignObjSSDModules();
-  void CreateAlignObjDummySSDModules();
-  void CreateAlignObjSSDLadders();
-
-  //
- private:
-  Int_t   fRun;                         // the run number for the OCDB
-  Int_t   fSDDrepNumber;
-  Int_t   fSDDrepVersion;
-  Int_t   fSSDModuleRepNumber;
-  Int_t   fSSDModuleRepVersion;
-  Int_t   fSSDLadderRepNumber;
-  Int_t   fSSDLadderRepVersion;
-
-  Double_t fSDDmeP[6][6]; //meas. pos. of ref. marks.for current module 
-  Double_t fSDDidP[6][3];   //ideal pos. of ref. marks for current module
-  Bool_t     fSDDisMe[6];
-
-  static const Double_t fgkLocR[6][3]; //id. pos. of ref. marks in RS of right oriented modules
-  static const Double_t fgkLocL[6][3]; //id. pos. of ref. marks in RS of lefr oriented modules
-
-  void GetIdPosSDD(Int_t uid, Int_t layer, Int_t module, Int_t iPoint);
-  void ReadPointNameSDD(const char str[], Int_t &iLayer, Int_t &iLader, Int_t &iModul, Int_t &iPoint);
-  void ConvertToRSofModulesAndRotSDD(Int_t Layer, Int_t Module);
-  void CalcShiftSDD(Double_t &x0,Double_t &y0,Double_t &z0);
-  void CalcShiftRotSDD(Double_t &tet,Double_t &psi,Double_t &phi,Double_t &x0,Double_t &y0,Double_t &z0);
-
-  ClassDef(AliITSSurveyToAlign,0);
+class AliITSSurveyToAlign : public AliSurveyToAlignObjs
+{
+
+public:
+    AliITSSurveyToAlign(Int_t run = 0, Int_t repSDD = 845069, Int_t repVerSDD = 1,  Int_t repModSSD = 887877,
+           Int_t repModVerSSD =3, Int_t repLaddSSD = 980521, Int_t repLaddVerSSD = 2);
+    AliITSSurveyToAlign(const AliITSSurveyToAlign& align); // copy constructor
+    AliITSSurveyToAlign &operator = (const AliITSSurveyToAlign& /* align */); //assignment operator
+    virtual ~AliITSSurveyToAlign();
+
+    void Run();
+    Bool_t CreateAlignObjs();
+    void CreateAlignObjDummySPD();
+    void CreateAlignObjSDD();
+    void CreateAlignObjDummySDD();
+    void CreateAlignObjSSDModules();
+    void CreateAlignObjDummySSDModules();
+    void CreateAlignObjSSDLadders();
+    Bool_t ApplyAlignObjSSDLadders();
+
+private:
+    Int_t   fRun;                         // the run number for the OCDB
+    Int_t   fSDDrepNumber;
+    Int_t   fSDDrepVersion;
+    Int_t   fSSDModuleRepNumber;
+    Int_t   fSSDModuleRepVersion;
+    Int_t   fSSDLadderRepNumber;
+    Int_t   fSSDLadderRepVersion;
+
+    Double_t fSDDmeP[6][6];   //measured positions of ref. marks for current module 
+    Double_t fSDDidP[6][3];      //ideal positions of ref. marks for current module
+    Bool_t     fSDDisMe[6];
+
+    static const Double_t fgkLocR[6][3]; //id. pos. of ref. marks in RS of right oriented modules
+    static const Double_t fgkLocL[6][3]; //id. pos. of ref. marks in RS of lefr oriented modules
+
+    void GetIdPosSDD(Int_t uid, Int_t layer, Int_t module, Int_t iPoint);
+    void ReadPointNameSDD(const char str[], Int_t &iLayer, Int_t &iLader, Int_t &iModul, Int_t &iPoint) const;
+    void ConvertToRSofModulesAndRotSDD(Int_t Layer, Int_t Module);
+    void CalcShiftSDD(Double_t &x0,Double_t &y0,Double_t &z0) const;
+    void CalcShiftRotSDD(Double_t &tet,Double_t &psi,Double_t &phi,Double_t &x0,Double_t &y0,Double_t &z0);
+
+    ClassDef(AliITSSurveyToAlign,0);
 };
 #endif
+