Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
np
nptool
Commits
23f6640a
Commit
23f6640a
authored
Jun 11, 2021
by
Adrien Matta
☠
Browse files
* Adding gamma macro to S034
parent
226ed843
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
Projects/S034/Calibration/Nebula/gamma.cxx
Projects/S034/Calibration/Nebula/gamma.cxx
+8
-0
No files found.
Projects/S034/Calibration/Nebula/gamma.cxx
0 → 100644
View file @
23f6640a
void
gamma
(){
auto
chain
=
new
TChain
(
"PhysicsTree"
);
chain
->
Add
(
"root/analysis/gamma/run418.root"
);
chain
->
Draw
(
"Nebula.Time:Nebula.DetectorNumber>>h(150,0,150,1000,0,150)"
,
""
,
"colz"
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment