Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre-Alain Loizeau
cbmroot
Commits
7c1b5ab6
Commit
7c1b5ab6
authored
Mar 30, 2021
by
Pierre-Alain Loizeau
Committed by
Florian Uhlig
Mar 31, 2021
Browse files
Apply Clang format
parent
ffe9c688
Pipeline
#9049
passed with stages
in 37 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
analysis/detectors/tof/CbmTofAnaTestbeam.cxx
analysis/detectors/tof/CbmTofAnaTestbeam.cxx
+2
-3
No files found.
analysis/detectors/tof/CbmTofAnaTestbeam.cxx
View file @
7c1b5ab6
...
...
@@ -1152,8 +1152,7 @@ Bool_t CbmTofAnaTestbeam::RegisterInputs() {
fTofDigiMatchCollIn
=
(
TClonesArray
*
)
fManager
->
GetObject
(
"TofDigiMatch"
);
if
(
NULL
==
fTofDigiMatchCollIn
)
{
fTofDigiMatchCollIn
=
(
TClonesArray
*
)
fManager
->
GetObject
(
"TofHitCalDigiMatch"
);
fTofDigiMatchCollIn
=
(
TClonesArray
*
)
fManager
->
GetObject
(
"TofHitCalDigiMatch"
);
if
(
NULL
==
fTofDigiMatchCollIn
)
{
LOG
(
error
)
<<
"CbmTofAnaTestbeam::RegisterInputs => Could not get the "
"Match TClonesArray!!!"
;
...
...
@@ -4602,7 +4601,7 @@ Bool_t CbmTofAnaTestbeam::FillHistos() {
break
;
}
}
}
//fiMrpcRef condition end
}
//fiMrpcRef condition end
if
(
2
==
CbmTofAddress
::
GetSmType
(
iDetId2
))
{
// Plastic
Int_t
iSm
=
CbmTofAddress
::
GetSmId
(
iDetId2
);
if
(
iSm
<
2
)
{
...
...
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