G4GIDI_map Class Reference

#include <G4GIDI_map.hh>


Public Member Functions

 G4GIDI_map (std::string &dataDirectory)
 ~G4GIDI_map ()
std::string path (void)
std::string fileName (void)

Data Fields

GIDI::statusMessageReporting smr
GIDI::tpia_map * map


Detailed Description

Definition at line 68 of file G4GIDI_map.hh.


Constructor & Destructor Documentation

G4GIDI_map::G4GIDI_map ( std::string &  dataDirectory  ) 

G4GIDI_map::~G4GIDI_map (  ) 

Definition at line 82 of file G4GIDI_map.cc.

References map, smr, smr_release(), and tpia_map_free().

00082                               {
00083 
00084     if( map != NULL ) tpia_map_free( NULL, map );
00085     smr_release( &smr );
00086 }


Member Function Documentation

string G4GIDI_map::fileName ( void   ) 

Definition at line 90 of file G4GIDI_map.cc.

References map.

00090                                   {
00091 
00092     return( map->mapFileName );
00093 }

string G4GIDI_map::path ( void   ) 

Definition at line 97 of file G4GIDI_map.cc.

References map.

00097                               {
00098 
00099     return( map->path );
00100 }


Field Documentation

GIDI::tpia_map* G4GIDI_map::map

Definition at line 72 of file G4GIDI_map.hh.

Referenced by fileName(), path(), and ~G4GIDI_map().

GIDI::statusMessageReporting G4GIDI_map::smr

Definition at line 71 of file G4GIDI_map.hh.

Referenced by ~G4GIDI_map().


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:52:05 2013 for Geant4 by  doxygen 1.4.7