ATLAS Offline Software
Loading...
Searching...
No Matches
EventIProxyDict.cxx File Reference
#include "xAODRootAccess/Event.h"
#include "xAODRootAccess/tools/IObjectManager.h"
#include "xAODRootAccess/tools/Message.h"
#include "xAODRootAccess/tools/THolder.h"
#include "AthenaKernel/DataBucketBase.h"
#include "GaudiKernel/Converter.h"
#include "GaudiKernel/GenericAddress.h"
#include "SGTools/DataProxy.h"
#include "SGTools/TransientAddress.h"
#include "AthContainers/tools/threading.h"
#include "CxxUtils/checker_macros.h"
#include <TBranch.h>
#include <TClass.h>
#include <TString.h>
#include <set>
#include <stdexcept>

Go to the source code of this file.

Classes

class  xAODPrivate::HolderBucket
 Helper object for holding something through a THolder. More...
class  xAODPrivate::Loader

Namespaces

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

Typedefs

using mutex_t = AthContainers_detail::mutex
 Mutex type for multithread synchronization.
using guard_t = AthContainers_detail::lock_guard<mutex_t>
 Guard type for multithreaded synchronisation.

Typedef Documentation

◆ guard_t

Guard type for multithreaded synchronisation.

Definition at line 36 of file EventIProxyDict.cxx.

◆ mutex_t

Mutex type for multithread synchronization.

Definition at line 34 of file EventIProxyDict.cxx.