StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StMcHitI.cxx
1 #include "StMcHitI.h"
2 // MS event hit interface
3 
4 StThreeVectorF StMcHitI::position() const
5 { return StThreeVectorF(x(),y(),z()); }
6 StThreeVectorF StMcHitI::localMomentum() const
7 { return StThreeVectorF(px(),py(),pz()); }