You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
///< Any other integer -> PerfectSiPMMPPC (100% efficiency)
104
104
G4int num_phsensors_; ///< Number of photosensors per board
105
-
G4int board_position_code_; ///< Integer signalling where to place the SiPM boards. In any case, the boards are arranged parallely to the APEX sides which are plate_length_ long.
105
+
G4int board_position_code_; ///< Integer signalling where to place the SiPM boards. This parameter only makes a difference if shape_code_ is set to 0.
106
+
///< In such case, it can take the following values:
106
107
///< 1 -> One board facing the middle of one of the two largest WLS plate faces.
107
108
///< 2 -> One board facing one of the smallest WLS plate faces.
108
109
///< Any other integer -> One board facing each one of the smallest WLS plate faces (two boards in total).
109
-
G4bool align_lower_edges_of_plate_and_SiPMs_; ///< This parameter only makes a difference if board_position_code_ is set to 2 or 3. If set to true, the lower edges of the WLS plate and the SiPMs are aligned.
110
-
///< If set to false, then the center (along the plate_thickn_ dimension) of the SiPMs is aligned with the center of the WLS plate
111
-
G4double gap_; ///< Gap between the photosensors and the WLS plate. A negative gap can help modelate the immersion of the SiPMs into the dimples. Be careful not to collide the SiPMs into the plate.
110
+
///< In any case, the boards are arranged parallely to the APEX sides which are plate_length_ long. If shape_code_ is set
111
+
///< to 1, then only one board, facing the base of the triangular WLS plate, is placed.
112
+
G4bool align_lower_edges_of_plate_and_SiPMs_; ///< If shape_code_ is set to 0, then this parameter only makes a difference if board_position_code_ is set to a value other
113
+
///< than 1. If shape_code_ is set to 1, then this parameter always applies. If set to true, the lower edges of the WLS plate
114
+
///< and the SiPMs are aligned. If set to false, then the center (along the plate_thickn_ dimension) of the SiPMs is aligned
115
+
///< with the center of the WLS plate
116
+
G4double gap_; ///< Gap between the photosensors and the WLS plate. A negative gap can help modelate the immersion of the SiPMs into the dimples.
117
+
///< Be careful not to collide the SiPMs into the plate.
112
118
G4bool ref_phsensors_supports_; ///< Whether photosensors supports are reflective (the FR4 box that supports the SiPM)
113
119
/// Dimples may be used in the future, but not for now ----------------------------------------------------------------------------------------------------
114
120
/// For the moment, APEX will use cryo glue so that SiPMs are in optical contact with the plate. ----------------------------------------------------------
0 commit comments