1 #ifndef PHG4ParametersContainer__h
2 #define PHG4ParametersContainer__h
18 typedef std::map<int, PHG4Parameters *>
Map;
21 typedef std::pair<Iterator, Iterator>
Range;
22 typedef std::pair<ConstIterator, ConstIterator>
ConstRange;
30 int WriteToFile(
const std::string &extension,
const std::string &dir);
Map::const_iterator ConstIterator
PHG4ParametersContainer(const std::string &name="NONE")
void set_name(const std::string &name)
int WriteToFile(const std::string &extension, const std::string &dir)
std::map< int, PHG4Parameters * > parametermap
void CreateAndFillFrom(const PdbParameterMapContainer *saveparamcontainer, const std::string &name)
void AddPHG4Parameters(const int layer, PHG4Parameters *params)
int ExistDetid(const int detid) const
ConstRange GetAllParameters() const
void CopyToPdbParameterMapContainer(PdbParameterMapContainer *myparm)
const PHG4Parameters * GetParameters(const int layer) const
std::pair< ConstIterator, ConstIterator > ConstRange
void FillFrom(const PdbParameterMapContainer *saveparamcontainer)
std::map< int, PHG4Parameters * > Map
std::pair< Iterator, Iterator > Range
std::string superdetectorname
void SaveToNodeTree(PHCompositeNode *topNode, const std::string &nodename)
virtual ~PHG4ParametersContainer()
PHG4Parameters * GetParametersToModify(const int layer)