Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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