Main Page | Namespace List | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

FluxSvcRandom.cxx

Go to the documentation of this file.
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;

Generated on Mon Dec 1 13:29:59 2008 by doxygen 1.3.3