#ifdef USE_CDFEDM2 /////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Component: InputSource.cc // Purpose: This is the base class that knows which data to use to // build PhysicsTowers (e.g. CalData or HEPG - as of 30/06/99 // only CalData is implemented) // // Created: 18/06/99 Pierre Savard // History: // ////////////////////////////////////////////////////////////////////////////////////////////////////////////// #include "Calor/InputSource.hh" // namespace calor { InputSource::~InputSource(){} #endif