Skip to content

BetterWang/mcorrelations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Multi-Particle Correlations

This code calculates the generic multi-particle correlator

C{n} = <exp(i(sum_j^n h_j phi_j))>

where the vector h=h_1,...,h_n is the harmonics of each particle, and phi_j is the observations of the azimuth angle.

See also

http://arxiv.org/abs/1312.3572

Content:

  • cas - Computer Algebra System files.
  • correlations - C++ header library
  • data - Some test data
  • doc - Some code documentation files

Building:

To check out, do (CERN users)

svn co https://svn.cern.ch/reps/alicefmd/mcorrelations/trunk mcorrelations

For non-CERN users do

svn co http://svnweb.cern.ch/guest/alicefmd/mcorrelations/trunk mcorrelations

Alternatively download from

http://www.nbi.dk/~cholm/mcorrelations/

and extract.

To build, do

cd mcorrelations
make

To run tests, do

make test
make Test

(Test requires ROOT)

To make the documentation (requires Doxygen), do

make doc

Methods:

The code implements:

See also the example correlations/progs/analyze.cc (and correlations/progs/Analyze.C - the ROOT version).

Copyright:

Copyright (c) 2013, Kristjan Gulbrandsen, Ante Bilandzic, Christian Holm Christensen

License:

GNU General Public License version 3 - see COPYING

Releases

No releases published

Packages

No packages published