#include "FluxSvc/PointingInfo.h"#include "GaudiKernel/Algorithm.h"#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/AlgFactory.h"#include "GaudiKernel/IDataProviderSvc.h"#include "GaudiKernel/SmartDataPtr.h"#include "GaudiKernel/SmartRefVector.h"#include "astro/SkyDir.h"#include "astro/EarthCoordinate.h"#include "astro/SolarSystem.h"#include "FluxSvc/IFluxSvc.h"#include "flux/IFlux.h"#include "astro/GPS.h"#include "ntupleWriterSvc/INTupleWriterSvc.h"#include "facilities/Util.h"#include "facilities/Observer.h"#include "Trigger/ILivetimeSvc.h"#include <cassert>#include <vector>#include <fstream>#include <iomanip>#include <map>Include dependency graph for ExposureAlg.cxx:

Go to the source code of this file.
Compounds | |
| class | ExposureAlg |
| This is an Algorithm designed to get information about LAT position, from FluxSvc and use it to put information onto the TDS about LAT pointing and location characteristics, effectively generating the D2 database. The "TimeTick" Spectrum is included (and can be used in jobOptions with this algorithm) in order to provide a constant time reference. More... | |
Variables | |
| const IAlgFactory & | ExposureAlgFactory = Factory |
|
|
Definition at line 96 of file ExposureAlg.cxx. |
1.3.3