ATLAS Offline Software
Classes | Namespaces | Typedefs
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

 xAODPrivate
 
 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. More...
 
using guard_t = AthContainers_detail::lock_guard< mutex_t >
 Guard type for multithreaded synchronisation. More...
 

Typedef Documentation

◆ guard_t

using guard_t = AthContainers_detail::lock_guard<mutex_t>

Guard type for multithreaded synchronisation.

Definition at line 36 of file EventIProxyDict.cxx.

◆ mutex_t

using mutex_t = AthContainers_detail::mutex

Mutex type for multithread synchronization.

Definition at line 34 of file EventIProxyDict.cxx.