]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Adding new internal dimuon HLT data structures for the Manso tracker and dHLT trigger...
authorszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 May 2007 01:17:32 +0000 (01:17 +0000)
committerszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 May 2007 01:17:32 +0000 (01:17 +0000)
commit90a74d7a6613501d19d5ed898f14d9855fa5ca65
tree741d08ce653d0416de0b3de89d0ce23e2dfc2312
parent82a84c41b966c3a07a0d0a58480cda12bb16eb16
Adding new internal dimuon HLT data structures for the Manso tracker and dHLT trigger decision.
AliHLTMUONMansoTracksBlockStruct contains tracks partially reconstructed by the Manso tracker.
AliHLTMUONMansoCandidatesBlockStruct is used for debugging and contains track candidates considered by the tracker.
AliHLTMUONSinglesDecisionBlockStruct contains trigger decisions about single tracks.
AliHLTMUONPairsDecisionBlockStruct contains trigger decisions about pairs of tracks.
15 files changed:
HLT/MUON/AliHLTMUONConstants.cxx
HLT/MUON/AliHLTMUONConstants.h
HLT/MUON/AliHLTMUONDataBlockReader.h
HLT/MUON/AliHLTMUONDataBlockWriter.h
HLT/MUON/AliHLTMUONDataTypes.h
HLT/MUON/AliHLTMUONMansoCandidatesBlockStruct.cxx [new file with mode: 0644]
HLT/MUON/AliHLTMUONMansoCandidatesBlockStruct.h [new file with mode: 0644]
HLT/MUON/AliHLTMUONMansoTracksBlockStruct.cxx [new file with mode: 0644]
HLT/MUON/AliHLTMUONMansoTracksBlockStruct.h [new file with mode: 0644]
HLT/MUON/AliHLTMUONPairsDecisionBlockStruct.cxx [new file with mode: 0644]
HLT/MUON/AliHLTMUONPairsDecisionBlockStruct.h [new file with mode: 0644]
HLT/MUON/AliHLTMUONSinglesDecisionBlockStruct.cxx [new file with mode: 0644]
HLT/MUON/AliHLTMUONSinglesDecisionBlockStruct.h [new file with mode: 0644]
HLT/MUON/AliHLTMUONUtils.cxx
HLT/MUON/AliHLTMUONUtils.h