|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/database/pdbcal/base/PdbParameterMapContainer.h>
Inheritance diagram for PdbParameterMapContainer:
Collaboration diagram for PdbParameterMapContainer:Public Types | |
| typedef std::map< int, PdbParameterMap * > | parMap |
| typedef parMap::const_iterator | parIter |
| typedef std::pair< parIter, parIter > | parConstRange |
Public Member Functions | |
| PdbParameterMapContainer () | |
| virtual | ~PdbParameterMapContainer () |
| void | print () const |
| void | Reset () |
| Clear Event. More... | |
| void | AddPdbParameterMap (const int layer, PdbParameterMap *params) |
| const PdbParameterMap * | GetParameters (const int layer) const |
| PdbParameterMap * | GetParametersToModify (const int layer) |
| parConstRange | get_ParameterMaps () const |
| int | WriteToFile (const std::string &detector_name, const std::string &extension, const std::string &dir=".") |
| write PdbParameterMapContainer to an external file with root or xml extension. More... | |
Public Member Functions inherited from PdbCalChan | |
| PdbCalChan () | |
| virtual | ~PdbCalChan () |
| ClassDef (PdbCalChan, 1) | |
Public Member Functions inherited from PHObject | |
| PHObject () | |
| ctor More... | |
| virtual | ~PHObject () |
| dtor More... | |
| virtual PHObject * | clone () const |
| Virtual copy constructor. More... | |
| virtual void | identify (std::ostream &os=std::cout) const |
| virtual int | isValid () const |
| isValid returns non zero if object contains vailid data More... | |
| virtual int | isValid (const float) const |
| virtual int | isValid (const double) const |
| virtual int | isValid (const int) const |
| virtual int | isValid (const unsigned int) const |
| virtual int | isImplemented (const float f) const |
| virtual int | isImplemented (const double f) const |
| virtual int | isImplemented (const int i) const |
| virtual int | isImplemented (const unsigned int i) const |
| void | SplitLevel (const int i) |
| int | SplitLevel () const |
| void | BufferSize (const int i) |
| int | BufferSize () const |
Protected Attributes | |
| std::map< int, PdbParameterMap * > | parametermap |
Definition at line 10 of file PdbParameterMapContainer.h.
| typedef std::pair<parIter, parIter> PdbParameterMapContainer::parConstRange |
Definition at line 16 of file PdbParameterMapContainer.h.
| typedef parMap::const_iterator PdbParameterMapContainer::parIter |
Definition at line 15 of file PdbParameterMapContainer.h.
| typedef std::map<int, PdbParameterMap *> PdbParameterMapContainer::parMap |
Definition at line 14 of file PdbParameterMapContainer.h.
|
inline |
Definition at line 18 of file PdbParameterMapContainer.h.
|
virtual |
Definition at line 21 of file PdbParameterMapContainer.cc.
| void PdbParameterMapContainer::AddPdbParameterMap | ( | const int | layer, |
| PdbParameterMap * | params | ||
| ) |
Definition at line 53 of file PdbParameterMapContainer.cc.
References PHWHERE.
Referenced by PHParametersContainer::CopyToPdbParameterMapContainer(), PHG4ParametersContainer::CopyToPdbParameterMapContainer(), PHParameters::SaveToNodeTree(), PHG4Parameters::SaveToNodeTree(), and WriteToFile().
Here is the caller graph for this function:
|
inline |
Definition at line 28 of file PdbParameterMapContainer.h.
References parametermap.
Referenced by PHG4ParametersContainer::CreateAndFillFrom(), PHParametersContainer::FillFrom(), and PHG4ParametersContainer::FillFrom().
Here is the caller graph for this function:| const PdbParameterMap * PdbParameterMapContainer::GetParameters | ( | const int | layer | ) | const |
Definition at line 64 of file PdbParameterMapContainer.cc.
References NULL.
Referenced by PHParameters::FillFrom(), and PHG4Parameters::FillFrom().
Here is the caller graph for this function:| PdbParameterMap * PdbParameterMapContainer::GetParametersToModify | ( | const int | layer | ) |
Definition at line 75 of file PdbParameterMapContainer.cc.
References NULL.
Referenced by PHParameters::SaveToNodeTree(), and PHG4Parameters::SaveToNodeTree().
Here is the caller graph for this function:
|
virtual |
Implements PdbCalChan.
Definition at line 32 of file PdbParameterMapContainer.cc.
Referenced by PHG4DetectorGroupSubsystem::InitRun(), and PHG4DetectorSubsystem::InitRun().
Here is the caller graph for this function:
|
virtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 42 of file PdbParameterMapContainer.cc.
Referenced by PHParametersContainer::SaveToNodeTree(), and PHG4ParametersContainer::SaveToNodeTree().
Here is the caller graph for this function:| int PdbParameterMapContainer::WriteToFile | ( | const std::string & | detector_name, |
| const std::string & | extension, | ||
| const std::string & | dir = "." |
||
| ) |
write PdbParameterMapContainer to an external file with root or xml extension.
Definition at line 86 of file PdbParameterMapContainer.cc.
References AddPdbParameterMap(), PdbBankID::getInternalValue(), and PHTimeStamp::getTics().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file PdbParameterMapContainer.h.
Referenced by get_ParameterMaps().