  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
   12     std::unique_ptr<ISelectionReadAccessor> left,
 
   13     std::unique_ptr<ISelectionReadAccessor> right)
 
   14     : m_left(std::move(left)), m_right(std::move(right)) {}
 
   22   return "( " + 
m_left->label() + 
" || " + 
m_right->label() + 
" )";
 
   27                    const std::string& objectName)
 const 
   36                  const std::vector<CP::SystematicSet>& sysList,
 
   37                  const std::string& objectName)
 
   39   using namespace msgSelectionHelpers;
 
   43   return StatusCode::SUCCESS;
 
  
the interface for the central systematics service
 
SelectionAccessorExprOr(std::unique_ptr< ISelectionReadAccessor > left, std::unique_ptr< ISelectionReadAccessor > right)
 
Base class for elements of a container that can have aux data.
 
Class to wrap a set of SystematicVariations.
 
virtual StatusCode fillSystematics(const ISystematicsSvc &svc, const std::vector< CP::SystematicSet > &sysList, const std::string &objectName) override
fill the systematic variations
 
virtual CP::SystematicSet getInputAffecting(const ISystematicsSvc &svc, const std::string &objectName) const override
get the systematics when reading from the decoration
 
Select isolated Photons, Electrons and Muons.
 
std::unique_ptr< ISelectionReadAccessor > m_left
 
::StatusCode StatusCode
StatusCode definition for legacy code.
 
AthROOTErrorHandlerSvc * svc
 
virtual std::string label() const override
 
std::unique_ptr< ISelectionReadAccessor > m_right
 
virtual bool getBool(const SG::AuxElement &element, const CP::SystematicSet *sys) const override