ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
database
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
framework
packages
QA
simulation
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
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:
Wed Jun 29 2022 17:24:33
using
1.8.2 with
ECCE GitHub integration