switch SysCopyHandle to SysReadHandle when used with Sys*DecorHandle
Essentially when we are using a decoration handle we should not need to make a copy, but be able to directly decorate the input object. There are probably other common CP algorithms that could be switched from `SysCopyHandle` to `SysReadHandle`, but this is the lowest hanging fruit.
Showing
- PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/AsgEventScaleFactorAlg.h 3 additions, 3 deletions...Algorithms/AsgAnalysisAlgorithms/AsgEventScaleFactorAlg.h
- PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/PMGTruthWeightAlg.h 2 additions, 2 deletions...lysisAlgorithms/AsgAnalysisAlgorithms/PMGTruthWeightAlg.h
- PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/Root/AsgEventScaleFactorAlg.cxx 5 additions, 5 deletions...hms/AsgAnalysisAlgorithms/Root/AsgEventScaleFactorAlg.cxx
- PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/Root/PMGTruthWeightAlg.cxx 2 additions, 2 deletions...gorithms/AsgAnalysisAlgorithms/Root/PMGTruthWeightAlg.cxx
- PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/EgammaAnalysisAlgorithms/ElectronEfficiencyCorrectionAlg.h 2 additions, 2 deletions...gammaAnalysisAlgorithms/ElectronEfficiencyCorrectionAlg.h
- PhysicsAnalysis/Algorithms/EgammaAnalysisAlgorithms/Root/ElectronEfficiencyCorrectionAlg.cxx 3 additions, 3 deletions...alysisAlgorithms/Root/ElectronEfficiencyCorrectionAlg.cxx
- PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/FTagAnalysisAlgorithms/BTaggingEfficiencyAlg.h 2 additions, 2 deletions...Algorithms/FTagAnalysisAlgorithms/BTaggingEfficiencyAlg.h
- PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/Root/BTaggingEfficiencyAlg.cxx 3 additions, 3 deletions...hms/FTagAnalysisAlgorithms/Root/BTaggingEfficiencyAlg.cxx
- PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/JetAnalysisAlgorithms/JvtEfficiencyAlg.h 2 additions, 2 deletions...alysisAlgorithms/JetAnalysisAlgorithms/JvtEfficiencyAlg.h
- PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/Root/JvtEfficiencyAlg.cxx 3 additions, 3 deletions...lgorithms/JetAnalysisAlgorithms/Root/JvtEfficiencyAlg.cxx
- PhysicsAnalysis/Algorithms/MuonAnalysisAlgorithms/MuonAnalysisAlgorithms/MuonEfficiencyScaleFactorAlg.h 2 additions, 2 deletions...hms/MuonAnalysisAlgorithms/MuonEfficiencyScaleFactorAlg.h
- PhysicsAnalysis/Algorithms/MuonAnalysisAlgorithms/MuonAnalysisAlgorithms/MuonTriggerEfficiencyScaleFactorAlg.h 2 additions, 2 deletions...nAnalysisAlgorithms/MuonTriggerEfficiencyScaleFactorAlg.h
- PhysicsAnalysis/Algorithms/MuonAnalysisAlgorithms/Root/MuonEfficiencyScaleFactorAlg.cxx 3 additions, 3 deletions...nAnalysisAlgorithms/Root/MuonEfficiencyScaleFactorAlg.cxx
- PhysicsAnalysis/Algorithms/MuonAnalysisAlgorithms/Root/MuonTriggerEfficiencyScaleFactorAlg.cxx 3 additions, 3 deletions...isAlgorithms/Root/MuonTriggerEfficiencyScaleFactorAlg.cxx
- PhysicsAnalysis/Algorithms/SelectionHelpers/Root/OutOfValidityHelper.cxx 1 addition, 1 deletion.../Algorithms/SelectionHelpers/Root/OutOfValidityHelper.cxx
- PhysicsAnalysis/Algorithms/SelectionHelpers/Root/SelectionAccessorBits.cxx 2 additions, 2 deletions...lgorithms/SelectionHelpers/Root/SelectionAccessorBits.cxx
- PhysicsAnalysis/Algorithms/SelectionHelpers/Root/SelectionAccessorChar.cxx 2 additions, 2 deletions...lgorithms/SelectionHelpers/Root/SelectionAccessorChar.cxx
- PhysicsAnalysis/Algorithms/SelectionHelpers/Root/SelectionAccessorExprBase.cxx 2 additions, 2 deletions...ithms/SelectionHelpers/Root/SelectionAccessorExprBase.cxx
- PhysicsAnalysis/Algorithms/SelectionHelpers/Root/SelectionAccessorInvert.cxx 2 additions, 2 deletions...orithms/SelectionHelpers/Root/SelectionAccessorInvert.cxx
- PhysicsAnalysis/Algorithms/SelectionHelpers/Root/SelectionAccessorList.cxx 2 additions, 2 deletions...lgorithms/SelectionHelpers/Root/SelectionAccessorList.cxx
Loading
Please register or sign in to comment