Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Juggler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Monitor
Incidents
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
EIC
Project Juggler
Merge requests
!5
The source project of this merge request has been removed.
Calorimeter Clustering Algorithm
Merged
Calorimeter Clustering Algorithm
(removed):clustering
into
3-clustering-algorithm-for-calorimeter
Overview
4
Commits
4
Pipelines
0
Changes
5
Merged
Chao Peng
requested to merge
(removed):clustering
into
3-clustering-algorithm-for-calorimeter
4 years ago
Overview
4
Pipelines
0
Changes
5
Expand
#3 (closed)
Edited
4 years ago
by
Whitney Armstrong
0
0
Merge request reports
Compare
3-clustering-algorithm-for-calorimeter
version 2
997ed495
4 years ago
version 1
fd511d94
4 years ago
3-clustering-algorithm-for-calorimeter (base)
and
latest version
latest version
427f6564
4 commits,
4 years ago
version 2
997ed495
3 commits,
4 years ago
version 1
fd511d94
1 commit,
4 years ago
5 files
+
174
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
JugBase/src/PodioDataSvc.cpp
+
1
−
1
Options
@@ -85,7 +85,7 @@ void PodioDataSvc::setCollectionIDs(podio::CollectionIDTable* collectionIds) {
PodioDataSvc
::
PodioDataSvc
(
const
std
::
string
&
name
,
ISvcLocator
*
svc
)
:
DataSvc
(
name
,
svc
),
m_collectionIDs
(
new
podio
::
CollectionIDTable
())
{
m_eventDataTree
=
new
TTree
(
"
EVENT
"
,
"Events tree"
);
m_eventDataTree
=
new
TTree
(
"
events
"
,
"Events tree"
);
}
/// Standard Destructor
Loading