]> git.uio.no Git - u/mrichter/AliRoot.git/blob - Flugg/source/Wrappers/src/WrapG1RT.cc
Ininial import
[u/mrichter/AliRoot.git] / Flugg / source / Wrappers / src / WrapG1RT.cc
1 // $Id$
2 // Flugg tag $Name$
3
4 ///////////////////////////////////////////////////////////////////
5 //
6 // WrapG1.hh - Sara Vanini
7 //
8 // Dummy wrapper for geometry tracking.
9 //
10 // modified 24.10.01: by I. Hrivnacova
11 //   functions declarations separated from implementation
12 //   (moved to Wrappers.hh);
13 //
14 ///////////////////////////////////////////////////////////////////
15
16
17 #include "Wrappers.hh"
18 #include "globals.hh"
19
20 void g1rtwr(void)
21 {
22 //flag
23 #ifdef G4GEOMETRY_DEBUG
24     G4cout<<"============ G1RTWR ============="<<G4endl;
25 #endif
26
27 //dummy wrapper
28 }