00001 00002 #include "GlastSvc/GlastRandomSvc/IRandomAccess.h" 00003 #include "GlastSvc/GlastRandomSvc/RandomAccess.h" 00004 #include "GaudiKernel/ToolFactory.h" 00005 00006 class FluxSvcRandom : public RandomAccess { 00007 public: 00008 FluxSvcRandom( const std::string& type, const std::string& name, const 00009 IInterface* parent):RandomAccess(type,name,parent) {} 00010 }; 00011 00012 // Static factory for instantiation of algtool objects 00013 static ToolFactory<FluxSvcRandom> s_factory; 00014 const IToolFactory& FluxSvcRandomFactory = s_factory;
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001