Persistent ParameterStorage object using ROOT. More...
#include <ParameterStorage_ROOT.h>
Public Member Functions | |
ClassDefNV (ParameterStorage_ROOT, DONT_CHANGE_THIS_NUMBER) | |
template<class ParameterStorage > | |
void | operator>> (ParameterStorage &h) const |
ParameterStorage_ROOT () | |
template<class ParameterStorage > | |
ParameterStorage_ROOT (const ParameterStorage &h) | |
Public Attributes | |
std::map< std::pair< int, int > , std::pair< double, bool > > | fParameterCovarianceMap |
std::map< int, std::pair < double, bool > > | fParameterMap |
std::string | fParameterStorageName |
Persistent ParameterStorage object using ROOT.
Definition at line 21 of file ParameterStorage_ROOT.h.
|
inline |
Definition at line 24 of file ParameterStorage_ROOT.h.
|
inline |
Definition at line 27 of file ParameterStorage_ROOT.h.
References fParameterCovarianceMap, fParameterMap, and G4StationSimulatorOG::p.
io::ParameterStorage_ROOT::ClassDefNV | ( | ParameterStorage_ROOT | , |
DONT_CHANGE_THIS_NUMBER | |||
) |
|
inline |
Definition at line 44 of file ParameterStorage_ROOT.h.
References fParameterCovarianceMap, and fParameterMap.
std::map<std::pair<int, int>, std::pair<double, bool> > io::ParameterStorage_ROOT::fParameterCovarianceMap |
Definition at line 68 of file ParameterStorage_ROOT.h.
Referenced by operator>>(), and ParameterStorage_ROOT().
std::map<int, std::pair<double, bool> > io::ParameterStorage_ROOT::fParameterMap |
Definition at line 67 of file ParameterStorage_ROOT.h.
Referenced by operator>>(), and ParameterStorage_ROOT().
std::string io::ParameterStorage_ROOT::fParameterStorageName |
Definition at line 69 of file ParameterStorage_ROOT.h.