00001 #include "StMcHitI.h" 00002 // MS event hit interface 00003 00004 StThreeVectorF StMcHitI::position() const 00005 { return StThreeVectorF(x(),y(),z()); } 00006 StThreeVectorF StMcHitI::localMomentum() const 00007 { return StThreeVectorF(px(),py(),pz()); }