ATLAS Offline Software
Loading...
Searching...
No Matches
CopyHelpers.cxx File Reference
Include dependency graph for SystematicsHandles/Root/CopyHelpers.cxx:

Go to the source code of this file.

Namespaces

namespace  CP
 Select isolated Photons, Electrons and Muons.
namespace  CP::detail

Macros

#define COPY(TYPE)

Macro Definition Documentation

◆ COPY

#define COPY ( TYPE)
Value:
do { \
const TYPE *in = dynamic_cast< const TYPE* >( inputObject ); \
if( in ) { \
TYPE *out = nullptr; \
ANA_CHECK( ShallowCopy<TYPE>::getCopy( msgStream, store, out, in, \
outputName, auxName ) ); \
object = out; \
return StatusCode::SUCCESS; \
} \
} while( false )
#define TYPE(CODE, TYP, IOTYP)