-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding manual pages for final and pin sub-commands (#393)
* Adding manual pages for final and pin sub-commands * Using clang format from the stack * Adding safe directory * Using stable stack
- Loading branch information
Showing
10 changed files
with
168 additions
and
35 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
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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
.\" Manpage for fccanalysis-final | ||
.\" Contact [email protected] to correct errors or typos. | ||
.TH FCCANALYSIS\-FINAL 1 "18 Jul 2024" "0.9.0" "fccanalysis-final man page" | ||
.SH NAME | ||
\fBfccanalysis\-final\fR \(en finalize your analysis into histograms | ||
.SH SYNOPSIS | ||
.B fccanalysis final | ||
[\fB\-h\fR | \fB\-\-help\fR] | ||
[\fB\-g\fR | \fB\-\-graph\fR] | ||
[\fB\-\-graph\-path\fR \fIGRAPH_PATH\fR] | ||
.SH DESCRIPTION | ||
.PP | ||
.B fccanalysis\-final runs the last stage of the analysis, where one defines | ||
final cuts and histograms\&. This stage can also output ROOT and LaTeX files for | ||
further use\&. | ||
.SH OPTIONS | ||
.TP | ||
.BR \-h ", " \-\-help | ||
Prints short help message and exits\&. | ||
.TP | ||
.BR \-g ", " \-\-graph | ||
Generates computational graph of the analysis\&. | ||
.TP | ||
\fB\-\-graph\-path\fR \fIGRAPH_PATH\fR | ||
Analysis graph save path, should end with '.dot' or '.png'\&. | ||
.SH SEE ALSO | ||
fccanalysis(1) | ||
.SH BUGS | ||
Many | ||
.SH AUTHORS | ||
There are many contributors to the FCCAnalyses framework, but the principal | ||
authors are: | ||
.in +4 | ||
Clement Helsens | ||
.br | ||
Valentin Volkl | ||
.br | ||
Gerardo Ganis | ||
.SH FCCANALYSES | ||
Part of the FCCAnalyses framework\&. | ||
.SH LINKS | ||
.PP | ||
.UR https://hep-fcc\&.github\&.io/FCCAnalyses/ | ||
FCCAnalyses webpage | ||
.UE | ||
.PP | ||
.UR https://github\&.com/HEP\-FCC/FCCAnalyses/ | ||
FCCAnalysises GitHub repository | ||
.UE | ||
.PP | ||
.UR https://fccsw\-forum\&.web\&.cern\&.ch/ | ||
FCCSW Forum | ||
.UE | ||
.SH CONTACT | ||
.pp | ||
.MT [email protected] | ||
FCC-PED-SoftwareAndComputing-Analysis | ||
.ME |
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 |
---|---|---|
@@ -0,0 +1,74 @@ | ||
.\" Manpage for fccanalysis-pin | ||
.\" Contact [email protected] to correct errors or typos. | ||
.TH FCCANALYSIS\-PIN 1 "18 Jul 2024" "0.9.0" "fccanalysis-pin man page" | ||
.SH NAME | ||
\fBfccanalysis\-pin\fR \(en pin version of the Key4hep stack | ||
.SH SYNOPSIS | ||
.B fccanalysis pin | ||
[\fB\-h\fR | \fB\-\-help\fR] | ||
[\fB\-c\fR | \fB\-\-clear\fR] | ||
[\fB\-f\fR | \fB\-\-force\fR] | ||
[\fB\-s\fR | \fB\-\-show\fR] | ||
.SH DESCRIPTION | ||
.PP | ||
.B fccanalysis\-pin allows one to freeze the Key4hep stack version for the local | ||
copy of the FCCAnalyses\&. To create the "pin" first make sure that you have | ||
sourced Key4hep stack and after that simply run | ||
.IP | ||
fccanalysis pin | ||
|
||
.RE | ||
.PP | ||
which will save the currently sourced stack into the pin\&. | ||
.PP | ||
In order to pin the analysis to any other stack source this stack first\&. | ||
.PP | ||
The information about the stack (if pin is active) is stored in file | ||
\&.fccana/stackpin inside the root of the FCCAnalyses\&. | ||
.SH OPTIONS | ||
.TP | ||
.BR \-h ", " \-\-help | ||
Prints short help message and exits\&. | ||
.TP | ||
.BR \-c ", " \-\-clear | ||
Clear current analysis pin (if active)\&. | ||
.TP | ||
.BR \-f ", " \-\-force | ||
Force recreation of the analysis pin (can be used to overwrite the current | ||
pin)\&. | ||
.TP | ||
.BR \-s ", " \-\-show | ||
Show current stack in the pin (if active)\&. | ||
.SH SEE ALSO | ||
fccanalysis(1) | ||
.SH BUGS | ||
Many | ||
.SH AUTHORS | ||
There are many contributors to the FCCAnalyses framework, but the principal | ||
authors are: | ||
.in +4 | ||
Clement Helsens | ||
.br | ||
Valentin Volkl | ||
.br | ||
Gerardo Ganis | ||
.SH FCCANALYSES | ||
Part of the FCCAnalyses framework\&. | ||
.SH LINKS | ||
.PP | ||
.UR https://hep-fcc\&.github\&.io/FCCAnalyses/ | ||
FCCAnalyses webpage | ||
.UE | ||
.PP | ||
.UR https://github\&.com/HEP\-FCC/FCCAnalyses/ | ||
FCCAnalysises GitHub repository | ||
.UE | ||
.PP | ||
.UR https://fccsw\-forum\&.web\&.cern\&.ch/ | ||
FCCSW Forum | ||
.UE | ||
.SH CONTACT | ||
.pp | ||
.MT [email protected] | ||
FCC-PED-SoftwareAndComputing-Analysis | ||
.ME |
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
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