Geant4 VMC Version 6.6
Loading...
Searching...
No Matches
TG4OpSurfaceMap.h
Go to the documentation of this file.
1#ifndef TG4_OP_SURFACE_MAP_H
2#define TG4_OP_SURFACE_MAP_H
3
4//------------------------------------------------
5// The Geant4 Virtual Monte Carlo package
6// Copyright (C) 2007 - 2014 Ivana Hrivnacova
7// All rights reserved.
8//
9// For the licensing terms see geant4_vmc/LICENSE.
10// Contact: root-vmc@cern.ch
11//-------------------------------------------------
12
17
18#include <G4OpticalSurface.hh>
19
22
23typedef std::map<G4String, G4OpticalSurface*> TG4OpSurfaceMap;
24
25#endif
std::map< G4String, G4OpticalSurface * > TG4OpSurfaceMap
The map between optical surfaces names and their objects.