StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StChargedPionVertex.cxx
1 // $Id: StChargedPionVertex.cxx,v 1.4 2012/11/09 03:31:34 perev Exp $
2 
3 #include "StChargedPionVertex.h"
4 
5 ClassImp(StChargedPionVertex)
6 
7 StChargedPionVertex::StChargedPionVertex() : TVector3(), mRanking(-1000.) { /* no-op */ }
8 
9 StChargedPionVertex::~StChargedPionVertex() { /* no-op */ }
10 
11 /*****************************************************************************
12  * $Log: StChargedPionVertex.cxx,v $
13  * Revision 1.4 2012/11/09 03:31:34 perev
14  * Cleanup
15  *
16  * Revision 1.3 2008/12/29 15:58:31 kocolosk
17  * removed commented code and added $Id: StChargedPionVertex.cxx,v 1.4 2012/11/09 03:31:34 perev Exp $/$Log: StChargedPionVertex.cxx,v $
18  * removed commented code and added $Id$/Revision 1.4 2012/11/09 03:31:34 perev
19  * removed commented code and added $Id$/Cleanup
20  * removed commented code and added $Id$/ as needed
21  *
22  *****************************************************************************/