Skip to content
Snippets Groups Projects
Commit 6e73fb1d authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Restoring threshold in MUST2

parent 3646feff
No related branches found
No related tags found
No related merge requests found
......@@ -41,9 +41,9 @@ namespace MUST2
const G4double ResoStrip = 0.0149 ;// 0.0223 = 52keV of Resolution // Unit is MeV/2.35 14.861996
const G4double TimeOffset = 500 ;// 500 ns stop
// Threshold
const G4double ThresholdSi = 0 * keV;
const G4double ThresholdSiLi = 0 * keV;
const G4double ThresholdCsI = 0 * keV;
const G4double ThresholdSi = 500 * keV;
const G4double ThresholdSiLi = 500 * keV;
const G4double ThresholdCsI = 500 * keV;
// Geometry
const G4double FaceFront = 11.*cm ;
const G4double FaceBack = 16.5*cm ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment