Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Gitlab has been updated. More info
here
.
Show more breadcrumbs
np
nptool
Commits
90b4ee73
Commit
90b4ee73
authored
9 years ago
by
adrien-matta
Browse files
Options
Downloads
Patches
Plain Diff
* Fixing Annular S1 simulation Energy resolution gone problem
parent
1bf8be7a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NPSimulation/Detectors/AnnularS1/AnnularS1.hh
+2
-1
2 additions, 1 deletion
NPSimulation/Detectors/AnnularS1/AnnularS1.hh
NPSimulation/Detectors/MUST2/MUST2Array.hh
+1
-1
1 addition, 1 deletion
NPSimulation/Detectors/MUST2/MUST2Array.hh
with
3 additions
and
2 deletions
NPSimulation/Detectors/AnnularS1/AnnularS1.hh
+
2
−
1
View file @
90b4ee73
...
...
@@ -116,9 +116,10 @@ private:
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
namespace
ANNULARS1
{
// Energy/Time resolutions for the different layers
const
G4double
ResoEnergy
=
0.017
;
// = 52keV of Resolution // Unit is MeV/2.35
const
G4double
ResoTime
=
0.106382979
;
// = 250 ps // Unit is ns/2.35
const
G4double
EnergyThreshold
=
0.300
;
// = 300 keV
const
G4double
ResoEnergy
=
0.017
;
// = 250 ps // Unit is ns/2.35
// PCB
const
G4double
PCBPointsX
[
8
]
=
{
-
40
,
40
,
60
,
60
,
40
,
-
40
,
-
60
,
-
60
};
const
G4double
PCBPointsY
[
8
]
=
{
60
,
60
,
40
,
-
40
,
-
60
,
-
60
,
-
40
,
40
};
...
...
This diff is collapsed.
Click to expand it.
NPSimulation/Detectors/MUST2/MUST2Array.hh
+
1
−
1
View file @
90b4ee73
...
...
@@ -35,7 +35,7 @@ namespace MUST2
{
// Resolution
const
G4double
ResoTimeMust
=
0.212765957
;
// = 500ps // Unit is ns/2.35
const
G4double
ResoSiLi
=
0.0
55
;
// = 130 keV of resolution // Unit is MeV/2.35
const
G4double
ResoSiLi
=
0.0
66
;
// = 130 keV of resolution // Unit is MeV/2.35
const
G4double
ResoCsI
=
0.08
;
// = 188 kev of resolution // Unit is MeV/2.35
const
G4double
ResoStrip
=
0.017
;
// = 52keV of Resolution // Unit is MeV/2.35
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment