Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGeoOverlapCandidate Struct Reference

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"
 
TGeoVolumefVol1 = nullptr
 first volume
 
TGeoVolumefVol2 = nullptr
 second volume
 

#include <TGeoOverlapCandidate.h>

Member Data Documentation

◆ fIsOverlap

Bool_t TGeoOverlapCandidate::fIsOverlap = kTRUE

kTRUE=overlap, kFALSE=extrusion

Definition at line 28 of file TGeoOverlapCandidate.h.

◆ fMat1

TGeoHMatrix TGeoOverlapCandidate::fMat1

matrix for first volume

Definition at line 26 of file TGeoOverlapCandidate.h.

◆ fMat2

TGeoHMatrix TGeoOverlapCandidate::fMat2

matrix for second volume

Definition at line 27 of file TGeoOverlapCandidate.h.

◆ fName

TString TGeoOverlapCandidate::fName

display name

Definition at line 23 of file TGeoOverlapCandidate.h.

◆ fOvlp

Double_t TGeoOverlapCandidate::fOvlp = 0.0

threshold for "illegal"

Definition at line 29 of file TGeoOverlapCandidate.h.

◆ fVol1

TGeoVolume* TGeoOverlapCandidate::fVol1 = nullptr

first volume

Definition at line 24 of file TGeoOverlapCandidate.h.

◆ fVol2

TGeoVolume* TGeoOverlapCandidate::fVol2 = nullptr

second volume

Definition at line 25 of file TGeoOverlapCandidate.h.

Collaboration diagram for TGeoOverlapCandidate:
[legend]

The documentation for this struct was generated from the following file: