Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DefaultHepRepAction.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 
14 namespace cheprep {
15 
16 DefaultHepRepAction::DefaultHepRepAction(string aName, string anExpression)
17  : name(aName), expression(anExpression) {
18 }
19 
21 }
22 
24  return name;
25 }
26 
28  return expression;
29 }
30 
32  return new DefaultHepRepAction(name, expression);
33 }
34 
35 } // cheprep
36 
const XML_Char * name
Definition: expat.h:151
DefaultHepRepAction(std::string name, std::string expression)
HEPREP::HepRepAction * copy()