source: trunk/examples/novice/gemc/src/raw_hitprocess.h @ 893

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

update

File size: 477 bytes
Line 
1#ifndef raw_HITPROCESS_H
2#define raw_HITPROCESS_H 1
3
4// %%%%%%%%%%%%%
5// gemc headers
6// %%%%%%%%%%%%%
7#include "MPHBaseClass.h"
8
9// %%%%%%%%%%%%%%%%
10// Class definition
11// %%%%%%%%%%%%%%%%
12class raw_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 raw_HitProcess;}
18};
19
20#endif
Note: See TracBrowser for help on using the repository browser.