#include <sdet/SDetector.h>
#include <sdet/SDetectorConstants.h>
#include <evt/Event.h>
#include <sevt/SEvent.h>
#include <sevt/SEventSimData.h>
#include <sevt/T3.h>
#include <sevt/EventTrigger.h>
#include <sevt/Header.h>
#include <sevt/Station.h>
#include <sevt/StationSimData.h>
#include <sevt/StationTriggerData.h>
#include <sevt/StationGPSData.h>
#include <sevt/PMT.h>
#include <sevt/PMTSimData.h>
#include <fevt/FEvent.h>
#include <fevt/Eye.h>
#include <fevt/EyeTriggerData.h>
#include <utl/ErrorLogger.h>
#include <utl/UTMPoint.h>
#include <utl/AugerUnits.h>
#include <utl/TabularStream.h>
#include <utl/String.h>
#include <utl/Is.h>
#include "XbAlgo.h"
#include "CentralTriggerSimulator.h"
Go to the source code of this file.
Namespaces | |
CentralTriggerSimulatorXb | |
Functions | |
bool | CentralTriggerSimulatorXb::IsSpecialStation (const sdet::Station &station) |
void | CentralTriggerSimulatorXb::MemoryCleanup () |
Variables | |
struct Station * | array = nullptr |
int | carmen_miranda = 300 |
int | debug = 0 |
int | maxstat = 0 |
int | newt2config = 1 |
int | nstat = 0 |
unsigned int | second_ = 0 |
int | trivial_algo = 180 |
int | verbose = 0 |
Implementation of CentralTriggerSimulator
Definition in file CentralTriggerSimulator.cc.
struct Station* array = nullptr |
Definition at line 45 of file CentralTriggerSimulator.cc.
Referenced by CentralTriggerSimulatorXb::CentralTriggerSimulator::ArrayInit(), BuildNeighbour(), SdRecPlotterOG::SdRecPlotter::DrawEvent(), CentralTriggerSimulatorXb::MemoryCleanup(), TestOfflineUtils_ROOT_io::testMultiTrace(), TestOfflineUtils_ROOT_io::testTraceD(), TestOfflineUtils_ROOT_io::testTraceI(), and XbAlgoT3Build().
int carmen_miranda = 300 |
Definition at line 53 of file CentralTriggerSimulator.cc.
Referenced by XbAlgoT2Process().
int debug = 0 |
Definition at line 51 of file CentralTriggerSimulator.cc.
int maxstat = 0 |
Definition at line 47 of file CentralTriggerSimulator.cc.
Referenced by CentralTriggerSimulatorXb::CentralTriggerSimulator::ArrayInit().
int newt2config = 1 |
Definition at line 49 of file CentralTriggerSimulator.cc.
Referenced by XbAlgoT2Process().
int nstat = 0 |
unsigned int second_ = 0 |
Definition at line 48 of file CentralTriggerSimulator.cc.
Referenced by CentralTriggerSimulatorXb::CentralTriggerSimulator::Run(), XbAlgoT2Process(), and XbAlgoT3Build().
int trivial_algo = 180 |
Definition at line 52 of file CentralTriggerSimulator.cc.
Referenced by XbAlgoT2Process().
int verbose = 0 |
Definition at line 50 of file CentralTriggerSimulator.cc.
Referenced by UniversalityFitter::UniversalityFitter::RunBarilocheReconstruction(), RdGlobalFit::RdGlobalFitMinimizationCriterion::setVerbose(), un2::SimpleReco(), and XbAlgoT2Process().