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
!37193
CaloCondBlobObjs: Fix typo in comments.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CaloCondBlobObjs: Fix typo in comments.
ssnyder/athena:typo.CaloCondBlobObjs-20201011
into
master
Overview
2
Commits
1
Pipelines
1
Changes
1
Merged
Scott Snyder
requested to merge
ssnyder/athena:typo.CaloCondBlobObjs-20201011
into
master
4 years ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
Fix typo in comments.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
bf0fedce
1 commit,
4 years ago
1 file
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Calorimeter/CaloCondBlobObjs/CaloCondBlobObjs/CaloCondBlobBase.h
+
2
−
2
Options
@@ -152,8 +152,8 @@ class CaloCondBlobBase{
@@ -152,8 +152,8 @@ class CaloCondBlobBase{
/** @brief Returns the BLOB start address as uint32_t pointer. */
/** @brief Returns the BLOB start address as uint32_t pointer. */
uint32_t
*
getBlobStart
();
uint32_t
*
getBlobStart
();
/** @brief Non-const reference to the BLOB
/** @brief Non-const reference to the BLOB
.
(Only present if we were created with a non-const blob. */
(Only present if we were created with a non-const blob.
)
*/
coral
::
Blob
*
m_blob_nc
;
coral
::
Blob
*
m_blob_nc
;
/** @brief Const reference to the BLOB (always there) */
/** @brief Const reference to the BLOB (always there) */
Loading