Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hallc_replay
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
Melanie Cardona
hallc_replay
Commits
682fde9f
Commit
682fde9f
authored
8 years ago
by
Eric Pooser
Browse files
Options
Downloads
Patches
Plain Diff
Modify general param files to include SHMS Cherenkov detectors
parent
40716a04
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
DBASE/general.param
+2
-0
2 additions, 0 deletions
DBASE/general.param
PARAM/SHMS/GEN/pcana.param
+7
-1
7 additions, 1 deletion
PARAM/SHMS/GEN/pcana.param
PARAM/SHMS/GEN/ptracking.param
+8
-4
8 additions, 4 deletions
PARAM/SHMS/GEN/ptracking.param
with
17 additions
and
5 deletions
DBASE/general.param
+
2
−
0
View file @
682fde9f
...
...
@@ -36,6 +36,8 @@ raddeg=3.14159265/180
; SHMS detector specific paramter files
#include "PARAM/SHMS/AERO/paero.param"
#include "PARAM/SHMS/CAL/pcal.param"
#include "PARAM/SHMS/HGCER/phgcer.param"
#include "PARAM/SHMS/NGCER/pngcer.param"
#include "PARAM/SHMS/DC/pdc.pos"
#include "PARAM/SHMS/DC/pdc.param"
#include "PARAM/SHMS/DC/pdriftmap.param"
...
...
This diff is collapsed.
Click to expand it.
PARAM/SHMS/GEN/pcana.param
+
7
−
1
View file @
682fde9f
...
...
@@ -21,4 +21,10 @@ pdc_fix_propcorr = 1 ; do propagation along wire each time hit appeears
; in a space point
; Number of aerogel pairs of pmt's
paero_num_pairs = 7
\ No newline at end of file
paero_num_pairs = 7
; Number of heavy gas Cherenkov PMT's
phgcer_tot_pmts = 4
; Number of noble gas Cherenkov PMT's
pngcer_tot_pmts = 4
\ No newline at end of file
This diff is collapsed.
Click to expand it.
PARAM/SHMS/GEN/ptracking.param
+
8
−
4
View file @
682fde9f
...
...
@@ -66,10 +66,14 @@ pntracks_max_fp = 10
pstat_cal_maxchisq = 10.
; pstat_cal_slop distance from center of block to count as expecting hit
pstat_cal_slop = 2.
; pcer_min_eff warning level for cerenkov effic.
pcer_min_eff = .98
; pcer_threshold threshold for good hit (for measureing effic.)
pcer_threshold = 0.5
; phgcer_min_eff warning level for cerenkov effic.
phgcer_min_eff = .98
; phgcer_threshold threshold for good hit (for measureing effic.)
phgcer_threshold = 0.5
; pngcer_min_eff warning level for cerenkov effic.
pngcer_min_eff = .98
; pngcer_threshold threshold for good hit (for measureing effic.)
pngcer_threshold = 0.5
; pdc_min_eff warning level for dc raw effic.(1 per plane)
pdc_min_eff = .96,.98,.96,.98,.98,.94
.96,.98,.98,.98,.98,.96
...
...
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