ATLAS Offline Software
Classes | Namespaces | Functions
A/AthLinks/DataLink.h File Reference

DataLink implementation for ROOT usage. More...

#include <stdint.h>
#include <string>
#include "AthLinks/DataLinkBase.h"
#include "AthLinks/tools/selection_ns.h"
#include "DataLink.icc"
Include dependency graph for A/AthLinks/DataLink.h:

Go to the source code of this file.

Classes

class  DataLink< STORABLE >
 Object reference supporting deferred reading from StoreGate. More...
 
class  DataLink< STORABLE >
 Object reference supporting deferred reading from StoreGate. More...
 
class  DataLink< STORABLE >
 Object reference supporting deferred reading from StoreGate. More...
 

Namespaces

 xAOD
 ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
 

Functions

template<typename STORABLE >
EXIT_ROOT_SELECTION_NS bool operator== (const DataLink< STORABLE > &a, const DataLink< STORABLE > &b)
 Equality checker operator. More...
 
template<typename STORABLE >
bool operator!= (const DataLink< STORABLE > &a, const DataLink< STORABLE > &b)
 Non-equality checker operator. More...
 

Detailed Description

DataLink implementation for ROOT usage.

This is an implementation of DataLink<T> for vanilla ROOT. The code is quite simple, leaving most of the work for the xAOD::TEvent class.

Author
Attila Krasznahorkay Attil.nosp@m.a.Kr.nosp@m.aszna.nosp@m.hork.nosp@m.ay@ce.nosp@m.rn.c.nosp@m.h
Revision
649074
Date
2015-02-23 17:51:40 +0100 (Mon, 23 Feb 2015)

Definition in file A/AthLinks/DataLink.h.

Function Documentation

◆ operator!=()

template<typename STORABLE >
bool operator!= ( const DataLink< STORABLE > &  a,
const DataLink< STORABLE > &  b 
)

Non-equality checker operator.

◆ operator==()

template<typename STORABLE >
EXIT_ROOT_SELECTION_NS bool operator== ( const DataLink< STORABLE > &  a,
const DataLink< STORABLE > &  b 
)

Equality checker operator.