Skip to content
Snippets Groups Projects
Commit 5c4e22cc authored by Christos Anastopoulos's avatar Christos Anastopoulos
Browse files

Follow Atlas coding Guideline 2.1 Naming of files

parent 9a50865e
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!36438Follow Atlas coding Guideline 2.1 Naming of files
......@@ -22,8 +22,6 @@
#include "TrkGaussianSumFilter/IMultiStateMaterialEffects.h"
#include "AthenaBaseComps/AthAlgTool.h"
#include "GaudiKernel/IChronoStatSvc.h"
#include "GaudiKernel/ServiceHandle.h"
#include "GaudiKernel/ToolHandle.h"
#include "TrkMaterialOnTrack/MaterialEffectsOnTrack.h"
#include "TrkParameters/TrackParameters.h"
......@@ -288,41 +286,42 @@ private:
""
};
bool m_propagatorStickyConfiguration; //!< Switch between simple and full
//!< configured propagators
bool m_surfaceBasedMaterialEffects; //!< Switch to turn on/off surface based
//!< material effects
//!< Switch between simple and full configured propagators
bool m_propagatorStickyConfiguration;
//!< Switch to turn on/off surface based material effects
bool m_surfaceBasedMaterialEffects;
bool m_fastField;
unsigned int
m_propagatorConfigurationLevel; //!< Configuration level of the propagator
unsigned int m_propagatorSearchLevel; //!< Search level of the propagator
//! < Configuration level of the propagator
unsigned int m_propagatorConfigurationLevel;
//!< Search level of the propagator
unsigned int m_propagatorSearchLevel;
Trk::MagneticFieldProperties m_fieldProperties;
//!< Statistics: Number of calls to the main extrapolate method
mutable Gaudi::Accumulators::Counter<int,
Gaudi::Accumulators::atomicity::full>
m_extrapolateCalls; //!< Statistics: Number of calls to the main extrapolate
//!< method
m_extrapolateCalls;
//!< Statistics: Number of calls to the extrapolate directly method
mutable Gaudi::Accumulators::Counter<int,
Gaudi::Accumulators::atomicity::full>
m_extrapolateDirectlyCalls; //!< Statistics: Number of calls to the
//!< extrapolate directly method
m_extrapolateDirectlyCalls;
//!< Statistics: Number of calls to the extrapolate directly fallback
mutable Gaudi::Accumulators::Counter<int,
Gaudi::Accumulators::atomicity::full>
m_extrapolateDirectlyFallbacks; //!< Statistics: Number of calls to the
//!< extrapolate directly fallback
m_extrapolateDirectlyFallbacks;
//!< Statistics: Number of times navigation stepping fails to go the right
//!< way
mutable Gaudi::Accumulators::Counter<int,
Gaudi::Accumulators::atomicity::full>
m_navigationDistanceIncreaseBreaks; //!< Statistics: Number of times
//!< navigation stepping fails to go the
//!< right way
m_navigationDistanceIncreaseBreaks;
//!< Statistics: Number of times a tracking volume oscillation is detected
mutable Gaudi::Accumulators::Counter<int,
Gaudi::Accumulators::atomicity::full>
m_oscillationBreaks; //!< Statistics: Number of times a tracking volume
//!< oscillation is detected
m_oscillationBreaks;
//!< Statistics: Number of times the volume boundary is missed
mutable Gaudi::Accumulators::Counter<int,
Gaudi::Accumulators::atomicity::full>
m_missedVolumeBoundary; //!< Statistics: Number of times the volume boundary
//!< is missed
m_missedVolumeBoundary;
};
} // end namespace Trk
......
This diff is collapsed.
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