00001 00014 #ifndef LARUTILMANAGER_HH 00015 #define LARUTILMANAGER_HH 00016 00017 #include <iostream> 00018 #include "Geometry.hh" 00019 #include "LArProperties.hh" 00020 #include "DetectorProperties.hh" 00021 #include "GeometryUtilities.hh" 00022 00023 namespace larutil { 00029 class LArUtilManager : public larlight::larlight_base { 00030 00031 private: 00032 00034 LArUtilManager(){}; 00035 00037 virtual ~LArUtilManager(){}; 00038 00040 static bool ReconfigureUtilities(); 00041 00042 public: 00043 00045 static bool Reconfigure(larlight::GEO::DetId_t type); 00046 00047 }; 00048 } 00049 00050 #endif 00051 // end of doxygen group 00052