NAIA  1.0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Functions | Variables
NtpMaker.cpp File Reference
#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
 

Function Documentation

int main ( int  argc,
char **  argv 
)
void sig_handler ( int  signum)

Definition at line 26 of file NtpMaker.cpp.

References StopSelector.

Referenced by main().

Variable Documentation

constexpr auto EXENAME = R"(NtpMaker)"
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().

constexpr auto USAGE
static
Initial value:
= R"(NtpMaker, NAIA ntuple version Usage: NtpMaker (-i FILE...) (-o FILE) [-v | -vv] [options] NtpMaker --version Options: -i, --input-file=FILE Input file -o, --output-file=FILE Output file -w, --overwrite Overwrite results -v... Verbosity level (once for Debug, twice for Trace) -e, --from-event=EVNO Process from this event -E, --single-event=EVNO Process only this event -n, --nevents=NEV Process # events --reprocess_rti Reprocess and replace the RTIInfo tree only -h, --help Give this help list )"

Definition at line 22 of file NtpMaker.cpp.

Referenced by main().