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
d44ed254
Commit
d44ed254
authored
1 year ago
by
Felix Weiglhofer
Browse files
Options
Downloads
Patches
Plain Diff
Remove (unused) vtable from Digis used in online code.
parent
069da2d5
No related branches found
No related tags found
1 merge request
!1343
Remove (unused) vtable from Digis used in online code.
Pipeline
#24289
passed
1 year ago
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/data/bmon/CbmBmonDigi.h
+1
-1
1 addition, 1 deletion
core/data/bmon/CbmBmonDigi.h
core/data/much/CbmMuchDigi.h
+3
-3
3 additions, 3 deletions
core/data/much/CbmMuchDigi.h
with
4 additions
and
4 deletions
core/data/bmon/CbmBmonDigi.h
+
1
−
1
View file @
d44ed254
...
@@ -55,7 +55,7 @@ public:
...
@@ -55,7 +55,7 @@ public:
/** @brief Destructor **/
/** @brief Destructor **/
virtual
~
CbmBmonDigi
()
{};
~
CbmBmonDigi
()
{};
/** @brief Get the desired name of the branch for this objects in the cbm output tree (static)
/** @brief Get the desired name of the branch for this objects in the cbm output tree (static)
...
...
This diff is collapsed.
Click to expand it.
core/data/much/CbmMuchDigi.h
+
3
−
3
View file @
d44ed254
...
@@ -58,7 +58,7 @@ public:
...
@@ -58,7 +58,7 @@ public:
CbmMuchDigi
&
operator
=
(
const
CbmMuchDigi
&
);
CbmMuchDigi
&
operator
=
(
const
CbmMuchDigi
&
);
/** Destructor **/
/** Destructor **/
virtual
~
CbmMuchDigi
()
{}
~
CbmMuchDigi
()
{}
/** @brief Charge
/** @brief Charge
** @return Return ADC value as charge
** @return Return ADC value as charge
...
@@ -90,8 +90,8 @@ public:
...
@@ -90,8 +90,8 @@ public:
uint16_t
GetAdc
()
const
{
return
fCharge
;
}
uint16_t
GetAdc
()
const
{
return
fCharge
;
}
virtual
int32_t
GetAddress
()
const
{
return
static_cast
<
int32_t
>
(
fAddress
);
}
int32_t
GetAddress
()
const
{
return
static_cast
<
int32_t
>
(
fAddress
);
}
virtual
double
GetTime
()
const
{
return
static_cast
<
double
>
(
fTime
);
}
double
GetTime
()
const
{
return
static_cast
<
double
>
(
fTime
);
}
// Setters
// Setters
void
SetAdc
(
int32_t
adc
);
void
SetAdc
(
int32_t
adc
);
...
...
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