ATLAS Offline Software
Classes | Namespaces | Functions
SGImplSvc.cxx File Reference
#include <algorithm>
#include <cassert>
#include <iostream>
#include <functional>
#include <string>
#include <unordered_map>
#include <sstream>
#include <fstream>
#include <iomanip>
#include "AthContainers/AuxVectorBase.h"
#include "AthContainersInterfaces/IAuxStore.h"
#include "AthContainersInterfaces/IConstAuxStore.h"
#include "AthenaKernel/IProxyProviderSvc.h"
#include "AthenaKernel/IIOVSvc.h"
#include "AthenaKernel/CLIDRegistry.h"
#include "AthenaKernel/errorcheck.h"
#include "AthenaKernel/StoreID.h"
#include "GaudiKernel/IClassIDSvc.h"
#include "GaudiKernel/IHistorySvc.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IConversionSvc.h"
#include "GaudiKernel/Incident.h"
#include "GaudiKernel/IOpaqueAddress.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/StatusCode.h"
#include "GaudiKernel/DataHistory.h"
#include "SGTools/CurrentEventStore.h"
#include "AthenaKernel/DataBucketBase.h"
#include "SGTools/DataProxy.h"
#include "SGTools/DataStore.h"
#include "SGTools/StringPool.h"
#include "SGTools/TransientAddress.h"
#include "SGTools/SGVersionedKey.h"
#include "PersistentDataModel/DataHeader.h"
#include "StoreGate/StoreClearedIncident.h"
#include "AthAllocators/ArenaHeader.h"
#include "CxxUtils/checker_macros.h"
#include "StoreGate/StoreGateSvc.h"
#include "StoreGate/tools/SGImplSvc.h"

Go to the source code of this file.

Classes

struct  SG::RemapImpl
 
struct  SG::RemapImpl::remap_t
 

Namespaces

 SG
 Forward declaration.
 

Functions

void SG_dump (SGImplSvc *sg)
 These are intended to be easy to call from the debugger. More...
 
void SG_dump (SGImplSvc *sg, const char *fname)
 

Function Documentation

◆ SG_dump() [1/2]

void SG_dump ( SGImplSvc sg)

These are intended to be easy to call from the debugger.

Definition at line 1857 of file SGImplSvc.cxx.

1858 {
1859  std::cout << sg->dump() << "\n";
1860 }

◆ SG_dump() [2/2]

void SG_dump ( SGImplSvc sg,
const char *  fname 
)

Definition at line 1861 of file SGImplSvc.cxx.

1862 {
1863  std::ofstream f (fname);
1864  f << sg->dump() << "\n";
1865  f.close();
1866 }
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:127
SGImplSvc::dump
std::string dump() const
dump objects in store.
Definition: SGImplSvc.cxx:569
python.AthDsoLogger.fname
string fname
Definition: AthDsoLogger.py:67