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
Show more breadcrumbs
np
nptool
Commits
09eb1f23
Commit
09eb1f23
authored
3 months ago
by
Theodore Efremov
Browse files
Options
Downloads
Patches
Plain Diff
changed type in convert
parent
2f7fdb1e
No related branches found
No related tags found
1 merge request
!27
Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline
#373809
passed
3 months ago
Stage: build-NPLib
Stage: build-NPSimulation
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Projects/AlPhaPha/conversion/2024/convert.C
+3
-3
3 additions, 3 deletions
Projects/AlPhaPha/conversion/2024/convert.C
Projects/AlPhaPha/conversion/2024/convert.h
+5
-5
5 additions, 5 deletions
Projects/AlPhaPha/conversion/2024/convert.h
with
8 additions
and
8 deletions
Projects/AlPhaPha/conversion/2024/convert.C
+
3
−
3
View file @
09eb1f23
...
...
@@ -78,7 +78,7 @@ void convert(int run=204){
for
(
int
i
=
0
;
i
<
ICRawM
;
i
++
){
m_ic
->
SetIC_TS
(
ICRawTS
[
i
]);
m_ic
->
SetIC_Section
(
i
+
1
);
m_ic
->
SetIC_Charge
(
IC
[
i
]);
m_ic
->
SetIC_Charge
(
IC
Raw
[
i
]);
}
// Time //
...
...
@@ -267,8 +267,8 @@ void InitInputTree(){
input_tree
->
SetBranchAddress
(
"MTOF_FP1_T1VTS"
,
&
MTOF_FP1_T1VTS
);
// IC
input_tree
->
SetBranchStatus
(
"IC"
,
"true"
);
input_tree
->
SetBranchAddress
(
"IC"
,
&
IC
);
input_tree
->
SetBranchStatus
(
"IC
Raw
"
,
"true"
);
input_tree
->
SetBranchAddress
(
"IC
Raw
"
,
&
IC
Raw
);
input_tree
->
SetBranchStatus
(
"ICRawTS"
,
"true"
);
input_tree
->
SetBranchAddress
(
"ICRawTS"
,
&
ICRawTS
);
...
...
This diff is collapsed.
Click to expand it.
Projects/AlPhaPha/conversion/2024/convert.h
+
5
−
5
View file @
09eb1f23
...
...
@@ -20,10 +20,10 @@ Float_t MTOF_FP1_T0V[92];
Float_t
MTOF_FP0_T1V
[
92
];
Float_t
MTOF_FP1_T1V
[
92
];
Int_
t
MTOF_FP0_T0VN
[
20
];
Int_
t
MTOF_FP1_T0VN
[
20
];
Int_
t
MTOF_FP0_T1VN
[
20
];
Int_
t
MTOF_FP1_T1VN
[
20
];
shor
t
MTOF_FP0_T0VN
[
20
];
shor
t
MTOF_FP1_T0VN
[
20
];
shor
t
MTOF_FP0_T1VN
[
20
];
shor
t
MTOF_FP1_T1VN
[
20
];
long
MTOF_FP0_T0VTS
[
20
];
long
MTOF_FP0_T1VTS
[
20
];
...
...
@@ -49,7 +49,7 @@ ULong64_t fPISTA_TS_sec;
ULong64_t
PISTA_TS
;
// IC //
floa
t
IC
[
11
];
UShort_
t
IC
Raw
[
11
];
long
ICRawTS
[
11
];
int
ICRawM
;
...
...
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