Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
offline
database
cdbobjects
dbtools
pdbcal
base
pg
PgPostApplication.cc
PgPostApplication.h
PgPostBankBackupLog.cc
PgPostBankBackupLog.h
PgPostBankBackupManager.cc
PgPostBankBackupManager.h
PgPostBankBackupStorage.cc
PgPostBankBackupStorage.h
PgPostBankBackupStorageLinkDef.h
PgPostBankManager.cc
PgPostBankManager.h
PgPostBankWrapper.cc
PgPostBankWrapper.h
PgPostBankWrapperManager.cc
PgPostBankWrapperManager.h
PgPostCalBank.h
PgPostCalBankIterator.cc
PgPostCalBankIterator.h
PgPostInstantiator.cc
RunToTimePg.cc
RunToTimePg.h
PHParameter
sphenixnpc
framework
packages
QA
simulation
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PgPostBankWrapperManager.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PgPostBankWrapperManager.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef PDBCALPG_PGPOSTBANKWRAPPERMANAGER_H
4
#define PDBCALPG_PGPOSTBANKWRAPPERMANAGER_H
5
6
#include <vector>
7
8
class
PgPostBankWrapper
;
9
10
class
PgPostBankWrapperManager
11
{
12
public
:
13
static
PgPostBankWrapperManager
&
instance
();
14
15
void
clear
();
16
17
bool
commit
();
18
19
void
print
()
const
;
20
21
bool
registerWrapper
(
PgPostBankWrapper
* wrapper);
22
23
bool
unregisterWrapper
(
PgPostBankWrapper
* wrapper);
24
25
private
:
26
PgPostBankWrapperManager
(){}
27
28
typedef
std::vector<PgPostBankWrapper*>
WVECTOR
;
29
30
WVECTOR
fWrappers
;
31
};
32
33
#endif
coresoftware
blob
master
offline
database
pdbcal
pg
PgPostBankWrapperManager.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:04
using
1.8.2 with
sPHENIX GitHub integration