![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4main/PHG4RegionInformation.h>
Inheritance diagram for PHG4RegionInformation:
Collaboration diagram for PHG4RegionInformation: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 |
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.
|
override |
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.
|
inline |
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.
|
inline |
Definition at line 57 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 57 of file PHG4RegionInformation.h
|
inline |
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().
Here is the caller graph for this function:
|
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().