Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Commits
16dd8efb
Commit
16dd8efb
authored
8 months ago
by
Sergey Gorbunov
Committed by
Sergey Gorbunov
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
more detailed info output for the tof stations
parent
38f91eea
No related branches found
No related tags found
1 merge request
!1774
logging
Pipeline
#30669
passed
8 months ago
Stage: build
Stage: package
Stage: verify
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/detectors/tof/CbmTofTrackingInterface.cxx
+2
-1
2 additions, 1 deletion
core/detectors/tof/CbmTofTrackingInterface.cxx
with
2 additions
and
1 deletion
core/detectors/tof/CbmTofTrackingInterface.cxx
+
2
−
1
View file @
16dd8efb
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
***************************************************************************************************/
***************************************************************************************************/
#include
"CbmTofTrackingInterface.h"
#include
"CbmTofTrackingInterface.h"
#include
"CbmTofCreateDigiPar.h"
#include
"CbmTofCreateDigiPar.h"
#include
"FairDetector.h"
#include
"FairDetector.h"
#include
"FairRunAna.h"
#include
"FairRunAna.h"
...
@@ -102,7 +103,7 @@ InitStatus CbmTofTrackingInterface::Init()
...
@@ -102,7 +103,7 @@ InitStatus CbmTofTrackingInterface::Init()
auto
chUpBoarderY
=
chPosY
+
chSizeY
;
auto
chUpBoarderY
=
chPosY
+
chSizeY
;
LOG
(
info
)
<<
"iSmType="
<<
iSmType
<<
", iSm="
<<
iSm
<<
", iRpc="
<<
iRpc
<<
": trSta="
<<
iStation
LOG
(
info
)
<<
"iSmType="
<<
iSmType
<<
", iSm="
<<
iSm
<<
", iRpc="
<<
iRpc
<<
": trSta="
<<
iStation
<<
", z="
<<
chPosZ
;
<<
",
x="
<<
chPosX
<<
", y="
<<
chPosY
<<
",
z="
<<
chPosZ
;
// Cuts on Bmon and undefined station ID
// Cuts on Bmon and undefined station ID
if
(
5
==
iSmType
)
{
if
(
5
==
iSmType
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment