ATLAS Offline Software
Namespaces | Macros | Functions
OverlapRemovalInit.cxx File Reference
#include <limits>
#include "TError.h"
#include "AssociationUtils/OverlapRemovalInit.h"
#include "AssociationUtils/DeltaROverlapTool.h"
#include "AssociationUtils/EleMuSharedTrkOverlapTool.h"
#include "AssociationUtils/EleJetOverlapTool.h"
#include "AssociationUtils/MuJetOverlapTool.h"
#include "AssociationUtils/TauLooseEleOverlapTool.h"
#include "AssociationUtils/TauLooseMuOverlapTool.h"
#include "AssociationUtils/OverlapRemovalTool.h"

Go to the source code of this file.

Namespaces

 ORUtils
 

Macros

#define ORT_CHECK(ARG)
 

Functions

StatusCode ORUtils::recommendedTools (const ORFlags &flags, ToolBox &toolBox)
 Pre-configured standard recommended OR tools. More...
 

Macro Definition Documentation

◆ ORT_CHECK

#define ORT_CHECK (   ARG)
Value:
do { \
if(!static_cast<bool>(ARG)) { \
::Error("OverlapRemovalInit", \
"Failed to execute: \"%s\"", \
#ARG ); \
return StatusCode::FAILURE; \
} \
} while( false )

Definition at line 23 of file OverlapRemovalInit.cxx.

L1Topo::Error
Error
The different types of error that can be flagged in the L1TopoRDO.
Definition: Error.h:16