Skip to content
Snippets Groups Projects
Commit b695403b authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'removeNonUtf8' into 'master'

Remove some spurious non-utf8 chars

See merge request atlas/athena!34716
parents 251e84f8 914c1068
No related branches found
No related tags found
No related merge requests found
...@@ -760,7 +760,7 @@ bool TRTFastDigitizationTool::isArgonStraw( const Identifier &straw_id ) const ...@@ -760,7 +760,7 @@ bool TRTFastDigitizationTool::isArgonStraw( const Identifier &straw_id ) const
int TRTFastDigitizationTool::gasType( const Identifier &straw_id ) const int TRTFastDigitizationTool::gasType( const Identifier &straw_id ) const
{ {
// getStatusHT returns enum EStatus { Undefined, Dead, Good, Xenon, Argon, Krypton } // from 20.7.1 // getStatusHT returns enum EStatus { Undefined, Dead, Good, Xenon, Argon, Krypton } // from 20.7.1
//see InnerDetector/InDetConditions/TRT_ConditionsData/TRT_ConditionsData/StrawStatus.h //see InnerDetector/InDetConditions/TRT_ConditionsData/TRT_ConditionsData/StrawStatus.h
// TRT representation of gasType = Xenon: 0, Argon: 1, Krypton: 2 // TRT representation of gasType = Xenon: 0, Argon: 1, Krypton: 2
int status = m_trtStrawStatusSummaryTool->getStatusHT( straw_id ); int status = m_trtStrawStatusSummaryTool->getStatusHT( straw_id );
......
...@@ -27,9 +27,6 @@ ...@@ -27,9 +27,6 @@
#include <tuple> #include <tuple>
#include <limits> #include <limits>
// ref:
// ​https://svnweb.cern.ch/trac/atlasoff/browser/Tracking/TrkEvent/TrkParametersBase/trunk/TrkParametersBase/CurvilinearParametersT.h
InDetPhysHitDecoratorAlg::InDetPhysHitDecoratorAlg(const std::string& name, ISvcLocator* pSvcLocator) : InDetPhysHitDecoratorAlg::InDetPhysHitDecoratorAlg(const std::string& name, ISvcLocator* pSvcLocator) :
AthReentrantAlgorithm(name,pSvcLocator), AthReentrantAlgorithm(name,pSvcLocator),
......
...@@ -207,7 +207,7 @@ InDetPhysValTruthDecoratorAlg::decorateTruth(const xAOD::TruthParticle& particle ...@@ -207,7 +207,7 @@ InDetPhysValTruthDecoratorAlg::decorateTruth(const xAOD::TruthParticle& particle
/** Email from Andi Salzburger to Shaun Roe ** /** Email from Andi Salzburger to Shaun Roe **
the correct way is actually to extrapolate it. the correct way is actually to extrapolate it.
So youd need to retrieve the extrapolator: So you'd need to retrieve the extrapolator:
TooHandle<IExtrapolator> m_extrapolator; TooHandle<IExtrapolator> m_extrapolator;
-> retrieve it in your code and use the AtlasExtrapolator (which is fully configured, and can be imported in python -> retrieve it in your code and use the AtlasExtrapolator (which is fully configured, and can be imported in python
......
/* /*
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment