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
9180de0a
Commit
9180de0a
authored
3 weeks ago
by
audrey.chatillon
Browse files
Options
Downloads
Patches
Plain Diff
[Epic] adapt bining
parent
f354ef5c
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Projects/Epic_sim_proto/root/simulation/ReadEpicSimulatedTree_perFile.C
+5
-1
5 additions, 1 deletion
...sim_proto/root/simulation/ReadEpicSimulatedTree_perFile.C
with
5 additions
and
1 deletion
Projects/Epic_sim_proto/root/simulation/ReadEpicSimulatedTree_perFile.C
+
5
−
1
View file @
9180de0a
...
...
@@ -67,7 +67,7 @@ void run(int fileno=1)
// === ==========
TH1D
*
h1_Qmax
=
new
TH1D
(
Form
(
"Qmax_per_AlphaDecayWindowOf%ius"
,
AlphaDecay_TimeWindow
),
Form
(
"Qmax_per_AlphaDecayWindowOf%ius"
,
AlphaDecay_TimeWindow
),
3
00000
,
10000
0
,
4
00000
);
Form
(
"Qmax_per_AlphaDecayWindowOf%ius"
,
AlphaDecay_TimeWindow
),
1
00000
,
0
,
1
00000
);
#if DEBUG
TH1D
*
h1_QvsT
=
new
TH1D
(
"influence_vs_time_1D"
,
"influence_vs_time_1D"
,
nbins_convol
,
-
2
*
range_gauss
,
nbins_QvsT
*
1000
*
time_bin_width_ns
+
2
*
range_gauss
);
h1_QvsT
->
GetXaxis
()
->
SetTitle
(
"Absolute time [ps] 200ps/bin"
);
...
...
@@ -183,6 +183,10 @@ void run(int fileno=1)
h1_convolution_QvsT
->
Draw
(
"same"
);
#endif
TCanvas
*
can_Qmax
=
new
TCanvas
(
"Qmax"
,
"Qmax"
,
0
,
0
,
2000
,
1500
);
can_Qmax
->
cd
();
h1_Qmax
->
Draw
();
TFile
*
fsave
=
new
TFile
(
Form
(
"out_K11_alpha240Pu_window%ius_%i.root"
,
AlphaDecay_TimeWindow
,
fileno
),
"recreate"
);
h1_Qmax
->
Write
();
fsave
->
Close
();
...
...
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