]> git.uio.no Git - u/mrichter/AliRoot.git/commit - STEER/STEER/AliLHCData.h
AliReconstruction will store in the AliESDRun the average intensities
authorshahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Jun 2010 17:23:44 +0000 (17:23 +0000)
committershahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Jun 2010 17:23:44 +0000 (17:23 +0000)
commit3d84ad6742cef7ce265f51329074c93a999776b8
tree813999148594fbf4e4d634b0dc3e47900fb36aff
parent7f8acd80c4fbc9937091381d232b26902b5d519e
AliReconstruction will store in the AliESDRun the average intensities
for interacting and nonintercting bunches:
const AliESDRun* esdRun = esdEvent->GetESDRun();
double x = esdRun->GetMeanIntensityIntecting(int beamID);
double y = esdRun->GetMeanIntensityNonIntecting(int beamID);
-1 on return means missing info.
STEER/AliLHCData.cxx
STEER/AliLHCData.h
STEER/AliReconstruction.cxx
STEER/AliReconstruction.h