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;
static Int_t GetMaxDaughters()
Return maximum number of daughters of a volume used in the geometry.
static Int_t GetMaxXtruVert()
Return maximum number of vertices for an xtru shape used.
Statefull info for the current geometry level.
virtual ~TGeoStateInfo()
Destructor.
TGeoTranslation fDivTrans
TGeoStateInfo & operator=(const TGeoStateInfo &other)
Assignment.
TGeoStateInfo(Int_t maxdaughters=0)
Constructor.