#include <iostream>
#include <iomanip>
#include <utl/config.h>
#include <utl/Reader.h>
#include <utl/ErrorLogger.h>
#include <utl/AugerUnits.h>
#include <utl/MathConstants.h>
#include <utl/PhysicalConstants.h>
#include <utl/TabulatedFunction.h>
#include <utl/TabulatedFunctionErrors.h>
#include <utl/Trace.h>
#include <utl/MultiTabulatedFunction.h>
#include <utl/Point.h>
#include <utl/UTMPoint.h>
#include <utl/TimeStamp.h>
#include <utl/TimeInterval.h>
#include <utl/UTCDateTime.h>
#include <utl/AugerException.h>
#include <fwk/CentralConfig.h>
#include <fwk/RunController.h>
#include <fwk/LocalCoordinateSystem.h>
#include <det/Detector.h>
#include <fdet/FDetector.h>
#include <fdet/Eye.h>
#include <fdet/Camera.h>
#include <fdet/Channel.h>
#include <fdet/Pixel.h>
#include <fdet/Telescope.h>
#include <evt/Event.h>
#include <evt/ShowerSimData.h>
#include <fevt/FEvent.h>
#include <fevt/Eye.h>
#include <fevt/EyeHeader.h>
#include <fevt/EyeTriggerData.h>
#include <fevt/Telescope.h>
#include <fevt/TelescopeSimData.h>
#include <fevt/TelescopeTriggerData.h>
#include <fevt/SLTData.h>
#include <fevt/PixelSimData.h>
#include <fevt/PixelTriggerData.h>
#include <fevt/Pixel.h>
#include <fevt/ChannelSimData.h>
#include <fevt/Channel.h>
#include <AugerEvent.h>
#include <FDEventLibVersion.hh>
#include <MiEvent.hh>
#include <MiEventHeader.hh>
#include <MiRun.hh>
#include <EyeEvent.hh>
#include <FdNumbering.hh>
#include "SltPatternData.h"
#include "FdTriggerSimulator.h"
#include <sstream>
Go to the source code of this file.
Macros | |
#define | EVENTCLASSIFIER_PARAMETERS_HEAT_2 |
#define | EVENTCLASSIFIER_PARAMETERS_OLD |
#define | EVENTCLASSIFIER_PARAMETERS_STD |
Implementation of the FdTriggerSimulator module
Definition in file FdTriggerSimulator.cc.
#define EVENTCLASSIFIER_PARAMETERS_HEAT_2 |
settings #2 for HEAT telescopes
Definition at line 136 of file FdTriggerSimulator.cc.
Referenced by FdTriggerSimulatorOG::FdTriggerSimulator::T3Sim().
#define EVENTCLASSIFIER_PARAMETERS_OLD |
Definition at line 123 of file FdTriggerSimulator.cc.
Referenced by FdTriggerSimulatorOG::FdTriggerSimulator::T3Sim().
#define EVENTCLASSIFIER_PARAMETERS_STD |
settings for standard telescopes
Definition at line 113 of file FdTriggerSimulator.cc.
Referenced by FdTriggerSimulatorOG::FdTriggerSimulator::T3Sim().