//*************************************************************************
//* ===================
//*  ANL2DVector Class
//* ===================
//*
//* (Description)
//*    A very primitive lockable 2D vector class.
//* (Requires)
//*	class TVector2
//* 	class Lockable
//* (Provides)
//* 	class ANL2DVector
//* (Update Recored)
//*    2001/02/16  K.Ikematsu	Original version.
//*    2001/07/12  K.Ikematsu   Added DebugPrint() function.
//*
//* $Id: ANL2DVector.cxx,v 1.2 2001/07/12 18:17:36 ikematsu Exp $
//*************************************************************************
//
#include "ANL2DVector.h"
//_____________________________________________________________________
//  -----------------
//  Lockable 2DVector
//  -----------------
//
ClassImp(ANL2DVector)


ROOT page - Home page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.