| Rev | Line | |
|---|
| [807] | 1 | #ifndef CTOF_HITPROCESS_H
|
|---|
| 2 | #define CTOF_HITPROCESS_H 1
|
|---|
| 3 |
|
|---|
| 4 | // %%%%%%%%%%%%%
|
|---|
| 5 | // gemc headers
|
|---|
| 6 | // %%%%%%%%%%%%%
|
|---|
| 7 | #include "MPHBaseClass.h"
|
|---|
| 8 |
|
|---|
| 9 | // %%%%%%%%%%%%%%%%
|
|---|
| 10 | // Class definition
|
|---|
| 11 | // %%%%%%%%%%%%%%%%
|
|---|
| 12 | class CTOF_HitProcess : public MPHBaseClass
|
|---|
| 13 | {
|
|---|
| 14 | public:
|
|---|
| 15 | PH_output ProcessHit(MHit*, gemc_opts);
|
|---|
| 16 | vector<identifier> ProcessID(vector<identifier>, G4Step*, detector) ;
|
|---|
| 17 | static MPHBaseClass *createHitClass() {return new CTOF_HitProcess;}
|
|---|
| 18 | };
|
|---|
| 19 |
|
|---|
| 20 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.