27 this->
add(dc_1, dc_2);
35 this->
add(dc_1, dc_2, dc_3);
43 this->
add(dc_1, dc_2, dc_3, dc_4);
52 this->
add(dc_1, dc_2, dc_3, dc_4, dc_5);
59 (*this)[dc_1.
myKey()] = dc_1;
68 add(dc_1, dc_2);
add(dc_3);
74 add(dc_1, dc_2, dc_3);
add(dc_4);
81 add(dc_1, dc_2, dc_3, dc_4);
add(dc_5);
91 for(std::map<DalitzCoordKey, DalitzCoordinate>::const_iterator it = this->
begin();
92 it != this->
end(); it++){
93 if(0 != counter++) n+=
"_x_";
94 n += it->second.name();
102 for(std::map<DalitzCoordKey, DalitzCoordinate>::const_iterator it = this->
begin();
103 it != this->
end(); it++){
104 if(0 != counter++) n+=
"_x_";
105 n += it->second.nameFileSave();
std::string nameFileSave() const
void add(const DalitzCoordinate &dc_1)
std::map< Key, Val >::iterator end()
const DalitzCoordKey & myKey() const
std::map< Key, Val >::iterator begin()
void insert(typename std::map< DalitzCoordKey, DalitzCoordinate >::const_iterator first, typename std::map< DalitzCoordKey, DalitzCoordinate >::const_iterator last)