ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PrtOpBoundaryProcess.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PrtOpBoundaryProcess.h
1 #ifndef PrtOpBoundaryProcess_h
2 #define PrtOpBoundaryProcess_h
3 
4 #include <Geant4/G4OpBoundaryProcess.hh>
5 #include <Geant4/globals.hh>
6 
8 
10 {
11  public:
13  ~PrtOpBoundaryProcess() override{};
14 
15  public:
16  G4VParticleChange* PostStepDoIt(const G4Track& aTrack, const G4Step& aStep) override;
17 
19 
20  //private:
21  //int fLensId;
22 };
23 
24 #endif /*PrtOpBoundaryProcess_h*/