ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
DefaultHepRepAction.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file DefaultHepRepAction.cc
1
// Copyright FreeHEP, 2005.
2
3
#include <iostream>
4
5
#include "
cheprep/DefaultHepRepAction.h
"
6
7
using namespace
std;
8
using namespace
HEPREP;
9
13
namespace
cheprep {
14
15
DefaultHepRepAction::DefaultHepRepAction(
string
aName,
string
anExpression)
16
:
name
(aName), expression(anExpression) {
17
}
18
19
DefaultHepRepAction::~DefaultHepRepAction
() {
20
}
21
22
string
DefaultHepRepAction::getName
() {
23
return
name
;
24
}
25
26
string
DefaultHepRepAction::getExpression
() {
27
return
expression
;
28
}
29
30
HepRepAction
*
DefaultHepRepAction::copy
() {
31
return
new
DefaultHepRepAction
(
name
,
expression
);
32
}
33
34
}
// cheprep
35
geant4
tree
geant4-10.6-release
source
visualization
HepRep
src
DefaultHepRepAction.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:54
using
1.8.2 with
ECCE GitHub integration