00001 //testSansbox.cc 00002 //this file is the main funtion to build 00003 // an executable for this pacakge 00004 // 00005 // Akbar Mokhtarnai, LBNL June 2, 2004 00006 // 00007 00008 #include <iostream> 00009 00010 using namespace std; 00011 00012 #include "io/MJLogger.hh" 00013 00014 // Geant4 package includes 00015 #include "G4Box.hh" 00016 #include "globals.hh" 00017 00018 int main(){ 00019 00020 MJLog(trace) << "testing sandbox package" << endlog; 00021 00022 return 0; 00023 } 00024