#ifndef _CREATE_TOWER_HH_ #define _CREATE_TOWER_HH_ #ifdef USE_CDFEDM2 ////////////////////////////////////////////////////////////////////////// // // Function: createTower.hh // Purpose: This is the non-member function responsible for the creation // of calorimetry towers of a specific type. This function // probably does not belong in the CalorObjects area and will // eventually be integrated in CalData // // Created: 12/05/99 Pierre Savard // History: // ////////////////////////////////////////////////////////////////////////// #include"CalorObjects/CalTower.hh" // namespace calor { CalTower* createTower(size_t type); // } #endif // USE_CDFEDM2 #endif // _CREATE_TOWER_HH_