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
af5bcd6d
Commit
af5bcd6d
authored
1 month ago
by
Theodore Efremov
Browse files
Options
Downloads
Patches
Plain Diff
[AlPhaPha] Modified Read Me for Step5
parent
bfc8c82f
No related branches found
No related tags found
No related merge requests found
Pipeline
#385643
passed
1 month 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/2024/Calibration/VAMOS/CHIO/Chio_Z_Calibration.cal
+1
-0
1 addition, 0 deletions
...PhaPha/2024/Calibration/VAMOS/CHIO/Chio_Z_Calibration.cal
Projects/AlPhaPha/2024/macro/Calibration/IC/ReadMe.md
+26
-4
26 additions, 4 deletions
Projects/AlPhaPha/2024/macro/Calibration/IC/ReadMe.md
with
27 additions
and
4 deletions
Projects/AlPhaPha/2024/Calibration/VAMOS/CHIO/Chio_Z_Calibration.cal
0 → 100644
+
1
−
0
View file @
af5bcd6d
IC_Z_CALIBRATION 84.055 -0.0196758 2.59494e-06 -1.50991e-10 4.36153e-15 -4.99792e-20
This diff is collapsed.
Click to expand it.
Projects/AlPhaPha/2024/macro/Calibration/IC/ReadMe.md
+
26
−
4
View file @
af5bcd6d
...
@@ -41,7 +41,7 @@ those histograms.
...
@@ -41,7 +41,7 @@ those histograms.
Those spline are the one used to flatten the distribution and are the calibration that we seek from this macro.
Those spline are the one used to flatten the distribution and are the calibration that we seek from this macro.
**If you wan to improve the Z resolution**
: The IC 2-3 are well behaved but the 4 has a factor 2 in the analysis.
**If you wan
t
to improve the Z resolution**
: The IC 2-3 are well behaved but the 4 has a factor 2 in the analysis.
Therefore one should be very careful about the range in which the spline is made for IC4 !!
Therefore one should be very careful about the range in which the spline is made for IC4 !!
This is a point to be improved !
This is a point to be improved !
...
@@ -67,11 +67,11 @@ Name them CutZ CutZ0 CutZ02 CutZ023 CutZ0234, they correspond to different corre
...
@@ -67,11 +67,11 @@ Name them CutZ CutZ0 CutZ02 CutZ023 CutZ0234, they correspond to different corre
```
```
root 'DEYcorrection.C(true,true)'
root 'DEYcorrection.C(true,true)'
```
```
**
TWO TIMES IN A ROW
**
**TWO TIMES IN A ROW**
Then you should see all the histograms filled and beautiful.
Then you should see all the histograms filled and beautiful.
**Now rerun an analysis and the IC.DE and IC.Eres should give a good vamos plot**
**Now rerun an analysis and the IC.DE and IC.Eres should give a good vamos plot**
-
You should uncomment the spline line in config/ConfigIC.dat
# Step 4 : Cut Auto for Z id
# Step 4 : Cut Auto for Z id
...
@@ -104,4 +104,26 @@ This macro output the TCUTG in a root file in the output folder.
...
@@ -104,4 +104,26 @@ This macro output the TCUTG in a root file in the output folder.
# Step 5 : Flattening of the DE.
# Step 5 : Flattening of the DE.
Currently working on this.
SplineChio.C make a spline for each cut generated in Step4 and modify each event according to it's distance to the two nearest
spline.
The macro should be used as following :
```
root
.L SplineChio.C
SplineChio() # Only for first use after analysis
MakeSpline() # Generate the spline and save them in the Calibration file
ApplySpline() #Generate the calibration of each peak to get Z and save them in the Calibration dir
```
Don't forget to modify the configs/ConfigIC.dat with the proper token !
-
LOAD_Z_SPLINE ./Calibration/VAMOS/CHIO/Z_Spline.root
-
LOAD_Z_SPLINE_EVAL ./Calibration/VAMOS/CHIO/Chio_Z_Spline_Eval.txt
When it's done and the graphs look alright rerun the analysis.
Then you can fill and fit the histo using the associated macro to see the resolution in Z. :)
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