29 TRKPetalCase(Int_t number, TGeoVolume* motherVolume, Bool_t irisOpen);
40 void constructCase(TGeoVolume* motherVolume);
41 void constructColdPlate(TGeoVolume* motherVolume);
42 void constructDetectionPetals(TGeoVolume* motherVolume);
43 void addDetectionPetelsToFullComposite();
45 void addToPetalCaseComposite(TString shape) { mFullCompositeFormula += (
"+" + shape); }
47 Int_t mPetalCaseNumber;
50 TString mPetalCaseName;
51 TString mFullCompositeFormula;
54 Double_t mXPos, mYPos, mZPos;
56 Double_t mWallThickness;
59 Double_t mRInOpenState;
60 Double_t mPetalCaseLength;
62 Double_t mAngularCoverageAzimuthalWall;
63 Double_t mAngularCoverageRadialWall;
67 TGeoTubeSeg* mInnerAzimuthalWall;
68 TGeoTubeSeg* mOuterAzimuthalWall;
69 TGeoTubeSeg* mRadialWall;
70 TGeoTubeSeg* mForwardWall;
72 TGeoRotation* mAzimuthalWallRot;
73 TGeoRotation* mRadialWall1Rot;
74 TGeoRotation* mRadialWall2Rot;
76 TGeoCombiTrans* mAzimuthalWallCombiTrans;
77 TGeoCombiTrans* mRadialWall1CombiTrans;
78 TGeoCombiTrans* mRadialWall2CombiTrans;
79 TGeoCombiTrans* mForwardWall1CombiTrans;
80 TGeoCombiTrans* mForwardWall2CombiTrans;
82 TGeoVolume* mPetalCaseVolume;
85 TGeoTubeSeg* mColdPlate;
86 TGeoVolume* mColdPlateVolume;