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.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file DefaultHepRepAction.h
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_DEFAULTHEPREPACTION_H
3
#define CHEPREP_DEFAULTHEPREPACTION_H 1
4
5
#include "
cheprep/config.h
"
6
7
#include <string>
8
9
#include "
HEPREP/HepRepAction.h
"
10
14
namespace
cheprep {
15
16
class
DefaultHepRepAction
:
public
virtual
HEPREP::HepRepAction
{
17
18
private
:
19
std::string
name
;
20
std::string
expression
;
21
22
public
:
23
DefaultHepRepAction
(std::string
name
, std::string
expression
);
24
~DefaultHepRepAction
();
25
26
std::string
getName
();
27
std::string
getExpression
();
28
HEPREP::HepRepAction
*
copy
();
29
};
30
31
}
// cheprep
32
33
34
#endif
geant4
tree
geant4-10.6-release
source
visualization
HepRep
include
cheprep
DefaultHepRepAction.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:54
using
1.8.2 with
ECCE GitHub integration