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
0656ec3e
Commit
0656ec3e
authored
1 year ago
by
Sergey Gorbunov
Committed by
Volker Friese
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
compiler warning fixes in MVD code
parent
a545be98
No related branches found
No related tags found
1 merge request
!1418
compiler warning fixes in MVD code
Pipeline
#25070
passed
1 year ago
Stage: build
Stage: package
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/detectors/mvd/plugins/buffers/CbmMvdSensorFrameBuffer.cxx
+1
-1
1 addition, 1 deletion
...detectors/mvd/plugins/buffers/CbmMvdSensorFrameBuffer.cxx
core/detectors/mvd/plugins/buffers/CbmMvdSensorFrameBuffer.h
+1
-1
1 addition, 1 deletion
core/detectors/mvd/plugins/buffers/CbmMvdSensorFrameBuffer.h
with
2 additions
and
2 deletions
core/detectors/mvd/plugins/buffers/CbmMvdSensorFrameBuffer.cxx
+
1
−
1
View file @
0656ec3e
...
@@ -108,7 +108,7 @@ void CbmMvdSensorFrameBuffer::SendInputArray(TClonesArray* inputStream)
...
@@ -108,7 +108,7 @@ void CbmMvdSensorFrameBuffer::SendInputArray(TClonesArray* inputStream)
// -------------------------------------------------------------------------
// -------------------------------------------------------------------------
void
CbmMvdSensorFrameBuffer
::
SetInput
(
CbmMvdPoin
t
*
point
)
void
CbmMvdSensorFrameBuffer
::
SetInput
(
TObjec
t
*
point
)
{
{
new
((
*
fBuffer
)[
fBuffer
->
GetEntriesFast
()])
CbmMvdPoint
(
*
((
CbmMvdPoint
*
)
point
));
new
((
*
fBuffer
)[
fBuffer
->
GetEntriesFast
()])
CbmMvdPoint
(
*
((
CbmMvdPoint
*
)
point
));
...
...
This diff is collapsed.
Click to expand it.
core/detectors/mvd/plugins/buffers/CbmMvdSensorFrameBuffer.h
+
1
−
1
View file @
0656ec3e
...
@@ -49,7 +49,7 @@ public:
...
@@ -49,7 +49,7 @@ public:
// Send a new event to the buffer. The event will be absorbed but not processed.
// Send a new event to the buffer. The event will be absorbed but not processed.
// The input - array will be emptied
// The input - array will be emptied
void
SendInputArray
(
TClonesArray
*
inputStream
);
void
SendInputArray
(
TClonesArray
*
inputStream
);
void
SetInput
(
CbmMvdPoin
t
*
point
);
void
SetInput
(
TObjec
t
*
point
);
// Receives the current event from the buffer. The Event is defined by the functions
// Receives the current event from the buffer. The Event is defined by the functions
// BuildTimeSlice or BuildMimosaFrame. The memory is not emtied, use Clear*-methods
// BuildTimeSlice or BuildMimosaFrame. The memory is not emtied, use Clear*-methods
...
...
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