NAIA
|
#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 |
int | StopSelector = 0 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 31 of file NtpMaker.cpp.
References EXENAME, NAIA::NtpSelector::firstentry, NAIA::getLogger(), NAIA::NtpSelector::lastentry, 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 20 of file NtpMaker.cpp.
Referenced by main().
int StopSelector = 0 |
Definition at line 23 of file NtpMaker.cpp.
Referenced by sig_handler(), and NAIA::NtpSelector::UProcessCut().
|
static |
Definition at line 21 of file NtpMaker.cpp.
Referenced by main().