]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changing a default argument in the standard constructor (M. Van Leeuwen)
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Aug 2009 14:57:28 +0000 (14:57 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Aug 2009 14:57:28 +0000 (14:57 +0000)
ITS/AliITSSurveyToAlign.h

index 99a45bd5f6a001d88369a3a29cb9b39fbb359e63..548eec731fdc116e5cf12af852692ca98545214f 100644 (file)
@@ -27,7 +27,7 @@ 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 = 1);
+           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();