X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TRD%2FAliTRDmcTrack.cxx;h=08a1f3f04c17f93e0542fe3db1a7d4f36397d94d;hp=bfec860f34254aa0f4e3916fcea59c7cdb6f30dd;hb=88cb7938ca21d4a80991d4e7aa564008c29340f7;hpb=7dac99f120274a79fe58e2f0732b77fa8669f0c8 diff --git a/TRD/AliTRDmcTrack.cxx b/TRD/AliTRDmcTrack.cxx index bfec860f342..08a1f3f04c1 100644 --- a/TRD/AliTRDmcTrack.cxx +++ b/TRD/AliTRDmcTrack.cxx @@ -13,6 +13,14 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ +/////////////////////////////////////////////////////////////////////////////// +// // +// TRD MC track // +// Used for efficiency estimates and matching of reconstructed tracks // +// to MC particles // +// // +/////////////////////////////////////////////////////////////////////////////// + #include "AliTRDmcTrack.h" #include "AliTRDgeometry.h" @@ -136,7 +144,3 @@ void AliTRDmcTrack::GetPlanePxPyPz(Double_t& px, Double_t& py, Double_t& pz, } return; } - - - -