Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G3DetTableEntry Class Reference

#include <G3DetTableEntry.hh>

Public Member Functions

 G3DetTableEntry (G4String &set, G4String &det, G4int id, G4VSensitiveDetector *D)
 
 ~G3DetTableEntry ()
 
G4VSensitiveDetectorGetSD ()
 
G4String GetSet ()
 
G4String GetDet ()
 
G4int GetID ()
 

Detailed Description

Definition at line 38 of file G3DetTableEntry.hh.

Constructor & Destructor Documentation

G3DetTableEntry::G3DetTableEntry ( G4String set,
G4String det,
G4int  id,
G4VSensitiveDetector D 
)

Definition at line 33 of file G3DetTableEntry.cc.

34  {
35  _set = set;
36  _det = det;
37  _id = id;
38  _detpt = D;
39 }
double D(double temp)

Here is the call graph for this function:

G3DetTableEntry::~G3DetTableEntry ( )

Definition at line 41 of file G3DetTableEntry.cc.

41 {;}

Member Function Documentation

G4String G3DetTableEntry::GetDet ( )

Definition at line 54 of file G3DetTableEntry.cc.

54  {
55  return _det;
56 }
G4int G3DetTableEntry::GetID ( )

Definition at line 59 of file G3DetTableEntry.cc.

59  {
60  return _id;
61 }

Here is the caller graph for this function:

G4VSensitiveDetector * G3DetTableEntry::GetSD ( )

Definition at line 44 of file G3DetTableEntry.cc.

44  {
45  return _detpt;
46 }

Here is the caller graph for this function:

G4String G3DetTableEntry::GetSet ( )

Definition at line 49 of file G3DetTableEntry.cc.

49  {
50  return _set;
51 }

The documentation for this class was generated from the following files: