ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4main/PHG4RegionInformation.h>
Public Member Functions | |
PHG4RegionInformation () | |
~PHG4RegionInformation () override | |
void | Print () const override |
void | SetWorld (G4bool v=true) |
void | SetTracker (G4bool v=true) |
void | SetCalorimeter (G4bool v=true) |
G4bool | IsWorld () const |
G4bool | IsTracker () const |
G4bool | IsCalorimeter () const |
Public Member Functions inherited from G4VUserRegionInformation | |
G4VUserRegionInformation () | |
virtual | ~G4VUserRegionInformation () |
Private Attributes | |
G4bool | isWorld |
G4bool | isTracker |
G4bool | isCalorimeter |
Definition at line 43 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 43 of file PHG4RegionInformation.h
PHG4RegionInformation::PHG4RegionInformation | ( | ) |
Definition at line 35 of file PHG4RegionInformation.cc.
View newest version in sPHENIX GitHub at line 35 of file PHG4RegionInformation.cc
|
inlineoverride |
Definition at line 47 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 47 of file PHG4RegionInformation.h
|
inline |
Definition at line 61 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 61 of file PHG4RegionInformation.h
References isCalorimeter.
|
inline |
Definition at line 60 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 60 of file PHG4RegionInformation.h
References isTracker.
|
inline |
Definition at line 59 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 59 of file PHG4RegionInformation.h
References isWorld.
|
overridevirtual |
Implements G4VUserRegionInformation.
Definition at line 39 of file PHG4RegionInformation.cc.
View newest version in sPHENIX GitHub at line 39 of file PHG4RegionInformation.cc
References isCalorimeter, isTracker, and isWorld.
Definition at line 58 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 58 of file PHG4RegionInformation.h
References isCalorimeter, and v.
Definition at line 57 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 57 of file PHG4RegionInformation.h
Definition at line 56 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 56 of file PHG4RegionInformation.h
Referenced by PHG4PhenixDetector::Construct().
|
private |
Definition at line 53 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 53 of file PHG4RegionInformation.h
Referenced by IsCalorimeter(), Print(), and SetCalorimeter().
|
private |
Definition at line 52 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 52 of file PHG4RegionInformation.h
Referenced by IsTracker(), Print(), and SetTracker().
|
private |
Definition at line 51 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 51 of file PHG4RegionInformation.h
Referenced by IsWorld(), Print(), and SetWorld().