Analysis Software
Documentation for sPHENIX simulation software
|
#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 |
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 testSigmaEff::v.
|
inline |
Definition at line 57 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 57 of file PHG4RegionInformation.h
References isTracker, and testSigmaEff::v.
|
inline |
Definition at line 56 of file PHG4RegionInformation.h.
View newest version in sPHENIX GitHub at line 56 of file PHG4RegionInformation.h
References isWorld, and testSigmaEff::v.
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().