Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue 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
Peter Sherwood
athena
Commits
e6a75a36
Commit
e6a75a36
authored
4 years ago
by
Christos Anastopoulos
Browse files
Options
Downloads
Patches
Plain Diff
rm include RefittedTrackPairCollection.h
parent
9d3c994e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tracking/TrkEvent/TrkTrack/TrkTrack/TrkTrackDict.h
+4
-4
4 additions, 4 deletions
Tracking/TrkEvent/TrkTrack/TrkTrack/TrkTrackDict.h
with
4 additions
and
4 deletions
Tracking/TrkEvent/TrkTrack/TrkTrack/TrkTrackDict.h
+
4
−
4
View file @
e6a75a36
/*
/*
Copyright (C) 2002-20
17
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-20
20
CERN for the benefit of the ATLAS collaboration
*/
*/
#ifndef TRKTRACKDICT_H
#ifndef TRKTRACKDICT_H
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
// #include is needed for gcc_xml to parse the header files
// #include is needed for gcc_xml to parse the header files
#include
"TrkTrack/TrackStateOnSurface.h"
#include
"TrkTrack/TrackStateOnSurface.h"
#include
"TrkTrack/TrackCollection.h"
#include
"TrkTrack/TrackCollection.h"
#include
"TrkTrack/RefittedTrackPairCollection.h"
#include
"TrkTrack/LinkToTrack.h"
#include
"TrkTrack/LinkToTrack.h"
#include
"Identifier/Identifier.h"
#include
"Identifier/Identifier.h"
#include
"AthLinks/ElementLink.h"
#include
"AthLinks/ElementLink.h"
...
@@ -26,10 +25,11 @@ namespace Trk {
...
@@ -26,10 +25,11 @@ namespace Trk {
DataVector
<
const
TrackStateOnSurface
>
m_trackStateVector
;
DataVector
<
const
TrackStateOnSurface
>
m_trackStateVector
;
DataVector
<
Identifier
>
m_identifierVector
;
DataVector
<
Identifier
>
m_identifierVector
;
ElementLink
<
DataVector
<
Trk
::
Track
>
>
m_Elink
;
ElementLink
<
DataVector
<
Trk
::
Track
>
>
m_Elink
;
std
::
bitset
<
11
>
m_dummy1
;
std
::
bitset
<
11
>
m_dummy1
;
TrackCollection
m_tc
;
TrackCollection
m_tc
;
ElementLink
<
TrackCollection
>
m_e1
;
ElementLink
<
TrackCollection
>
m_e1
;
std
::
vector
<
ElementLink
<
TrackCollection
>
>
m_e2
;
//!< really for xAOD, but exposes dependency on TrkTrack to put it there...
//!< really for xAOD, but exposes dependency on TrkTrack to put it there...
std
::
vector
<
ElementLink
<
TrackCollection
>
>
m_e2
;
};
};
}
}
#endif
#endif
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