/[PAMELA software]/PamVMC/PamG4RunConfiguration/include/PamG4RangeCutsPhysics.h
ViewVC logotype

Annotation of /PamVMC/PamG4RunConfiguration/include/PamG4RangeCutsPhysics.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Fri Jun 12 20:19:07 2009 UTC (15 years, 5 months ago) by pam-rm2
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
*** empty log message ***

1 nikolas 1.1 #ifndef PAMG4_RANGE_CUTS_PHYSICS_H
2     #define PAMG4_RANGE_CUTS_PHYSICS_H
3    
4     #include <G4LogicalVolume.hh>
5     #include <TG4VPhysicsConstructor.h>
6    
7     #include "TG4Globals.h"
8    
9    
10     class PamG4RangeCutsPhysics: public TG4VPhysicsConstructor
11     {
12     public:
13     PamG4RangeCutsPhysics(const G4String& name = "Range cuts");
14     PamG4RangeCutsPhysics(G4int verboseLevel,
15     const G4String& name = "Range cuts");
16    
17     virtual ~PamG4RangeCutsPhysics() {; };
18    
19     protected:
20    
21     virtual void ConstructParticle();
22     virtual void ConstructProcess();
23     void LoopDaughters(G4LogicalVolume * vol);
24     void SetCuts(G4LogicalVolume * vol);
25     };
26     #endif //TG4_SPECIAL_CUTS_PHYSICS_H
27    

  ViewVC Help
Powered by ViewVC 1.1.23