X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HLT%2FMUON%2FAliHLTMUONConstants.cxx;h=b7e35ef260d8df730a732df0fa2a715b8e20f581;hp=0c33aadf4b9137e2dab3e71346b594179f12f12f;hb=450e0b363620dd72669d6bbf3859f681e4fb64cb;hpb=668eee9f212675cecca103bbab41dbc954cc18dd diff --git a/HLT/MUON/AliHLTMUONConstants.cxx b/HLT/MUON/AliHLTMUONConstants.cxx index 0c33aadf4b9..b7e35ef260d 100644 --- a/HLT/MUON/AliHLTMUONConstants.cxx +++ b/HLT/MUON/AliHLTMUONConstants.cxx @@ -92,7 +92,7 @@ AliHLTMUONConstants::fgkNilMansoCandidateStruct = { }; const AliHLTMUONTrackDecisionStruct -AliHLTMUONConstants::fgkNilTrackDecisionStruct = {0, 0}; +AliHLTMUONConstants::fgkNilTrackDecisionStruct = {0, 0, 0}; const AliHLTMUONPairDecisionStruct AliHLTMUONConstants::fgkNilPairDecisionStruct = {0, 0, 0, 0}; @@ -178,7 +178,8 @@ const char* AliHLTMUONConstants::fgkTriggerReconstructorId = "MUONTriggerReconst const char* AliHLTMUONConstants::fgkHitReconstructorId = "MUONHitReconstructor"; const char* AliHLTMUONConstants::fgkMansoTrackerFSMId = "MUONMansoTrackerFSM"; const char* AliHLTMUONConstants::fgkDecisionComponentId = "MUONDecisionComponent"; -const char* AliHLTMUONConstants::fgkTriggerCalibratorId = "MUONTriggerCalibrator"; -const char* AliHLTMUONConstants::fgkTrackerCalibratorId = "MUONTrackerCalibrator"; +const char* AliHLTMUONConstants::fgkRootifierComponentId = "MUONRootifier"; const char* AliHLTMUONConstants::fgkEmptyEventFilterComponentId = "MUONEmptyEventFilterComponent"; +const char* AliHLTMUONConstants::fgkDecisionComponentCDBPath = "HLT/ConfigMUON/DecisionComponent"; +