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

FluxMgr.cxx File Reference

#include "FluxMgr.h"
#include "FluxSvc/FluxSource.h"
#include "SpectrumFactoryTable.h"
#include "GPS.h"
#include "FluxException.h"
#include "CompositeDiffuse.h"
#include "dom/DOM_Document.hpp"
#include "dom/DOM_Element.hpp"
#include "xml/Dom.h"
#include "xml/IFile.h"
#include "Orbit.h"

Go to the source code of this file.

Defines

#define DLL_DECL_SPECTRUM(x)   extern const ISpectrumFactory& x##Factory; x##Factory.addRef();

Functions

void sampleintvl (double t)


Define Documentation

#define DLL_DECL_SPECTRUM      extern const ISpectrumFactory& x##Factory; x##Factory.addRef();
 

Definition at line 19 of file FluxMgr.cxx.

Referenced by flux_load(), rootplot::flux_load(), and FluxMgr::init().


Function Documentation

void sampleintvl double    t
 

Definition at line 345 of file FluxMgr.cxx.

References GPS::instance(), and GPS::sampleintvl().

00345                                         {
00346     GPS::instance()->sampleintvl(t);
00347 }


Generated on Wed Oct 16 14:01:31 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001