Skip to content

Commit 447c74c

Browse files
AllaMaevskayasawenzel
authored andcommitted
reduced cathode thickness
1 parent e716a12 commit 447c74c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/FIT/FT0/simulation/src/Detector.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ void Detector::SetOneMCP(TGeoVolume* ins)
232232
Float_t pmcpbase[3] = {2.949, 2.949, 0.1};
233233
Float_t pmcptopglass[3] = {2.949, 2.949, 0.1}; // MCP top glass optical
234234

235-
Float_t preg[3] = {1.324, 1.324, 0.05}; // Photcathode
235+
Float_t preg[3] = {1.324, 1.324, 0.005}; // Photcathode
236236
Double_t pal[3] = {2.648, 2.648, 0.25}; // 5mm Al on top of each radiator
237237
// Entry window (glass)
238238
TVirtualMC::GetMC()->Gsvolu("0TOP", "BOX", getMediumID(kOpGlass), ptop, 3); // Glass radiator

0 commit comments

Comments
 (0)