Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lst
lst-data-process-128
Commits
aee74197
Commit
aee74197
authored
May 17, 2016
by
Aurelien Blanc
Browse files
test
parent
e60d3d97
Pipeline
#306
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lstdpp128/algorithms/root/CoincidenceOffline.cpp
View file @
aee74197
...
...
@@ -48,6 +48,7 @@ CoincidenceOffline::CoincidenceOffline() :
void
CoincidenceOffline
::
init
(
std
::
vector
<
int16_t
>
const
&
detectorADCs
,
time_type
coincidenceDT
,
time_type
cleanDT
,
int
mult
,
int32_t
maxBlockSize
,
std
::
string
const
&
outFileName
,
bool
isSingle
)
{
_RTime
=
time
(
0
);
_CPUTime
=
clock
();
...
...
src/lstdpp128/apps/root/Lst2Root.cpp
View file @
aee74197
...
...
@@ -64,6 +64,7 @@ int main(int argc, char * argv[]) {
cerr
<<
"usage : <file> <coincidence dT> <cleanDT> <mult> <detectoradc.txt> <XPConfig.txt> [blockSize=8192] [outputDirectory=.] [isVerbose=false] [isSingle=false]"
<<
endl
;
return
EXIT_FAILURE
;
}
cout
<<
endl
<<
endl
<<
endl
;
cout
<<
"##################################################"
<<
endl
;
cout
<<
"# LST2ROOT #"
<<
endl
;
...
...
Write
Preview
Markdown
is supported
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