ana::SusyORTool Class Reference

Implementation of the SUSY overlap-removal recommendations. This QuickAna tool wraps the OverlapRemovalTool and applies the custom overlap-removal prescription recommended by the SUSY working group. More...

#include <SusyORTool.h>

Inheritance diagram for ana::SusyORTool:
ana::AnaTool ana::IAnaTool asg::AsgTool CP::ISystematicsTool asg::IAsgTool asg::IAsgTool

List of all members.

Public Member Functions

 SusyORTool (const std::string &name)
virtual StatusCode setObjectType (ObjectType type, const std::string &workingPoint) override
StatusCode initialize () override
virtual AnalysisStep step () const override
virtual unsigned inputTypes () const override
virtual unsigned outputTypes () const override
virtual StatusCode execute (IEventObjects &objects) override

Protected Member Functions

void printObj (const char *APP_NAME, const char *type, const xAOD::IParticle *obj) const
 print overlap removal debugging information

Detailed Description

Implementation of the SUSY overlap-removal recommendations. This QuickAna tool wraps the OverlapRemovalTool and applies the custom overlap-removal prescription recommended by the SUSY working group.


Constructor & Destructor Documentation

ana::SusyORTool::SusyORTool ( const std::string &  name  ) 

effects: standard constructor guarantee: strong failures: out of memory II


Member Function Documentation

StatusCode ana::SusyORTool::execute ( IEventObjects objects  )  [override, virtual]

effects: apply this analysis tool to the objects guarantee: basic failures: tool dependent

Implements ana::IAnaTool.

StatusCode ana::SusyORTool::initialize ( void   )  [override, virtual]

effects: initialize this tool guarantee: basic failures: configuration errors

Reimplemented from asg::AsgTool.

unsigned ana::SusyORTool::inputTypes (  )  const [override, virtual]

a bit-map indicating which object types we use

Guarantee
no-fail

Implements ana::IAnaTool.

unsigned ana::SusyORTool::outputTypes (  )  const [override, virtual]

a bit-map indicating which output types we will create

Guarantee
no-fail

Implements ana::IAnaTool.

StatusCode ana::SusyORTool::setObjectType ( ObjectType  type,
const std::string &  workingPoint 
) [override, virtual]

set the object type to work on this is called straight after the tool is created and before it is initialized. the primary reason for this function is to allow jet definitions to be used for either jets or fat jets.

Parameters:
type the object type we work on
workingPoint the name of the working point we are working on or the empty string if this is a sole working point or working points do not apply
Guarantee
strong
Failures
unsupported object type this interface may change when I introduce multiple simultaneous working points

Implements ana::IAnaTool.

AnalysisStep ana::SusyORTool::step (  )  const [override, virtual]

returns: the processing step we are working on guarantee: no-fail

Implements ana::IAnaTool.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Apr 2017 for RootCore Packages by  doxygen 1.6.1