]> git.uio.no Git - u/mrichter/AliRoot.git/commit - STEER/AliEventTagCuts.cxx
We have added the possibility to perform an
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 27 Oct 2008 10:06:55 +0000 (10:06 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 27 Oct 2008 10:06:55 +0000 (10:06 +0000)
commitd389327498e8275d3ea461fa3e3170318407826e
tree18482fae5938affbf1ab38b03b0ba5ce834145cd
parent436c2d0c78ee96a428b7d6f3dfba021d95a0608c
We have added the possibility to perform an
event tag cut to select muons in the dimuon spectrometer.
In fact the setter AliEventTagCuts::SetNMuonRange(), which was already
available in aliroot, is based on the muon selection done according to the
global PID, therefore it counts muons both in the central barrel and in the
dimuon spectrometer.
To select only the forward muons, we have implemented the setter
SetNFWMuonRange(). The selection of the muons, in this case, is based on the method AliAODTracks::IsMuonTrack().
(Roberta Arnaldi, Enrico Scomparini)
STEER/AliAODTagCreator.cxx
STEER/AliEventTag.cxx
STEER/AliEventTag.h
STEER/AliEventTagCuts.cxx
STEER/AliEventTagCuts.h