NAIA  1.1.1
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

◆ main()

int main ( int  argc,
char **  argv 
)

◆ sig_handler()

void sig_handler ( int  signum)

Definition at line 43 of file NtpMaker.cpp.

References StopSelector.

Referenced by main().

Variable Documentation

◆ EXENAME

constexpr auto EXENAME = R"(NtpMaker)"
staticconstexpr

Definition at line 21 of file NtpMaker.cpp.

Referenced by main().

◆ StopSelector

bool StopSelector = false

Definition at line 41 of file NtpMaker.cpp.

Referenced by sig_handler(), and NAIA::NtpSelector::UProcessCut().

◆ USAGE

constexpr auto USAGE
staticconstexpr
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
--use-getmcbeta Use GetMCBeta() instead of GetBeta() (default: false, needed before MC production 1308)
-h, --help Give this help list
)"

Definition at line 22 of file NtpMaker.cpp.

Referenced by main().