|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef PATINTERFACES_SYSTEMATIC_REGISTRY_H
8 #define PATINTERFACES_SYSTEMATIC_REGISTRY_H
16 class IReentrantSystematicsTool;
StatusCode addSystematicToRecommended(const SystematicVariation &systematic)
description: add a systematic to the recommended set
Class to wrap a set of SystematicVariations.
const SystematicSet & globalSystematics() const
returns: the global set of systematics
Select isolated Photons, Electrons and Muons.
StatusCode registerSystematics(const IReentrantSystematicsTool &tool)
effects: register all the systematics from the tool
::StatusCode StatusCode
StatusCode definition for legacy code.
SystematicRegistry()
Private constructor.
void registerSystematic(const SystematicVariation &systematic)
description: add a systematic to the global registry set
SystematicRegistry(SystematicRegistry const &)=delete
Private copy constructor.
This module implements the central registry for handling systematic uncertainties with CP tools.
const SystematicSet & recommendedSystematics() const
returns: the recommended set of systematics
StatusCode addSystematicsToRecommended(const SystematicSet &systematics)
description: add a set of systematics to the recommended set
SystematicSet m_globalSystematics
Global set of possible systematics.
void operator=(SystematicRegistry const &)=delete
Private assignment operator.
static SystematicRegistry & getInstance()
Get the singleton instance of the registry for the curren thread.
SystematicSet m_recommendedSystematics
recommended set of systematics