43 fVoxCheckList =
new Int_t[maxDaughters];
44 fVoxBits1 =
new UChar_t[2 + ((maxDaughters-1)>>3)];
47 fVoxSlices[0] = fVoxSlices[1] = fVoxSlices[2] = -1;
48 fVoxInc[0] = fVoxInc[1] = fVoxInc[2] = 0;
49 fVoxInvdir[0] = fVoxInvdir[1] = fVoxInvdir[2] = 0;
50 fVoxLimits[0] = fVoxLimits[1] = fVoxLimits[2] = 0;
69 fAsmCurrent(other.fAsmCurrent),
70 fAsmNext(other.fAsmNext),
71 fDivCurrent(other.fDivCurrent),
72 fDivNext(other.fDivNext),
73 fDivTrans(other.fDivTrans),
74 fDivRot(other.fDivRot),
75 fDivCombi(other.fDivCombi),
76 fVoxNcandidates(other.fVoxNcandidates),
77 fVoxCurrent(other.fVoxCurrent),
80 fBoolSelected(other.fBoolSelected),
81 fXtruSeg(other.fXtruSeg),
82 fXtruIz(other.fXtruIz),
85 fXtruPoly(other.fXtruPoly)
104 if (
this==&other)
return *
this;
virtual ~TGeoStateInfo()
Destructor.
ClassImp(TGeoStateInfo) TGeoStateInfo
Constructor.
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)