|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef SYSTEMATICS_HANDLES__SYS_WRITE_HANDLE_H
9 #define SYSTEMATICS_HANDLES__SYS_WRITE_HANDLE_H
19 #include <unordered_map>
51 const std::string& propertyValue,
52 const std::string& propertyDescription);
55 template <
typename T2>
65 explicit operator
bool ()
const noexcept;
96 std::unique_ptr<Aux> aux,
130 typedef std::decay<decltype(
149 #include "SysWriteHandle.icc"
virtual StatusCode fillSystematics(const ISystematicsSvc &svc, const CP::SystematicSet &fullAffecting, const std::vector< CP::SystematicSet > &sysList) override
register and cache the systematics
a class managing the property to configure the list of systematics to process
the interface for the central systematics service
base class to forward messages to another class
a data handle for writing systematics varied input data
virtual std::string getNamePattern() const override
get the name pattern before substitution
Class to wrap a set of SystematicVariations.
const std::string & getName(const CP::SystematicSet &sys) const
get the name we record to the event store
bool const RAWDATA *ch2 const
std::string m_outputName
the output name we use
Select isolated Photons, Electrons and Muons.
SysWriteHandle(T2 *owner, const std::string &propertyName, const std::string &propertyValue, const std::string &propertyDescription)
Standard constructor.
a basic interface for all systematics handles
StoreType * m_evtStore
the event store we use
::StatusCode StatusCode
StatusCode definition for legacy code.
std::decay< decltype(*(std::declval< EL::AnaAlgorithm >).evtStore()))>::type StoreType
the type of the event store we use
std::unordered_map< CP::SystematicSet, std::string > m_outputNameCache
the cache of names we use
This module defines the arguments passed from the BATCH driver to the BATCH worker.
AthROOTErrorHandlerSvc * svc
std::function< StoreType *()> m_evtStoreGetter
the function to retrieve the event store
virtual CP::SystematicSet getInputAffecting(const ISystematicsSvc &svc) const override
get the affecting systematics if this is an input handle
SysWriteHandle(const std::string &outputName, T2 *owner)
Direct constructor which doesn't declare a property.
StatusCode initialize(SysListHandle &sysListHandle)
initialize this handle
virtual bool empty() const noexcept override
whether we have a name configured
::StatusCode record(std::unique_ptr< T > object, const CP::SystematicSet &sys) const
record the object for the given systematic