/************************************************************************** * This file is property of and copyright by the ALICE HLT Project * * All rights reserved. * * * * Primary Authors: * * Indranil Das * * Artur Szostak * * * * Permission to use, copy, modify and distribute this software and its * * documentation strictly for non-commercial purposes is hereby granted * * without fee, provided that the above copyright notice appears in all * * copies and that both the copyright notice and this permission notice * * appear in the supporting documentation. The authors make no claims * * about the suitability of this software for any purpose. It is * * provided "as is" without express or implied warranty. * **************************************************************************/ /* $Id$ */ /** * @file AliHLTMUONConstants.cxx * @author Indranil Das , * Artur Szostak * @date * @brief Definitions of the various dimuon HLT constants. */ #include "AliHLTMUONConstants.h" #include "AliHLTMUONTriggerRecordsBlockStruct.h" #include "AliHLTMUONTrigRecsDebugBlockStruct.h" #include "AliHLTMUONTriggerChannelsBlockStruct.h" #include "AliHLTMUONRecHitsBlockStruct.h" #include "AliHLTMUONClustersBlockStruct.h" #include "AliHLTMUONChannelsBlockStruct.h" #include "AliHLTMUONMansoTracksBlockStruct.h" #include "AliHLTMUONMansoCandidatesBlockStruct.h" #include "AliHLTMUONSinglesDecisionBlockStruct.h" #include "AliHLTMUONPairsDecisionBlockStruct.h" const AliHLTMUONTriggerRecordStruct AliHLTMUONConstants::fgkNilTriggerRecordStruct = { 0, 0, 0, 0, 0, { AliHLTMUONConstants::fgkNilRecHitStruct, AliHLTMUONConstants::fgkNilRecHitStruct, AliHLTMUONConstants::fgkNilRecHitStruct, AliHLTMUONConstants::fgkNilRecHitStruct } }; const AliHLTMUONTrigRecInfoStruct AliHLTMUONConstants::fgkNilTrigRecInfoStruct = {0, 0, 0, 0}; const AliHLTMUONTriggerChannelStruct AliHLTMUONConstants::fgkNilTriggerChannelStruct = {0, 0, 0, 0}; const AliHLTMUONRecHitStruct AliHLTMUONConstants::fgkNilRecHitStruct = {0, 0, 0}; const AliHLTMUONClusterStruct AliHLTMUONConstants::fgkNilClusterStruct = { 0, AliHLTMUONConstants::fgkNilRecHitStruct, 0, 0 }; const AliHLTMUONChannelStruct AliHLTMUONConstants::fgkNilChannelStruct = {0, 0, 0, 0, 0}; const AliHLTMUONMansoTrackStruct AliHLTMUONConstants::fgkNilMansoTrackStruct = { 0, 0, 0, 0, 0, 0, 0, { AliHLTMUONConstants::fgkNilRecHitStruct, AliHLTMUONConstants::fgkNilRecHitStruct, AliHLTMUONConstants::fgkNilRecHitStruct, AliHLTMUONConstants::fgkNilRecHitStruct } }; const AliHLTMUONMansoRoIStruct AliHLTMUONConstants::fgkNilMansoRoIStruct = {0, 0, 0, 0}; const AliHLTMUONMansoCandidateStruct AliHLTMUONConstants::fgkNilMansoCandidateStruct = { AliHLTMUONConstants::fgkNilMansoTrackStruct, { AliHLTMUONConstants::fgkNilMansoRoIStruct, AliHLTMUONConstants::fgkNilMansoRoIStruct, AliHLTMUONConstants::fgkNilMansoRoIStruct, AliHLTMUONConstants::fgkNilMansoRoIStruct } }; const AliHLTMUONTrackDecisionStruct AliHLTMUONConstants::fgkNilTrackDecisionStruct = {0, 0}; const AliHLTMUONPairDecisionStruct AliHLTMUONConstants::fgkNilPairDecisionStruct = {0, 0, 0, 0}; const AliHLTComponentDataType AliHLTMUONConstants::fgkTriggerDDLRawDataType = { sizeof(AliHLTComponentDataType), {'D','D','L','T','R','I','G','R'}, kAliHLTDataOriginMUON }; const AliHLTComponentDataType AliHLTMUONConstants::fgkTrackingDDLRawDataType = { sizeof(AliHLTComponentDataType), {'D','D','L','T','R','A','C','K'}, kAliHLTDataOriginMUON }; const AliHLTComponentDataType AliHLTMUONConstants::fgkTriggerRecordsBlockDataType = { sizeof(AliHLTComponentDataType), {'T','R','I','G','R','E','C','S'}, kAliHLTDataOriginMUON }; const AliHLTComponentDataType AliHLTMUONConstants::fgkTrigRecsDebugBlockDataType = { sizeof(AliHLTComponentDataType), {'T','R','I','G','R','D','B','G'}, kAliHLTDataOriginMUON }; const AliHLTComponentDataType AliHLTMUONConstants::fgkTriggerChannelBlockDataType = { sizeof(AliHLTComponentDataType), {'T','R','I','G','C','H','N','L'}, kAliHLTDataOriginMUON }; const AliHLTComponentDataType AliHLTMUONConstants::fgkRecHitsBlockDataType = { sizeof(AliHLTComponentDataType), {'R','E','C','H','I','T','S',' '}, kAliHLTDataOriginMUON }; const AliHLTComponentDataType AliHLTMUONConstants::fgkClusterBlockDataType = { sizeof(AliHLTComponentDataType), {'C','L','U','S','T','E','R','S'}, kAliHLTDataOriginMUON }; const AliHLTComponentDataType AliHLTMUONConstants::fgkChannelBlockDataType = { sizeof(AliHLTComponentDataType), {'C','H','A','N','N','E','L','S'}, kAliHLTDataOriginMUON }; const AliHLTComponentDataType AliHLTMUONConstants::fgkMansoTracksBlockDataType = { sizeof(AliHLTComponentDataType), {'M','A','N','T','R','A','C','K'}, kAliHLTDataOriginMUON }; const AliHLTComponentDataType AliHLTMUONConstants::fgkMansoCandidatesBlockDataType = { sizeof(AliHLTComponentDataType), {'M','N','C','A','N','D','I','D'}, kAliHLTDataOriginMUON }; const AliHLTComponentDataType AliHLTMUONConstants::fgkSinglesDecisionBlockDataType = { sizeof(AliHLTComponentDataType), {'D','E','C','I','D','S','I','N'}, kAliHLTDataOriginMUON }; const AliHLTComponentDataType AliHLTMUONConstants::fgkPairsDecisionBlockDataType = { sizeof(AliHLTComponentDataType), {'D','E','C','I','D','P','A','R'}, kAliHLTDataOriginMUON }; const char* AliHLTMUONConstants::fgkRecHitsSourceId = "MUONRecHitsSource"; const char* AliHLTMUONConstants::fgkTriggerRecordsSourceId = "MUONTriggerRecordsSource"; const char* AliHLTMUONConstants::fgkMansoTracksSourceId = "MUONMansoTracksSource"; const char* AliHLTMUONConstants::fgkTriggerReconstructorId = "MUONTriggerReconstructor"; const char* AliHLTMUONConstants::fgkHitReconstructorId = "MUONHitReconstructor"; const char* AliHLTMUONConstants::fgkMansoTrackerFSMId = "MUONMansoTrackerFSM"; const char* AliHLTMUONConstants::fgkDecisionComponentId = "MUONDecisionComponent";