00001 // $Id: StChargedPionVertex.cxx,v 1.3 2008/12/29 15:58:31 kocolosk Exp $ 00002 00003 #include "StChargedPionVertex.h" 00004 00005 ClassImp(StChargedPionVertex) 00006 00007 StChargedPionVertex::StChargedPionVertex() : TVector3(), mRanking(-1000.) { /* no-op */ } 00008 00009 StChargedPionVertex::~StChargedPionVertex() { /* no-op */ } 00010 00011 /***************************************************************************** 00012 * $Log: StChargedPionVertex.cxx,v $ 00013 * Revision 1.3 2008/12/29 15:58:31 kocolosk 00014 * removed commented code and added $Id$/$Log$ as needed 00015 * 00016 *****************************************************************************/
1.5.9