2 #ifndef CHEPREP_DEFAULTHEPREPATTRIBUTE_H
3 #define CHEPREP_DEFAULTHEPREPATTRIBUTE_H 1
26 std::map<std::string, HEPREP::HepRepAttValue*> attValues;
35 void addAttValue(std::string key, std::string value,
int showLabel);
36 void addAttValue(std::string key,
int value,
int showLabel);
38 void addAttValue(std::string key,
double value,
int showLabel);
39 void addAttValue(std::string key,
bool value,
int showLabel);
40 void addAttValue(std::string key, std::vector<double> value,
int showLabel);