Geant4
10.01.p02
|
#include <RE01RegionInformation.hh>
Public Member Functions | |
RE01RegionInformation () | |
virtual | ~RE01RegionInformation () |
virtual void | Print () const |
void | SetWorld (G4bool v=true) |
void | SetTracker (G4bool v=true) |
void | SetCalorimeter (G4bool v=true) |
G4bool | IsCalorimeter () const |
Public Member Functions inherited from G4VUserRegionInformation | |
G4VUserRegionInformation () | |
virtual | ~G4VUserRegionInformation () |
Private Attributes | |
G4bool | fIsWorld |
G4bool | fIsTracker |
G4bool | fIsCalorimeter |
Definition at line 39 of file RE01RegionInformation.hh.
RE01RegionInformation::RE01RegionInformation | ( | ) |
Definition at line 37 of file RE01RegionInformation.cc.
|
virtual |
Definition at line 43 of file RE01RegionInformation.cc.
|
inline |
Definition at line 49 of file RE01RegionInformation.hh.
References fIsCalorimeter.
Referenced by RE01SteppingAction::UserSteppingAction().
|
virtual |
Implements G4VUserRegionInformation.
Definition at line 47 of file RE01RegionInformation.cc.
References fIsCalorimeter, fIsTracker, fIsWorld, G4cout, and G4endl.
Referenced by RE01DetectorConstruction::Construct().
|
inline |
Definition at line 48 of file RE01RegionInformation.hh.
References fIsCalorimeter.
Referenced by RE01DetectorConstruction::Construct().
|
inline |
Definition at line 47 of file RE01RegionInformation.hh.
References fIsTracker.
Referenced by RE01DetectorConstruction::Construct().
|
inline |
Definition at line 46 of file RE01RegionInformation.hh.
References fIsWorld.
Referenced by RE01DetectorConstruction::Construct().
|
private |
Definition at line 54 of file RE01RegionInformation.hh.
Referenced by IsCalorimeter(), Print(), and SetCalorimeter().
|
private |
Definition at line 53 of file RE01RegionInformation.hh.
Referenced by Print(), and SetTracker().
|
private |
Definition at line 52 of file RE01RegionInformation.hh.
Referenced by Print(), and SetWorld().