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
3cfa5018
Commit
3cfa5018
authored
1 week ago
by
Theodore Efremov
Browse files
Options
Downloads
Patches
Plain Diff
[AlPhaPha] corrected mistake in pathing
parent
baeef1ef
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#394404
passed
1 week ago
Stage: build-NPLib
Stage: build-NPSimulation
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Projects/AlPhaPha/2024/macro/AoQ/QvsAoQ/DrawAoQ.C
+18
-18
18 additions, 18 deletions
Projects/AlPhaPha/2024/macro/AoQ/QvsAoQ/DrawAoQ.C
with
18 additions
and
18 deletions
Projects/AlPhaPha/2024/macro/AoQ/QvsAoQ/DrawAoQ.C
+
18
−
18
View file @
3cfa5018
...
...
@@ -4,16 +4,16 @@ TChain* chain;
void
DrawAoQ
(
int
sec
=
8
,
float
time_offset
=
0
){
chain
=
new
TChain
(
"PhysicsTree"
);
//chain->Add("../../root/analysis/run_48_calib.root");
//chain->Add("../../root/analysis/run_48.root");
chain
->
Add
(
"../../root/analysis/Run245.root"
);
chain
->
Add
(
"../../root/analysis/Run246.root"
);
chain
->
Add
(
"../../root/analysis/Run247.root"
);
chain
->
Add
(
"../../root/analysis/Run248.root"
);
chain
->
Add
(
"../../root/analysis/Run249.root"
);
chain
->
Add
(
"../../root/analysis/Run250.root"
);
chain
->
Add
(
"../../root/analysis/Run251.root"
);
chain
->
Add
(
"../../root/analysis/Run252.root"
);
//chain->Add("../../
../
root/analysis/run_48_calib.root");
//chain->Add("../../
../
root/analysis/run_48.root");
chain
->
Add
(
"../../
../
root/analysis/Run245.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run246.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run247.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run248.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run249.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run250.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run251.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run252.root"
);
// T13 //
TString
to_draw
=
Form
(
"FF_Brho/3.10761* (FF_T13+%f)/FF_D13*29.9792*sqrt(1-pow(FF_D13,2)/(pow((FF_T13+%f)*29.9792,2)))>>h(1500,2.5,4.5)"
,
time_offset
,
time_offset
)
;
...
...
@@ -42,14 +42,14 @@ void DrawAoQ(int sec=8, float time_offset=0){
void
DrawQvsAoQ
(){
chain
=
new
TChain
(
"PhysicsTree"
);
chain
->
Add
(
"../../root/analysis/Run245.root"
);
chain
->
Add
(
"../../root/analysis/Run246.root"
);
chain
->
Add
(
"../../root/analysis/Run247.root"
);
chain
->
Add
(
"../../root/analysis/Run248.root"
);
chain
->
Add
(
"../../root/analysis/Run249.root"
);
chain
->
Add
(
"../../root/analysis/Run250.root"
);
chain
->
Add
(
"../../root/analysis/Run251.root"
);
chain
->
Add
(
"../../root/analysis/Run252.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run245.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run246.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run247.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run248.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run249.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run250.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run251.root"
);
chain
->
Add
(
"../../
../
root/analysis/Run252.root"
);
// T13 //
TString
to_draw2
=
Form
(
"FF_Q13:FF_AoQ13>>h2(2000,2.5,4.5,2000,20,60)"
)
;
...
...
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