]> git.uio.no Git - u/mrichter/AliRoot.git/blame - Flugg/WrapG1RT.cxx
null alignment file
[u/mrichter/AliRoot.git] / Flugg / WrapG1RT.cxx
CommitLineData
26911512 1
2// Flugg tag
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
20void g1rtwr(void)
21{
22//flag
23#ifdef G4GEOMETRY_DEBUG
24 G4cout<<"============ G1RTWR ============="<<G4endl;
25#endif
26
27//dummy wrapper
28}