Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GANILAnalysis
MFMlib
Commits
2eb34e49
Commit
2eb34e49
authored
Oct 06, 2021
by
LEGEARD Luc
☢
Browse files
remove a bad display with ReaGeneric
parent
9ed79304
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
sources/MFMReaGenericFrame.cc
sources/MFMReaGenericFrame.cc
+2
-2
sources/MFMReaTraceFrame.cc
sources/MFMReaTraceFrame.cc
+1
-0
sources/Version.h
sources/Version.h
+1
-1
No files found.
sources/MFMReaGenericFrame.cc
View file @
2eb34e49
...
...
@@ -136,8 +136,8 @@ void MFMReaGenericFrame::FillDataWithRamdomValue(uint64_t timestamp,
}
//_______________________________________________________________________________
void
MFMReaGenericFrame
::
InitStat
()
{
if
(
fInitStatDone
==
false
)
return
;
MFMNumExoFrame
::
InitStat
();
MFMNumExoFrame
::
InitStat
()
;
if
(
fInitStatDone
==
false
)
return
;
int
channel
;
for
(
channel
=
0
;
channel
<
NUMEXO_NB_CHANNELS
;
channel
++
){
fSumEnergy
[
channel
]
=
0
;
...
...
sources/MFMReaTraceFrame.cc
View file @
2eb34e49
...
...
@@ -343,6 +343,7 @@ string MFMReaTraceFrame::DumpData(char mode, bool nozero) const {
//_______________________________________________________________________________
void
MFMReaTraceFrame
::
InitStat
()
{
MFMBasicFrame
::
InitStat
();
if
(
fInitStatDone
==
false
)
return
;
int
i
;
fCountNbEventCard
=
new
long
long
[
NUMEXO_MAX_NUMB_BOARDS
];
for
(
i
=
0
;
i
<
NUMEXO_MAX_NUMB_BOARDS
;
i
++
)
{
...
...
sources/Version.h
View file @
2eb34e49
#define MFM_VERSION "v21.
09.20
"
#define MFM_VERSION "v21.
10.06
"
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