QwGeant4
QweakSimTrap.hh
Go to the documentation of this file.
1 #ifndef QweakSimTrap_HH
2 #define QweakSimTrap_HH
3 
4 #include "G4Trap.hh"
5 
6 class QweakSimTrap : public G4Trap
7 {
8 
9  public: // with description
10 
11  QweakSimTrap( const G4String& pName,
12  G4double pDz,
13  G4double pTheta, G4double pPhi,
14  G4double pDy1, G4double pDx1, G4double pDx2,
15  G4double pAlp1,
16  G4double pDy2, G4double pDx3, G4double pDx4,
17  G4double pAlp2 );
18 
19  G4double FixPlane(G4ThreeVector pt[8], G4int iface[4]);
20 
21 };
22 
23 #endif // QweakSimTrap_HH
QweakSimTrap(const G4String &pName, G4double pDz, G4double pTheta, G4double pPhi, G4double pDy1, G4double pDx1, G4double pDx2, G4double pAlp1, G4double pDy2, G4double pDx3, G4double pDx4, G4double pAlp2)
G4double FixPlane(G4ThreeVector pt[8], G4int iface[4])