Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!63988
remove unused 'operator std::string()' methods from LArRawEvent
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove unused 'operator std::string()' methods from LArRawEvent
wlampl/athena:rm_StringOp
into
23.0
Overview
10
Commits
2
Pipelines
2
Changes
10
Merged
Walter Lampl
requested to merge
wlampl/athena:rm_StringOp
into
23.0
1 year ago
Overview
10
Commits
2
Pipelines
2
Changes
10
Expand
Abusing the CI to verify that there is indeed no usage of this operator
0
0
Merge request reports
Compare
23.0
version 1
b5dbfe11
1 year ago
23.0 (base)
and
latest version
latest version
7b899e45
2 commits,
1 year ago
version 1
b5dbfe11
1 commit,
1 year ago
10 files
+
0
−
188
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
LArCalorimeter/LArRawEvent/LArRawEvent/LArDigit.h
+
0
−
4
Options
@@ -67,10 +67,6 @@ class LArDigit {
/** @return a reference to a stl vector containing the sample values */
const
std
::
vector
<
short
>&
samples
()
const
{
return
m_samples
;
}
/** @brief Conversion operator to a std::string <br> Can be used in a cast
* operation : (std::string) digit <br> */
virtual
operator
std
::
string
()
const
;
/** @brief Set new digits in object.
@param[in] samples vector of ADC time samples
*/
Loading