Nikita Ermakov e79269d7fc sync hace 6 años
..
Base 2c4170ad8e removed .consign files hace 7 años
CVS 73a05fbd6f lots hace 8 años
CorrFctn e79269d7fc sync hace 6 años
Cut e79269d7fc sync hace 6 años
Fit 2c4170ad8e removed .consign files hace 7 años
Infrastructure e79269d7fc sync hace 6 años
Reader 2c4170ad8e removed .consign files hace 7 años
ThCorrFctn 2c4170ad8e removed .consign files hace 7 años
ThLednickyWeight 2c4170ad8e removed .consign files hace 7 años
doc 2c4170ad8e removed .consign files hace 7 años
README 73a05fbd6f lots hace 8 años
StHbtClassImp.cxx 73a05fbd6f lots hace 8 años
StHbtMaker.cxx 73a05fbd6f lots hace 8 años
StHbtMaker.h 73a05fbd6f lots hace 8 años
StHbtTagMaker.cxx 73a05fbd6f lots hace 8 años
StHbtTagMaker.h 73a05fbd6f lots hace 8 años
StRandyTopMapMaker.cxx 73a05fbd6f lots hace 8 años
StRandyTopMapMaker.h 73a05fbd6f lots hace 8 años

README

StHbtMaker - STAR HBT analysis framework

for documentation see
http://duvall.star.bnl.gov/STARAFS/comp/pkg/dev/StRoot/StHbtMaker/doc/

26jul99 - MALisa - StHbtMaker works now in dev/
- do NOT have to do any fancy stuff with MakeDll


-------
From README of Randy Wells' CoulombCorrection:

correctionpp.dat -and- correctionpm.dat have the following form:
Presently, I have added one data line to the bottom.(see below)

1st line:
A list of the radii that we have Coulomb corrections
calculated for r1,r2,r3,r4,...

Rest:
A table of eta's and the Coulomb corrections
First column is eta
Rest are the corrections of the respective radius from first line.

eta1 Coul(eta1,r1) Coul(eta1,r2) Coul(eta1,r3) ...
eta2 Coul(eta2,r1) Coul(eta2,r2) Coul(eta2,r3) ...
...
...
...

These files were created in ~rcwells/root/coulomb/ using various little
programs to rewrite data files. SEE the README.txt in that directory.

-------