Class Reference for E1039 Core & Analysis Software
PdbParameterMapContainer Class Reference

#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, parIterparConstRange
 

Public Member Functions

 PdbParameterMapContainer ()
 
virtual ~PdbParameterMapContainer ()
 
void print () const
 
void Reset ()
 Clear Event. More...
 
void AddPdbParameterMap (const int layer, PdbParameterMap *params)
 
const PdbParameterMapGetParameters (const int layer) const
 
PdbParameterMapGetParametersToModify (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 PHObjectclone () 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
 

Detailed Description

Definition at line 10 of file PdbParameterMapContainer.h.

Member Typedef Documentation

◆ parConstRange

Definition at line 16 of file PdbParameterMapContainer.h.

◆ parIter

typedef parMap::const_iterator PdbParameterMapContainer::parIter

Definition at line 15 of file PdbParameterMapContainer.h.

◆ parMap

Definition at line 14 of file PdbParameterMapContainer.h.

Constructor & Destructor Documentation

◆ PdbParameterMapContainer()

PdbParameterMapContainer::PdbParameterMapContainer ( )
inline

Definition at line 18 of file PdbParameterMapContainer.h.

◆ ~PdbParameterMapContainer()

PdbParameterMapContainer::~PdbParameterMapContainer ( )
virtual

Definition at line 21 of file PdbParameterMapContainer.cc.

Member Function Documentation

◆ AddPdbParameterMap()

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:

◆ get_ParameterMaps()

parConstRange PdbParameterMapContainer::get_ParameterMaps ( ) const
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:

◆ GetParameters()

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:

◆ GetParametersToModify()

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:

◆ print()

void PdbParameterMapContainer::print ( ) const
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:

◆ Reset()

void PdbParameterMapContainer::Reset ( )
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:

◆ WriteToFile()

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:

Member Data Documentation

◆ parametermap

std::map<int, PdbParameterMap *> PdbParameterMapContainer::parametermap
protected

Definition at line 34 of file PdbParameterMapContainer.h.

Referenced by get_ParameterMaps().


The documentation for this class was generated from the following files: