// MAUS WARNING: THIS IS LEGACY CODE. // SciFiCableManager.hh // // Code to allow Datacards to read which SciFiCableType to use, // either Imperial or Osaka version. // // A.Fish 29/9/2006 #ifndef SCIFICABLEMANAGER_HH #define SCIFICABLEMANAGER_HH #include "Interface/MICERun.hh" #include "Interface/dataCards.hh" void makeVlpcCable( MICERun* ); #endif