]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added possibility to use DCA from global tracks apart from TPC-only tracks
authormaszyman <maszyman@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Sep 2013 08:43:53 +0000 (08:43 +0000)
committermaszyman <maszyman@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Sep 2013 08:43:53 +0000 (08:43 +0000)
PWGCF/FEMTOSCOPY/AliFemto/AliFemtoEventReaderAOD.cxx

index 39a39419a48aabffc17e37ba9a13af7fff95dfca..0346fbc26b22479d4f6cd94ef0760d1cfc0751c9 100644 (file)
@@ -158,6 +158,7 @@ AliFemtoEventReaderAOD& AliFemtoEventReaderAOD::operator=(const AliFemtoEventRea
   fUsePreCent = aReader.fUsePreCent;
   fEstEventMult = aReader.fEstEventMult;
   fpA2013 = aReader.fpA2013;
+  fDCAglobalTrack = aReader.fDCAglobalTrack;
 
   return *this;
 }