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
4f0e65c7
Commit
4f0e65c7
authored
Sep 13, 2021
by
LEGEARD Luc
☢
Browse files
remove a bug in ReaGenericFrame , in filling vector for GRU TTree
parent
73ad1e6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sources/MFMReaGenericFrame.cc
sources/MFMReaGenericFrame.cc
+2
-2
sources/Version.h
sources/Version.h
+1
-1
No files found.
sources/MFMReaGenericFrame.cc
View file @
4f0e65c7
...
@@ -253,7 +253,7 @@ void MFMReaGenericFrame::SetTabValues(){
...
@@ -253,7 +253,7 @@ void MFMReaGenericFrame::SetTabValues(){
fTabValueTimeStamp
=
GetTimeStamp
();
fTabValueTimeStamp
=
GetTimeStamp
();
fBoardIndex
=
fConvertNoBoardIndex
[
fBoardNumber
];
fBoardIndex
=
fConvertNoBoardIndex
[
fBoardNumber
];
if
(
fInitTabValuesDone
==
false
)
return
;
if
(
fInitTabValuesDone
==
false
)
return
;
if
((
fNumberOfBoards
>
fBoardIndex
)
and
(
fNumberOfBoards
>
fChannel
)){
if
((
fNumberOfBoards
>
fBoardIndex
)
and
(
NUMEXO_NB_CHANNELS
>
fChannel
)){
fEnergy
[
fBoardIndex
][
fChannel
]
=
GetEnergy
();
fEnergy
[
fBoardIndex
][
fChannel
]
=
GetEnergy
();
fTime
[
fBoardIndex
][
fChannel
]
=
GetTime
();
fTime
[
fBoardIndex
][
fChannel
]
=
GetTime
();
fTypeTNS
[
fBoardIndex
][
fChannel
]
=
GetTypeTns
();
fTypeTNS
[
fBoardIndex
][
fChannel
]
=
GetTypeTns
();
...
@@ -262,7 +262,7 @@ void MFMReaGenericFrame::SetTabValues(){
...
@@ -262,7 +262,7 @@ void MFMReaGenericFrame::SetTabValues(){
}
else
{
}
else
{
cout
<<
"Warning , index of card or No Channel to big
\n
"
;
cout
<<
"Warning , index of card or No Channel to big
\n
"
;
cout
<<
dec
<<
" BoardIndex = "
<<
fBoardIndex
<<
" <-> NumberOfBoards = "
<<
fNumberOfBoards
<<
"
\n
"
;
cout
<<
dec
<<
" BoardIndex = "
<<
fBoardIndex
<<
" <-> NumberOfBoards = "
<<
fNumberOfBoards
<<
"
\n
"
;
cout
<<
" ChannelIndex = "
<<
fChannel
<<
" <-> NUMEXO_NB_CHANNELS = "
<<
NUMEXO_NB_CHANNELS
<<
"
\n
"
;
cout
<<
" ChannelIndex = "
<<
fChannel
<<
"
<-> NUMEXO_NB_CHANNELS = "
<<
NUMEXO_NB_CHANNELS
<<
"
\n
"
;
}
}
}
}
//_______________________________________________________________________________
//_______________________________________________________________________________
...
...
sources/Version.h
View file @
4f0e65c7
#define MFM_VERSION "v21.0
7.28
"
#define MFM_VERSION "v21.0
9.14
"
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