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

rootplot.cxx File Reference

#include "flux/FluxMgr.h"
#include "flux/EventSource.h"
#include "flux/ISpectrumFactory.h"
#include "../SpectrumFactoryTable.h"
#include "rootEnergyHist.h"
#include "rootAngleHist.h"
#include <fstream>

Go to the source code of this file.

Defines

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

Functions

void listSources (const std::list<std::string>& source_list )
void listSpectra ()
void flux_load ()
void WARNING (const char * text )
void FATAL (const char* s)

Variables

const int NUM_BINS = 30
 Test program for graphing the spectrums available through the flux package. More...

const double ENERGY_MIN = 0.01
const double ENERGY_MAX = 100.0


Define Documentation

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

Definition at line 71 of file rootplot.cxx.


Function Documentation

void FATAL ( const char * s )
 

Definition at line 87 of file rootplot.cxx.

Referenced by AlbedoSpectrum::AlbedoSpectrum().

void WARNING ( const char * text )
 

Definition at line 86 of file rootplot.cxx.

Referenced by FluxSource::setLaunch().

void flux_load ( )
 

Definition at line 73 of file rootplot.cxx.

Referenced by main().

void listSources ( const std::list< std::string >& source_list )
 

Definition at line 54 of file rootplot.cxx.

Referenced by main().

void listSpectra ( )
 

Definition at line 62 of file rootplot.cxx.

Referenced by main().


Variable Documentation

const double ENERGY_MAX = 100.0
 

Definition at line 28 of file rootplot.cxx.

const double ENERGY_MIN = 0.01
 

Definition at line 27 of file rootplot.cxx.

const int NUM_BINS = 30
 

Test program for graphing the spectrums available through the flux package.

Definition at line 24 of file rootplot.cxx.


Generated at Wed Nov 21 12:20:35 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000