]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAlignObjAngles.h
Using symname as argument to avoid confusion (Raffaele)
[u/mrichter/AliRoot.git] / STEER / AliAlignObjAngles.h
index 2ea346048f6df848d2cf19495856e7902c5726d1..2ee080aa41673e99c27283582030464decae30ed 100644 (file)
@@ -19,8 +19,8 @@
 class AliAlignObjAngles : public AliAlignObj{
  public:
   AliAlignObjAngles();
-  AliAlignObjAngles(const char* volpath, UShort_t volUId, Double_t x, Double_t y, Double_t z, Double_t psi, Double_t theta, Double_t phi, Bool_t global) throw (const Char_t *);
-  AliAlignObjAngles(const char* volpath, UShort_t volUId, TGeoMatrix& m, Bool_t global) throw (const Char_t *);
+  AliAlignObjAngles(const char* symname, UShort_t volUId, Double_t x, Double_t y, Double_t z, Double_t psi, Double_t theta, Double_t phi, Bool_t global) throw (const Char_t *);
+  AliAlignObjAngles(const char* symname, UShort_t volUId, TGeoMatrix& m, Bool_t global) throw (const Char_t *);
   AliAlignObjAngles(const AliAlignObj& theAlignObj);
   AliAlignObjAngles& operator= (const AliAlignObj& theAlignObj);
   virtual ~AliAlignObjAngles();