Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   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 Wed Oct 16 14:01:29 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001