Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
50736d73
Commit
50736d73
authored
Oct 09, 2017
by
Simon Spannagel
Browse files
Remove Parameters::help() function
parent
eab5d016
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/Parameters.C
View file @
50736d73
...
...
@@ -18,12 +18,6 @@ Parameters::Parameters() {
eventLength
=
0
.
000
;
// seconds (0.1 ms)
}
void
Parameters
::
help
()
{
LOG
(
INFO
)
<<
"********************************************************************"
;
LOG
(
INFO
)
<<
"Typical 'tbAnalysis' executions are:"
;
LOG
(
INFO
)
<<
" => bin/tbAnalysis -d directory"
;
}
// Sort function for detectors from low to high z
map
<
string
,
DetectorParameters
*>
globalDetector
;
bool
sortByZ
(
string
detector1
,
string
detector2
)
{
...
...
@@ -33,12 +27,6 @@ bool sortByZ(string detector1, string detector2) {
// Read command line options and set appropriate variables
void
Parameters
::
readCommandLineOptions
(
int
argc
,
char
*
argv
[])
{
// If there are no input parameters then display the help function
if
(
argc
==
1
)
{
help
();
return
;
}
LOG
(
STATUS
)
<<
"===================| Reading Parameters |===================="
;
int
option
;
char
temp
[
256
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment