Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena-acts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Dimitra Amperiadou
athena-acts
Commits
a10bcd96
Commit
a10bcd96
authored
7 months ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
HGTD_EventTPCnv: fix uninitMemberVar cppcheck warning
parent
55244b46
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HighGranularityTimingDetector/HGTD_EventCnv/HGTD_EventTPCnv/HGTD_EventTPCnv/HGTD_RDO_p1.h
+7
-7
7 additions, 7 deletions
...TD_EventCnv/HGTD_EventTPCnv/HGTD_EventTPCnv/HGTD_RDO_p1.h
with
7 additions
and
7 deletions
HighGranularityTimingDetector/HGTD_EventCnv/HGTD_EventTPCnv/HGTD_EventTPCnv/HGTD_RDO_p1.h
+
7
−
7
View file @
a10bcd96
/**
* Copyright (C) 2002-202
2
CERN for the benefit of the ATLAS collaboration.
* Copyright (C) 2002-202
4
CERN for the benefit of the ATLAS collaboration.
*
* @file HGTD_EventTPCnv/HGTD_RDO_p1.h
* @author Alexander Leopold <alexander.leopold@cern.ch>
...
...
@@ -21,12 +21,12 @@ public:
friend
class
HGTD_RDO_Cnv_p1
;
private:
IdType_t
m_rdo_id
;
float
m_toa
;
unsigned
int
m_tot
;
unsigned
short
m_bcid
;
unsigned
short
m_l1_id
;
unsigned
short
m_l1_a
;
IdType_t
m_rdo_id
{}
;
float
m_toa
{}
;
unsigned
int
m_tot
{}
;
unsigned
short
m_bcid
{}
;
unsigned
short
m_l1_id
{}
;
unsigned
short
m_l1_a
{}
;
};
#endif // HGTD_RDO_P1_H
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