![]() |
AliPhysics
5e2c166 (5e2c166)
|
Public Member Functions | |
virtual const char * | Prefix () const |
virtual void | Init (Bool_t forSim) |
void | AddStore (const char *key, Bool_t ideal) |
Base class for the OCDG configration
Definition at line 145 of file BaseConfig.C.
|
inline |
Set the specific storage for a given key (possibly wild-carded).
key | Key |
ideal | Whether it is residual or ideal |
Definition at line 168 of file BaseConfig.C.
Referenced by OCDBCfg::Init().
|
inlinevirtual |
This member function should define the real setup.
forSim | Whether we're setting up for simulations or not |
Reimplemented in OCDBCfg.
Definition at line 158 of file BaseConfig.C.
Referenced by Reconstruct(), and Simulate().
|
inlinevirtual |
This member function must return the default prefix.
Reimplemented in OCDBCfg.
Definition at line 152 of file BaseConfig.C.