]> git.uio.no Git - u/mrichter/AliRoot.git/blob - Flugg/source/Wrappers/src/WrapLookDB.cc
3928e2f77c523cd29041bc30c546c2146dd8f0be
[u/mrichter/AliRoot.git] / Flugg / source / Wrappers / src / WrapLookDB.cc
1 // $Id$
2 // Flugg tag $Name$
3
4 ///////////////////////////////////////////////////////////////////
5 //
6 // WrapG1.hh - Sara Vanini
7 //
8 // Dummy wrapper (in fluka: for geometry debugging)
9 //
10 //////////////////////////////////////////////////////////////////
11
12 //#ifndef lkdbwr
13 //#define lkdbwr lkdbwr_
14
15 #include "Wrappers.hh"
16 #include "globals.hh"
17
18 extern "C" void lkdbwr(G4double& pSx, G4double& pSy, G4double& pSz,
19                        G4double* pV, const G4int& oldReg, const G4int& oldLttc,
20                        G4int& newReg, G4int& flagErr, G4int& newLttc)
21 {
22 //flag
23 #ifdef G4GEOMETRY_DEBUG
24    G4cout<<"============= LKDBWR =============="<<G4endl;
25 #endif
26
27 //return region number and dummy variables
28    newReg=0;   
29    newLttc=0;
30    flagErr=-1; 
31 }
32 //#endif