51 fVoxCheckList =
new Int_t[maxDaughters];
52 fVoxBits1 =
new UChar_t[2 + ((maxDaughters-1)>>3)];
55 fVoxSlices[0] = fVoxSlices[1] = fVoxSlices[2] = -1;
56 fVoxInc[0] = fVoxInc[1] = fVoxInc[2] = 0;
57 fVoxInvdir[0] = fVoxInvdir[1] = fVoxInvdir[2] = 0;
58 fVoxLimits[0] = fVoxLimits[1] = fVoxLimits[2] = 0;
77 fAsmCurrent(other.fAsmCurrent),
78 fAsmNext(other.fAsmNext),
79 fDivCurrent(other.fDivCurrent),
80 fDivNext(other.fDivNext),
81 fDivTrans(other.fDivTrans),
82 fDivRot(other.fDivRot),
83 fDivCombi(other.fDivCombi),
84 fVoxNcandidates(other.fVoxNcandidates),
85 fVoxCurrent(other.fVoxCurrent),
88 fBoolSelected(other.fBoolSelected),
89 fXtruSeg(other.fXtruSeg),
90 fXtruIz(other.fXtruIz),
93 fXtruPoly(other.fXtruPoly)
112 if (
this==&other)
return *
this;
Statefull info for the current geometry level.
virtual ~TGeoStateInfo()
Destructor.
static Int_t GetMaxDaughters()
Return maximum number of daughters of a volume used in the geometry.
TGeoTranslation fDivTrans
static Int_t GetMaxXtruVert()
Return maximum number of vertices for an xtru shape used.
TGeoStateInfo & operator=(const TGeoStateInfo &other)
Assignment.
TGeoStateInfo(Int_t maxdaughters=0)
Constructor.