-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sychronizing RDataFrame logger with the global one
- Loading branch information
Showing
4 changed files
with
303 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,41 @@ | ||
.\" Manpage for fccanalysis | ||
.\" Contact [email protected] to correct errors or typos. | ||
.TH FCCANALYSIS 1 "24 May 2023" "0.7.0" "fccanalysis man page" | ||
.TH FCCANALYSIS 1 "19 Oct 2023" "0.7.0" "fccanalysis man page" | ||
.SH NAME | ||
fccanalysis \- build and run your FCC analysis | ||
.SH SYNOPSIS | ||
.sp | ||
.nf | ||
\fIfccanalysis\fR [\-h | \-\-help] <command> [<args>] | ||
\fIfccanalysis\fR [\-h] [\-v | \-vv | \-vvv] <command> [<args>] | ||
.fi | ||
.sp | ||
.SH DESCRIPTION | ||
\fIfccanalysis\fR is the manager program for the FCC analysis, which can build, | ||
run or submit analysis to the batch\&. | ||
.SH OPTIONS | ||
.PP | ||
\-\-help | ||
\-h, \-\-help | ||
.RS 4 | ||
Prints short help message and exits\&. | ||
.RE | ||
.PP | ||
\-v, \-\-verbose | ||
.RS 4 | ||
Makes output verbose. RDataFrame verbosity level is set to | ||
ROOT.Experimental.ELogLevel.kInfo\&. | ||
.RE | ||
.PP | ||
\-vv, \-\-more\-verbose | ||
.RS 4 | ||
Makes output more verbose. RDataFrame verbosity level is set to | ||
ROOT.Experimental.ELogLevel.kDebug\&. | ||
.RE | ||
.PP | ||
\-vvv, \-\-most\-verbose | ||
.RS 4 | ||
Makes output even more verbose. RDataFrame verbosity level is set to | ||
ROOT.Experimental.ELogLevel.kDebug+10 \-\-\- outputs also generated code\&. | ||
.RE | ||
.SH COMMANDS | ||
.PP | ||
\fBfccanalysis-init\fR | ||
|
Oops, something went wrong.