ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/runAndEvent/RE01/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 38 of file RE01RegionInformation.hh.
View newest version in sPHENIX GitHub at line 38 of file RE01RegionInformation.hh
RE01RegionInformation::RE01RegionInformation | ( | ) |
Definition at line 36 of file RE01RegionInformation.cc.
View newest version in sPHENIX GitHub at line 36 of file RE01RegionInformation.cc
|
virtual |
Definition at line 42 of file RE01RegionInformation.cc.
View newest version in sPHENIX GitHub at line 42 of file RE01RegionInformation.cc
|
inline |
Definition at line 48 of file RE01RegionInformation.hh.
View newest version in sPHENIX GitHub at line 48 of file RE01RegionInformation.hh
References fIsCalorimeter.
Referenced by RE01SteppingAction::UserSteppingAction().
Implements G4VUserRegionInformation.
Definition at line 46 of file RE01RegionInformation.cc.
View newest version in sPHENIX GitHub at line 46 of file RE01RegionInformation.cc
References fIsCalorimeter, fIsTracker, fIsWorld, G4cout, and G4endl.
Referenced by RE01DetectorConstruction::Construct().
Definition at line 47 of file RE01RegionInformation.hh.
View newest version in sPHENIX GitHub at line 47 of file RE01RegionInformation.hh
References fIsCalorimeter, and v.
Referenced by RE01DetectorConstruction::Construct().
Definition at line 46 of file RE01RegionInformation.hh.
View newest version in sPHENIX GitHub at line 46 of file RE01RegionInformation.hh
References fIsTracker, and v.
Referenced by RE01DetectorConstruction::Construct().
Definition at line 45 of file RE01RegionInformation.hh.
View newest version in sPHENIX GitHub at line 45 of file RE01RegionInformation.hh
Referenced by RE01DetectorConstruction::Construct().
|
private |
Definition at line 53 of file RE01RegionInformation.hh.
View newest version in sPHENIX GitHub at line 53 of file RE01RegionInformation.hh
Referenced by IsCalorimeter(), Print(), and SetCalorimeter().
|
private |
Definition at line 52 of file RE01RegionInformation.hh.
View newest version in sPHENIX GitHub at line 52 of file RE01RegionInformation.hh
Referenced by Print(), and SetTracker().
|
private |
Definition at line 51 of file RE01RegionInformation.hh.
View newest version in sPHENIX GitHub at line 51 of file RE01RegionInformation.hh
Referenced by Print(), and SetWorld().