ROOT logo
// $Id: STabletPoint.cxx 2401 2010-07-03 21:28:31Z matevz $

// Copyright (C) 1999-2008, Matevz Tadel. All rights reserved.
// This file is part of GLED, released under GNU General Public License version 2.
// For the licensing terms see $GLEDSYS/LICENSE or http://www.gnu.org/.

#include "STabletPoint.h"

// STabletPoint

//______________________________________________________________________________
//
//

ClassImp(STabletPoint);

//==============================================================================

void STabletPoint::Print() const
{
  printf("%8.3lf %8.3lf %8.3lf, %8.3lf, %8.3lf\n", x, y, z, t, p); 
}
 STabletPoint.cxx:1
 STabletPoint.cxx:2
 STabletPoint.cxx:3
 STabletPoint.cxx:4
 STabletPoint.cxx:5
 STabletPoint.cxx:6
 STabletPoint.cxx:7
 STabletPoint.cxx:8
 STabletPoint.cxx:9
 STabletPoint.cxx:10
 STabletPoint.cxx:11
 STabletPoint.cxx:12
 STabletPoint.cxx:13
 STabletPoint.cxx:14
 STabletPoint.cxx:15
 STabletPoint.cxx:16
 STabletPoint.cxx:17
 STabletPoint.cxx:18
 STabletPoint.cxx:19
 STabletPoint.cxx:20
 STabletPoint.cxx:21
 STabletPoint.cxx:22