]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSMisAligner.cxx
Implementing the skeleton for HLT QA for type kESDs (reconstruction)
[u/mrichter/AliRoot.git] / ITS / AliITSMisAligner.cxx
index 3410108434111c34c1a414c4949bdbe8e61fb3ea..dcae2ef95d9817193f23fe76750a8a3279615460 100644 (file)
@@ -95,6 +95,7 @@ AliITSMisAligner::AliITSMisAligner():
 
 //________________________________________________________________________
 AliITSMisAligner::AliITSMisAligner(const AliITSMisAligner &mAligner):
+    AliMisAligner(),
     fRnd(mAligner.fRnd),
     fInd(0),
     fAlignObjArray(mAligner.fAlignObjArray),
@@ -117,6 +118,8 @@ AliITSMisAligner::AliITSMisAligner(const AliITSMisAligner &mAligner):
     //
     // copy constructor
     //
+
+  SetMisalType(mAligner.GetMisalType());
 }
 
 //________________________________________________________________________