X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSBaseGeometry.h;h=c6c6b0ac0e03ac2f82c12aff663ed58bf86b6cc7;hb=e63dc6442e960bfb55149a971c344c7152e515e6;hp=5e1192d6833c3185c04f7bc275dfb10be0b37e31;hpb=5a30b198cda6ed476c765b8672b8d3df56974478;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSBaseGeometry.h b/ITS/AliITSBaseGeometry.h index 5e1192d6833..c6c6b0ac0e0 100644 --- a/ITS/AliITSBaseGeometry.h +++ b/ITS/AliITSBaseGeometry.h @@ -38,8 +38,8 @@ class AliITSGeoCable : public TObject{ public: AliITSGeoCable(); AliITSGeoCable(const char *name,const TObjArray *vect,const Double_t Rmin, - const Double_t Rmax,const TVector3 ns(0.,0.,1.), - const TVector3 ne(0.,0.,1.)); + const Double_t Rmax,const TVector3 ns = TVector3(0.,0.,1.), + const TVector3 ne = TVector3(0.,0.,1.)); virtual ~AliITSGeoCable(); virtual Double_t GetRmin(){return fRmin;} virtual Double_t GetRmax(){return fRmax;}