]> git.uio.no Git - u/mrichter/AliRoot.git/blob - Flugg/WrapLookDB.cxx
Modified plots and made jet finder use SDigits
[u/mrichter/AliRoot.git] / Flugg / WrapLookDB.cxx
1
2 // Flugg tag 
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 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