CLookupDeltaRadius.C
//-----------------------------------------------------------------------------
//
// COOL Program Library
// Copyright (C) CERES collaboration, 1997
//
// Implementation of class CLookupDeltaRadius.
//
//-----------------------------------------------------------------------------
#include "CLookupDeltaRadius.h"
CLookupDeltaRadius::CLookupDeltaRadius()
{
radius = 0.;
deltaradius = 0.;
}
CLookupDeltaRadius::CLookupDeltaRadius(double r, double dr)
{
radius = r;
deltaradius = dr;
}