Definition at line 22 of file TGeoOverlapCandidate.h.
Public Attributes | |
| Bool_t | fIsOverlap = kTRUE |
| kTRUE=overlap, kFALSE=extrusion | |
| TGeoHMatrix | fMat1 |
| matrix for first volume | |
| TGeoHMatrix | fMat2 |
| matrix for second volume | |
| TString | fName |
| display name | |
| Double_t | fOvlp = 0.0 |
| threshold for "illegal" | |
| TGeoVolume * | fVol1 = nullptr |
| first volume | |
| TGeoVolume * | fVol2 = nullptr |
| second volume | |
#include <TGeoOverlapCandidate.h>
kTRUE=overlap, kFALSE=extrusion
Definition at line 28 of file TGeoOverlapCandidate.h.
| TGeoHMatrix TGeoOverlapCandidate::fMat1 |
matrix for first volume
Definition at line 26 of file TGeoOverlapCandidate.h.
| TGeoHMatrix TGeoOverlapCandidate::fMat2 |
matrix for second volume
Definition at line 27 of file TGeoOverlapCandidate.h.
| TString TGeoOverlapCandidate::fName |
display name
Definition at line 23 of file TGeoOverlapCandidate.h.
| Double_t TGeoOverlapCandidate::fOvlp = 0.0 |
threshold for "illegal"
Definition at line 29 of file TGeoOverlapCandidate.h.
| TGeoVolume* TGeoOverlapCandidate::fVol1 = nullptr |
first volume
Definition at line 24 of file TGeoOverlapCandidate.h.
| TGeoVolume* TGeoOverlapCandidate::fVol2 = nullptr |
second volume
Definition at line 25 of file TGeoOverlapCandidate.h.