Skip to content
Snippets Groups Projects
Commit 8803dd7c authored by Walter Lampl's avatar Walter Lampl
Browse files

remove spurious non-utf8 character in TRTFastDigitizationTool.cxx

parent 53b6e0db
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 );
......
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