|
ATLAS Offline Software
|
Go to the documentation of this file.
17 #include <unordered_map>
66 return StatusCode::SUCCESS;
73 return StatusCode::SUCCESS;
83 if( not topDir.empty() ) topDir +=
"/";
90 if( subDir.empty() ) {
94 if( subDir[0] ==
'/' ) {
95 subDir.erase( subDir.begin() );
98 if( subDir.back() !=
'/' ) subDir +=
"/";
102 topDir +
chain + subDir :
103 topDir + subDir +
chain;
112 using methodMap_t = std::unordered_map<
114 methodMap_t methodMap = {
120 methodMap_t::const_iterator mitr = methodMap.find(
m_resolMethod.value() );
121 if( mitr == methodMap.end() ) {
123 " not found. Using iterRMS by default." );
StringProperty m_resolMethod
virtual StatusCode finalize() override final
virtual unsigned int resolutionMethod() const override
StringProperty m_matchingType
virtual std::string plotsFullDir(std::string chain="") const override
StringArrayProperty m_chainNames
::StatusCode StatusCode
StatusCode definition for legacy code.
StringProperty m_subFolder
StringProperty m_testTypeStr
methods
methods acc to which mean&RMS can be evaluated
BooleanProperty m_sortPlotsByChain
histogram properties
#define ATH_MSG_WARNING(x)
@ fusion_iterRMS_Gaussfit
std::vector< std::string > m_configuredChains
StringProperty m_refTypeStr
virtual StatusCode initialize() override final
local includes