//*************************************************************************
//* ===================
//* ANL4DVector Class
//* ===================
//*
//* (Description)
//* A very primitive lockable Lorentz vector class.
//* (Requires)
//* class TLorentzVector
//* class Lockable
//* class ANL3DVector
//* (Provides)
//* class ANL4DVector
//* (Update Recored)
//* 1999/09/05 K.Ikematsu Original version.
//* 2000/03/23 K.Ikematsu Added Get3D method.
//* 2000/03/23 K.Ikematsu Added GetTheta method.
//* 2000/03/28 K.Ikematsu Added Acol method.
//*
//* $Id: ANL4DVector.cxx,v 1.3 2001/07/09 14:03:56 ikematsu Exp $
//*************************************************************************
//
#include "ANL4DVector.h"
//_____________________________________________________________________
// ----------------
// Lockable LVector
// ----------------
//
ClassImp(ANL4DVector)
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.