ATLAS Offline Software
Functions
StoreGateSvc.cxx File Reference
#include "GaudiKernel/IIncidentSvc.h"
#include "AthenaKernel/errorcheck.h"
#include "StoreGate/StoreClearedIncident.h"
#include "AthAllocators/ArenaHeader.h"
#include "StoreGate/StoreGateSvc.h"
#include "StoreGate/tools/SGImplSvc.h"
#include "SGTools/DataStore.h"
#include "Gaudi/Interfaces/IOptionsSvc.h"
#include "GaudiKernel/IAppMgrUI.h"
#include <fstream>
#include <algorithm>

Go to the source code of this file.

Functions

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

Function Documentation

◆ SG_dump() [1/2]

void SG_dump ( StoreGateSvc sg)

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

Definition at line 582 of file StoreGateSvc.cxx.

583 {
584  std::cout << sg->dump() << "\n";
585 }

◆ SG_dump() [2/2]

void SG_dump ( StoreGateSvc sg,
const char *  fname 
)

Definition at line 587 of file StoreGateSvc.cxx.

588 {
589  std::ofstream f (fname);
590  f << sg->dump() << "\n";
591  f.close();
592 }
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:127
python.AthDsoLogger.fname
string fname
Definition: AthDsoLogger.py:67