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
!38683
Cleanup of duplicate includes (CommissionRec, GeoModel, ForwardDetectors and LWHists)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Cleanup of duplicate includes (CommissionRec, GeoModel, ForwardDetectors and LWHists)
tsulaia/athena:master-fd-dupincludes
into
master
Overview
3
Commits
1
Pipelines
1
Changes
17
Merged
Vakhtang Tsulaia
requested to merge
tsulaia/athena:master-fd-dupincludes
into
master
4 years ago
Overview
3
Commits
1
Pipelines
1
Changes
17
Expand
Partially addresses
ATEAM-677
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
fed25c78
1 commit,
4 years ago
17 files
+
0
−
59
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
Commission/CommissionRec/src/ComTimeRec.cxx
+
0
−
4
Options
@@ -10,13 +10,9 @@
#include
"CommissionEvent/ComTime.h"
// #include "TrackRecord/TimedTrackRecordCollection.h"
// #include "TrackRecord/TimedTrackRecord.h"
#include
"TrackRecord/TrackRecordCollection.h"
#include
"TrackRecord/TrackRecord.h"
#include
"CLHEP/Units/SystemOfUnits.h"
#include
<algorithm>
//----------------------------------------------------------------
Loading