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
!58708
GSF rm un-needed header
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
GSF rm un-needed header
ATLAS-EGamma/athena:rm_uneeded_header
into
master
Overview
7
Commits
1
Pipelines
1
Changes
1
Merged
Christos Anastopoulos
requested to merge
ATLAS-EGamma/athena:rm_uneeded_header
into
master
2 years ago
Overview
7
Commits
1
Pipelines
1
Changes
1
Expand
GSF rm un-needed header
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d0a4b570
1 commit,
2 years ago
1 file
+
0
−
27
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Tracking/TrkFitter/TrkGaussianSumFilterUtils/TrkGaussianSumFilterUtils/ComponentParameters.h deleted
100644 → 0
+
0
−
27
Options
/*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
/**
* @file ComponentParameters.h
* @date Sunday 8th May 2005
* @author atkinson, Anthony Morley, Christos Anastopoulos
* @brief Definition of component parameters for use in a mixture
* of many components. In this regime each track parameters
* object comes with a weighting (double) attached
*/
#ifndef TrkComponentParameters
#define TrkComponentParameters
#include
"TrkParameters/TrackParameters.h"
namespace
Trk
{
/**
* Component Parameters is just a typedef
*/
using
ComponentParameters
=
std
::
pair
<
std
::
unique_ptr
<
Trk
::
TrackParameters
>
,
double
>
;
}
#endif
Loading