Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Qipeng Hu
athena
Commits
7b2823fa
Commit
7b2823fa
authored
Oct 22, 2021
by
Vakhtang Tsulaia
Browse files
Merge branch 'tracksummarytool-docs-correction' into 'master'
Tracksummarytool docs correction See merge request
atlas/athena!47467
parents
2394b84b
8a46b57b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Tracking/TrkTools/TrkTrackSummaryTool/TrkTrackSummaryTool/TrackSummaryTool.h
View file @
7b2823fa
...
...
@@ -238,11 +238,10 @@ private:
ToolHandle
<
IExtendedTrackSummaryHelperTool
>
m_muonTool
{
this
,
"MuonSummaryHelperTool"
,
""
,
""
};
/** controls whether holes on track are produced
/** controls whether holes on track
in MS
are produced
Turning this on will (slightly) increase processing time.*/
Gaudi
::
Property
<
bool
>
m_doHolesMuon
{
this
,
"doHolesMuon"
,
false
,
""
};
/** For the InDet it is switched on automatically as soon as the
* HoleSearchTool is given */
/** controls whether holes on track in ID are produced */
Gaudi
::
Property
<
bool
>
m_doHolesInDet
{
this
,
"doHolesInDet"
,
false
,
""
};
/** controls whether shared hits in Pix+SCT are produced
Turning this on will increase processing time.*/
...
...
Tracking/TrkTools/TrkTrackSummaryTool/src/TrackSummaryTool.cxx
View file @
7b2823fa
...
...
@@ -5,7 +5,6 @@
#include "TrkTrackSummaryTool/TrackSummaryTool.h"
//
#include "TrkToolInterfaces/ITRT_ElectronPidTool.h"
#include "TrkToolInterfaces/ITrackHoleSearchTool.h"
//
#include "TrkEventPrimitives/FitQualityOnSurface.h"
#include "TrkEventPrimitives/ParticleHypothesis.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment