NAIA
1.0.2
|
#include <docopt.h>
#include <fmt/ranges.h>
#include <signal.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include <spdlog/spdlog.h>
#include "TrdKCluster.h"
#include "amschain.h"
#include "root.h"
#include "tkdcards.h"
#include "NAIAVersion.h"
#include "NtpMaker/NtpSelector.h"
#include "NtpMaker/NtpTools.h"
#include "Utility/Logging/Logging.h"
Go to the source code of this file.
Functions | |
void | sig_handler (int signum) |
int | main (int argc, char **argv) |
Variables | |
static constexpr auto | EXENAME = R"(NtpMaker)" |
static constexpr auto | USAGE |
bool | StopSelector = false |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 31 of file NtpMaker.cpp.
References EXENAME, NAIA::getLogger(), NAIA::NtpTools::LoadInputFiles(), NAIA::Logging::MuteOutput(), NAIA::NtpSelector::SetOutputFilename(), sig_handler(), NAIA::Logging::UnmuteOutput(), and USAGE.
void sig_handler | ( | int | signum | ) |
|
static |
Definition at line 21 of file NtpMaker.cpp.
Referenced by main().
bool StopSelector = false |
Definition at line 24 of file NtpMaker.cpp.
Referenced by sig_handler(), and NAIA::NtpSelector::UProcessCut().
|
static |
Definition at line 22 of file NtpMaker.cpp.
Referenced by main().