Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
centrality
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Oleksii Lubynets
centrality
Commits
b718f6c7
Commit
b718f6c7
authored
6 years ago
by
Viktor Klochkov
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
03c6dea1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+30
-3
30 additions, 3 deletions
README.md
with
30 additions
and
3 deletions
README.md
+
30
−
3
View file @
b718f6c7
...
...
@@ -42,8 +42,35 @@ Minimal example on how to obtain centrality for a given event:
cd macro
root -l TestGetter.C
### Glauber
###
MC-
Glauber
fit
HowTo for
**glauber**
is coming so
on
Glauber model based fitting procedure is similar to one used by ALICE collaborati
on
:
./glauber 0.9 10 10 200
http://inspirehep.net/record/1215085
Before running fitting procedure one needs to create MC-Glauber input file using software
(there is also a test file in input directory)
https://tglaubermc.hepforge.org/downloads/
Fitting function is
```
math
F(f, \mu, k) = N_A(f) F_{NBD}(\mu, k)
```
where $
`F_{NDB}`
$ is Negative Binomial Distribution, $
`N_A`
$ is defined for example as:
```
math
N_A(f) = f N_{part} + (1-f) N_{coll}
```
$
`N_{part}`
$ and $
`N_{coll}`
$ are parameters from MC-Glauber.
To modify options (input files, fit function, fit ranges, etc) change corresponding lines in file glauber/main.cpp:
**glauber**
has 2 arguments:
1.
f value
2.
k value
$
`\mu`
$ value is fitted automatically.
### Doxygen documentation
doxygen Doxyfile
File Doxygen/html/index.html with documentation will be created
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