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
9239bd95
Commit
9239bd95
authored
1 year ago
by
Sergey Gorbunov
Committed by
Florian Uhlig
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
nullptr fixes
parent
174ea7f4
No related branches found
No related tags found
1 merge request
!1488
nullptr fixes
Pipeline
#25824
passed
1 year ago
Stage: build
Stage: package
Stage: verify
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
core/base/CbmDigiManager.h
+1
-2
1 addition, 2 deletions
core/base/CbmDigiManager.h
core/data/mvd/CbmMvdHit.h
+1
-1
1 addition, 1 deletion
core/data/mvd/CbmMvdHit.h
reco/detectors/sts/CbmStsFindTracks.h
+1
-1
1 addition, 1 deletion
reco/detectors/sts/CbmStsFindTracks.h
with
3 additions
and
4 deletions
core/base/CbmDigiManager.h
+
1
−
2
View file @
9239bd95
...
@@ -23,13 +23,12 @@
...
@@ -23,13 +23,12 @@
#include
<boost/any.hpp>
// for any_cast, bad_any_cast (ptr...
#include
<boost/any.hpp>
// for any_cast, bad_any_cast (ptr...
#include
<boost/exception/exception.hpp>
// for clone_impl, error_info_inje...
#include
<boost/exception/exception.hpp>
// for clone_impl, error_info_inje...
#include
<cassert>
// for assert
#include
<gsl/span>
#include
<gsl/span>
#include
<iosfwd>
// for string
#include
<iosfwd>
// for string
#include
<map>
// for map, map<>::mapped_type
#include
<map>
// for map, map<>::mapped_type
#include
<vector>
// for vector
#include
<vector>
// for vector
#include
<assert.h>
// for assert
class
CbmMatch
;
class
CbmMatch
;
/** @brief CbmDigiManager
/** @brief CbmDigiManager
...
...
This diff is collapsed.
Click to expand it.
core/data/mvd/CbmMvdHit.h
+
1
−
1
View file @
9239bd95
...
@@ -53,7 +53,7 @@ public:
...
@@ -53,7 +53,7 @@ public:
/** Output to screen **/
/** Output to screen **/
virtual
void
Print
(
const
Option_t
*
opt
=
0
)
const
;
virtual
void
Print
(
const
Option_t
*
opt
=
nullptr
)
const
;
/** Accessors **/
/** Accessors **/
...
...
This diff is collapsed.
Click to expand it.
reco/detectors/sts/CbmStsFindTracks.h
+
1
−
1
View file @
9239bd95
...
@@ -48,7 +48,7 @@ public:
...
@@ -48,7 +48,7 @@ public:
*@param finder Pointer to STS track finder concrete class
*@param finder Pointer to STS track finder concrete class
*@param useMvd Include MVD hits in track finding
*@param useMvd Include MVD hits in track finding
**/
**/
CbmStsFindTracks
(
Int_t
iVerbose
,
CbmStsTrackFinder
*
finder
=
NULL
,
Bool_t
useMvd
=
kTRUE
,
CbmStsFindTracks
(
Int_t
iVerbose
,
CbmStsTrackFinder
*
finder
=
nullptr
,
Bool_t
useMvd
=
kTRUE
,
const
char
*
name
=
"STSFindTracks"
);
const
char
*
name
=
"STSFindTracks"
);
...
...
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