// ESAF : Euso Simulation and Analysis Framework
// $Id: RadiativeTransfer.cc,v 1.10 2005/01/05 16:07:51 thea Exp $
// D. De Marco - M. Pallavicini created Jan, 20 2002
#include "RadiativeTransfer.hh"
#include "Ground.hh"
ClassImp(RadiativeTransfer)
//______________________________________________________________________________
RadiativeTransfer::RadiativeTransfer(): EsafConfigurable(), EsafMsgSource(), fGround(0) {
//
// ctor
//
}
//______________________________________________________________________________
RadiativeTransfer::~RadiativeTransfer() {
//
// dtor
//
SafeDelete(fGround);
}