ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DefaultHepRepTreeID.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file DefaultHepRepTreeID.cc
1 // Copyright FreeHEP, 2005.
2 
3 #include <iostream>
4 
6 
7 using namespace std;
8 using namespace HEPREP;
9 
13 namespace cheprep {
14 
15 DefaultHepRepTreeID::DefaultHepRepTreeID(string aName, string aVersion, string aQualifier)
16  : name(aName), version(aVersion), qualifier(aQualifier) {
17 }
18 
20 }
21 
23  return qualifier;
24 }
25 
27  this->qualifier = qual;
28 }
29 
31  return name;
32 }
33 
35  return version;
36 }
37 
38 } // cheprep