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
4676a6ac
Commit
4676a6ac
authored
8 years ago
by
hallc-online
Browse files
Options
Downloads
Patches
Plain Diff
Add single track selection in the SHMS calorimeter calibration.
parent
451aebf4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CALIBRATION/shms_cal_calib/THcPShowerCalib.h
+8
-0
8 additions, 0 deletions
CALIBRATION/shms_cal_calib/THcPShowerCalib.h
with
8 additions
and
0 deletions
CALIBRATION/shms_cal_calib/THcPShowerCalib.h
+
8
−
0
View file @
4676a6ac
...
...
@@ -100,6 +100,8 @@ class THcPShowerCalib {
Double_t
P_hgcer_npe
[
4
];
Double_t
P_tr_beta
;
Double_t
P_cal_nclust
;
TBranch
*
b_P_tr_p
;
TBranch
*
b_P_pr_apos_p
;
TBranch
*
b_P_pr_aneg_p
;
...
...
@@ -113,6 +115,8 @@ class THcPShowerCalib {
TBranch
*
b_P_hgcer_npe
;
TBranch
*
b_P_tr_beta
;
TBranch
*
b_P_cal_nclust
;
// Quantities for calculations of the calibration constants.
Double_t
fe0
;
...
...
@@ -204,6 +208,8 @@ void THcPShowerCalib::Init() {
fTree
->
SetBranchAddress
(
"P.tr.beta"
,
&
P_tr_beta
,
&
b_P_tr_beta
);
fTree
->
SetBranchAddress
(
"P.cal.nclust"
,
&
P_cal_nclust
,
&
b_P_cal_nclust
);
// Histogram declarations.
hEunc
=
new
TH1F
(
"hEunc"
,
"Edep/P uncalibrated"
,
500
,
0.
,
10.
);
...
...
@@ -321,6 +327,8 @@ bool THcPShowerCalib::ReadShRawTrack(THcPShTrack &trk, UInt_t ientry) {
if
(
P_tr_n
!=
1
)
return
0
;
if
(
P_cal_nclust
!=
1
)
return
0
;
bool
good_trk
=
P_tr_tg_dp
>
DELTA_MIN
&&
P_tr_tg_dp
<
DELTA_MAX
&&
P_tr_x
+
P_tr_xp
*
D_CALO_FP
>
XMIN
&&
...
...
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