]> git.uio.no Git - u/mrichter/AliRoot.git/commit
New treatment of the beam type in the AliGRPObject (with corresponding changes in...
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 Nov 2011 12:48:44 +0000 (12:48 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 Nov 2011 12:48:44 +0000 (12:48 +0000)
commit81a1addb86eeb9f47428a133e94d0faff2530f77
treea508aecc684d27b00736454a3e340022c839e705
parentfa358bbd93709971c00629460ccc45ef5fafec9d
New treatment of the beam type in the AliGRPObject (with corresponding changes in AliGRPPreprocessor):

AliGRPObject::GetBeamType() --> returns "A-A", "p-p", "p-A", as needed for the reconstruction
ALiGRPObject::GetBeamTypeFromLHC --> returns string containing EXACTLY what is published by LHC (e.g. "PB82-PB82")
AliGRPObject::GetSingleBeamType(Int_t i) --> returns the beam type for each beam, defined as a string with the convention: beam type = A*1000+Z
STEER/STEER/AliGRPObject.cxx
STEER/STEER/AliGRPObject.h
STEER/STEER/AliGRPPreprocessor.cxx
STEER/STEER/AliGRPPreprocessor.h