// D0Detector.cpp #include "D0Detector.h" #include "trf_cft/SimpleCFTDetector.h" using namespace trf; //********************************************************************** // Methods for public class. //********************************************************************** // Constructor. D0Detector::D0Detector() { // Create the subdetectors and add the layers from each // to the global detector. DetectorPtr pdet; // scifi add_subdetector( pdet = new SimpleCFTDetector ); // smt // muon } //********************************************************************** // Destructor. D0Detector::~D0Detector() { } //**********************************************************************