Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DefaultHepRepTreeID.cc
Go to the documentation of this file.
1 // Copyright FreeHEP, 2005.
2 
3 #include <iostream>
4 
6 
7 using namespace std;
8 using namespace HEPREP;
9 
10 /**
11  * @author Mark Donszelmann
12  * @version $Id: DefaultHepRepTreeID.cc 66373 2012-12-18 09:41:34Z gcosmo $
13  */
14 namespace cheprep {
15 
16 DefaultHepRepTreeID::DefaultHepRepTreeID(string aName, string aVersion, string aQualifier)
17  : name(aName), version(aVersion), qualifier(aQualifier) {
18 }
19 
21 }
22 
24  return qualifier;
25 }
26 
28  this->qualifier = qual;
29 }
30 
32  return name;
33 }
34 
36  return version;
37 }
38 
39 } // cheprep
const XML_Char * version
const XML_Char * name
void setQualifier(std::string qualifier)