Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eoin Clerkin
cbmroot_geometry
Commits
af3f8bd3
Commit
af3f8bd3
authored
Nov 24, 2020
by
Norbert Herrmann
Browse files
abandon digi.par parameter file
parent
a2d93df0
Changes
1
Hide whitespace changes
Inline
Side-by-side
MQ/hitbuilder/CbmDeviceHitBuilderTof.cxx
View file @
af3f8bd3
...
...
@@ -414,7 +414,7 @@ Bool_t CbmDeviceHitBuilderTof::InitContainers() {
Int_t
iGeoVersion
;
FairParSet
*
cont
;
for
(
Int_t
iSet
=
0
;
iSet
<
NSet
;
iSet
++
)
{
for
(
Int_t
iSet
=
1
;
iSet
<
NSet
;
iSet
++
)
{
std
::
string
message
=
parSet
[
iSet
]
+
","
+
to_string
(
fiRunId
);
LOG
(
info
)
<<
"Requesting parameter container, sending message: "
<<
message
;
...
...
@@ -2077,8 +2077,9 @@ Bool_t CbmDeviceHitBuilderTof::InspectRawDigis() {
fChannelInfo
=
fDigiPar
->
GetCell
(
iChId
);
if
(
NULL
==
fChannelInfo
)
{
LOG
(
warn
)
<<
Form
(
"Invalid ChannelInfo for 0x%08x, 0x%08x"
,
iChId
,
pDigi2Min
->
GetAddress
());
iChId
,
pDigi2Min
->
GetAddress
())
<<
" TSRC "
<<
pDigi
->
GetType
()
<<
pDigi
->
GetSm
()
<<
pDigi
->
GetRpc
()
<<
pDigi
->
GetChannel
();
continue
;
}
if
(
fDigiBdfPar
->
GetSigVel
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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