@@ -219,8 +219,8 @@ void WCSimDetectorConstruction::SetHyperKGeometry()
219
219
WCPMTName = PMT->GetPMTName ();
220
220
WCPMTExposeHeight = PMT->GetExposeHeight ();
221
221
WCPMTRadius = PMT->GetRadius ();
222
- WCIDDiameter = 70.8 / 6 . *m; // = 74m - 2*(60cm ID wall + 1m OD)
223
- WCIDHeight = 54.8 / 6 . *m; // = 60m - 2*(60cm ID wall + 2m OD)
222
+ WCIDDiameter = 70.8 *m; // = 74m - 2*(60cm ID wall + 1m OD)
223
+ WCIDHeight = 54.8 *m; // = 60m - 2*(60cm ID wall + 2m OD)
224
224
WCBarrelPMTOffset = WCPMTRadius; // offset from vertical
225
225
WCPMTperCellHorizontal= 4 ;
226
226
WCPMTperCellVertical = 3 ;
@@ -233,6 +233,30 @@ void WCSimDetectorConstruction::SetHyperKGeometry()
233
233
WCBlackSheetThickness = 2.0 *cm;
234
234
WCAddGd = false ;
235
235
236
+ }
237
+
238
+ void WCSimDetectorConstruction::SetHyperKWithODGeometry ()
239
+ {
240
+ WCDetectorName = " HyperK" ;
241
+ WCIDCollectionName = WCDetectorName +" -glassFaceWCPMT" ;
242
+ WCSimPMTObject * PMT = CreatePMTObject (" BoxandLine20inchHQE" , WCIDCollectionName);
243
+ WCPMTName = PMT->GetPMTName ();
244
+ WCPMTExposeHeight = PMT->GetExposeHeight ();
245
+ WCPMTRadius = PMT->GetRadius ();
246
+ WCIDDiameter = 70.8 *m; // = 74m - 2*(60cm ID wall + 1m OD)
247
+ WCIDHeight = 54.8 *m; // = 60m - 2*(60cm ID wall + 2m OD)
248
+ WCBarrelPMTOffset = WCPMTRadius; // offset from vertical
249
+ WCPMTperCellHorizontal= 4 ;
250
+ WCPMTperCellVertical = 3 ;
251
+ WCPMTPercentCoverage = 40.0 ;
252
+ WCBarrelNumPMTHorizontal = round (WCIDDiameter*sqrt (pi *WCPMTPercentCoverage)/(10.0 *WCPMTRadius));
253
+ WCBarrelNRings = round (((WCBarrelNumPMTHorizontal*((WCIDHeight-2 *WCBarrelPMTOffset)/(pi *WCIDDiameter)))
254
+ /WCPMTperCellVertical));
255
+ WCCapPMTSpacing = (pi *WCIDDiameter/WCBarrelNumPMTHorizontal); // distance between centers of top and bottom pmts
256
+ WCCapEdgeLimit = WCIDDiameter/2.0 - WCPMTRadius;
257
+ WCBlackSheetThickness = 2.0 *cm;
258
+ WCAddGd = false ;
259
+
236
260
// //////////////////////////////////
237
261
// OD Parameters --- Beta version //
238
262
// //////////////////////////////////
0 commit comments