]> git.uio.no Git - u/mrichter/AliRoot.git/commit
1) Adding class AliAnalysisMuonUtility which contains static methods allowing to...
authorpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 21 Sep 2012 14:05:45 +0000 (14:05 +0000)
committerpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 21 Sep 2012 14:05:45 +0000 (14:05 +0000)
commitf8b942318615e9d2d7b5b1f33335f6b2f96ebe2d
tree7532f6073940f547d13038fb8d7d3d3e2e3b640c
parent4aedfabc08603b9cbabc9b6ec4e2b766cd36e882
1) Adding class AliAnalysisMuonUtility which contains static methods allowing to process AOD and ESD (muon) tracks in the same way. Using this class, there is no more need for the user to adapt his/her analysis code to run on AODs or ESDs. 2) Adding AliMuonEventCuts to handle cuts on event (e.g on fired trigger and SPD vertex). It also provides a way to select trigger classes based on their name (useful to fill information on many muon trigger classes at the same time). (Diego)
PWG/muon/AliAnalysisMuonUtility.cxx [new file with mode: 0644]
PWG/muon/AliAnalysisMuonUtility.h [new file with mode: 0644]
PWG/muon/AliMuonEventCuts.cxx [new file with mode: 0644]
PWG/muon/AliMuonEventCuts.h [new file with mode: 0644]