source: trunk/examples/novice/gemc/src/BST_hitprocess.h @ 1282

Last change on this file since 1282 was 807, checked in by garnier, 16 years ago

update

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