#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GaudiKernel/IParticlePropertySvc.h"
#include "GaudiKernel/ParticleProperty.h"
#include "GaudiKernel/SmartRefVector.h"
#include "Event/TopLevel/Event.h"
#include "Event/TopLevel/MCEvent.h"
#include "Event/MonteCarlo/McParticle.h"
#include "Event/TopLevel/EventModel.h"
#include "Event/MonteCarlo/Exposure.h"
#include "ntupleWriterSvc/INTupleWriterSvc.h"
#include "facilities/Util.h"
#include "facilities/Observer.h"
#include "facilities/Timestamp.h"
#include "astro/GPS.h"
#include "FluxSvc/PointingInfo.h"
#include "FluxSvc/IFluxSvc.h"
#include "flux/IFlux.h"
#include "flux/Spectrum.h"
#include "flux/EventSource.h"
#include "CLHEP/Vector/LorentzVector.h"
#include "CLHEP/Random/Random.h"
#include <cassert>
#include <vector>
#include <iomanip>
#include <fstream>
#include <stdexcept>
#include "GaudiKernel/Algorithm.h"
#include "GaudiKernel/Property.h"
Include dependency graph for FluxAlg.cxx:

Go to the source code of this file.
Compounds | |
| class | FluxAlg |
| This is an Algorithm designed to get particle information from FluxSvc and put it onto the TDS for later retrieval. More... | |
Typedefs | |
| typedef HepGeom::Point3D< double > | HepPoint3D |
| typedef HepGeom::Vector3D< double > | HepVector3D |
Variables | |
| const IAlgFactory & | FluxAlgFactory = Factory |
Definition in file FluxAlg.cxx.
|
|
Definition at line 70 of file FluxAlg.cxx. |
|
|
Definition at line 71 of file FluxAlg.cxx. |
|
|
Definition at line 149 of file FluxAlg.cxx. |
1.3.3