Definition at line 33 of file TGeoOverlapCandidate.h.
Public Attributes | |
| Bool_t | fIsOverlap = kTRUE |
| matrix for second volume | |
| TGeoHMatrix | fMat1 |
| TGeoHMatrix | fMat2 |
| matrix for first volume | |
| Double_t | fMaxOverlap = 0.0 |
| overlap distance found | |
| TString | fName |
| display name | |
| std::vector< std::array< Double_t, 3 > > | fPoints |
| up to N points (e.g. 100) | |
| TGeoVolume * | fVol1 = nullptr |
| first volume | |
| TGeoVolume * | fVol2 = nullptr |
| second volume | |
#include <TGeoOverlapCandidate.h>
matrix for second volume
kTRUE=overlap, kFALSE=extrusion
Definition at line 39 of file TGeoOverlapCandidate.h.
| TGeoHMatrix TGeoOverlapResult::fMat1 |
Definition at line 37 of file TGeoOverlapCandidate.h.
| TGeoHMatrix TGeoOverlapResult::fMat2 |
matrix for first volume
Definition at line 38 of file TGeoOverlapCandidate.h.
| Double_t TGeoOverlapResult::fMaxOverlap = 0.0 |
overlap distance found
Definition at line 40 of file TGeoOverlapCandidate.h.
| TString TGeoOverlapResult::fName |
display name
Definition at line 34 of file TGeoOverlapCandidate.h.
| std::vector<std::array<Double_t, 3> > TGeoOverlapResult::fPoints |
up to N points (e.g. 100)
Definition at line 41 of file TGeoOverlapCandidate.h.
| TGeoVolume* TGeoOverlapResult::fVol1 = nullptr |
first volume
Definition at line 35 of file TGeoOverlapCandidate.h.
| TGeoVolume* TGeoOverlapResult::fVol2 = nullptr |
second volume
Definition at line 36 of file TGeoOverlapCandidate.h.