| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

G4Hooks Class Reference

List of all members.

Public Member Functions

 G4Hooks ()
 ~G4Hooks ()
 G4Hooks ()
 ~G4Hooks ()

Public Attributes

G4Step * fakeStep
G4TouchableHandle touchable
G4Navigator * navi
bool setup
G4Step * fakeStep
G4Navigator * navi

Detailed Description

Definition at line 9 of file DsPmtModel.cc.


Constructor & Destructor Documentation

G4Hooks::G4Hooks (  )  [inline]

Definition at line 11 of file DsPmtModel.cc.

00012         : fakeStep(new G4Step)
00013         , touchable(new G4TouchableHistory )
00014         , navi(new G4Navigator) 
00015         , setup(false) { }

G4Hooks::~G4Hooks (  )  [inline]

Definition at line 17 of file DsPmtModel.cc.

00017                {
00018         delete fakeStep;
00019         delete navi;
00020         
00021     }

G4Hooks::G4Hooks (  )  [inline]

Definition at line 13 of file DsRpcModel.cc.

00014         : fakeStep(new G4Step)
00015         , touchable(new G4TouchableHistory )
00016         , navi(new G4Navigator) 
00017         , setup(false) { }

G4Hooks::~G4Hooks (  )  [inline]

Definition at line 19 of file DsRpcModel.cc.

00019                {
00020         delete fakeStep;
00021         delete navi;
00022         
00023     }


Member Data Documentation

G4Step* G4Hooks::fakeStep

Definition at line 23 of file DsPmtModel.cc.

G4TouchableHandle G4Hooks::touchable

Definition at line 24 of file DsPmtModel.cc.

G4Navigator* G4Hooks::navi

Definition at line 25 of file DsPmtModel.cc.

bool G4Hooks::setup

Definition at line 26 of file DsPmtModel.cc.

G4Step* G4Hooks::fakeStep

Definition at line 25 of file DsRpcModel.cc.

G4Navigator* G4Hooks::navi

Definition at line 27 of file DsRpcModel.cc.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:53:29 2011 for DetSim by doxygen 1.4.7