first test of using LeptonTaggers in MUON5
Convert r21 decorators to const Accessor for vertex fits Previously, secondary vertex decoration was done using a syntax like (*decorator)(*vertex) = value; This has been changed in two places to use a const Accessor, as this makes the logic of the decoration more obvious and might avoid some subtle bugs with decoration. This was an attempt to resolve a warning WARNING saveSecondaryVertices - missing "SecondaryVertexIndex" variable but this change does not seem to fix the problem.
Showing
- PhysicsAnalysis/AnalysisCommon/LeptonTaggers/LeptonTaggers/IVertexMergingTool.h 10 additions, 2 deletions...isCommon/LeptonTaggers/LeptonTaggers/IVertexMergingTool.h
- PhysicsAnalysis/AnalysisCommon/LeptonTaggers/LeptonTaggers/VertexFittingTool.h 0 additions, 3 deletions...sisCommon/LeptonTaggers/LeptonTaggers/VertexFittingTool.h
- PhysicsAnalysis/AnalysisCommon/LeptonTaggers/LeptonTaggers/VertexIterativeFitMergingTool.h 2 additions, 2 deletions...ptonTaggers/LeptonTaggers/VertexIterativeFitMergingTool.h
- PhysicsAnalysis/AnalysisCommon/LeptonTaggers/LeptonTaggers/VertexMergingTool.h 3 additions, 3 deletions...sisCommon/LeptonTaggers/LeptonTaggers/VertexMergingTool.h
- PhysicsAnalysis/AnalysisCommon/LeptonTaggers/python/LeptonTaggersConfig.py 110 additions, 1 deletion...nalysisCommon/LeptonTaggers/python/LeptonTaggersConfig.py
- PhysicsAnalysis/AnalysisCommon/LeptonTaggers/src/NonPromptLeptonVertexingAlg.cxx 11 additions, 4 deletions...sCommon/LeptonTaggers/src/NonPromptLeptonVertexingAlg.cxx
- PhysicsAnalysis/AnalysisCommon/LeptonTaggers/src/VertexFittingTool.cxx 13 additions, 7 deletions...is/AnalysisCommon/LeptonTaggers/src/VertexFittingTool.cxx
- PhysicsAnalysis/AnalysisCommon/LeptonTaggers/src/VertexIterativeFitMergingTool.cxx 36 additions, 24 deletions...ommon/LeptonTaggers/src/VertexIterativeFitMergingTool.cxx
- PhysicsAnalysis/AnalysisCommon/LeptonTaggers/src/VertexMergingTool.cxx 15 additions, 15 deletions...is/AnalysisCommon/LeptonTaggers/src/VertexMergingTool.cxx
- PhysicsAnalysis/AnalysisCommon/LeptonTaggers/src/components/LeptonTaggers_entries.cxx 1 addition, 0 deletions...on/LeptonTaggers/src/components/LeptonTaggers_entries.cxx
- PhysicsAnalysis/DerivationFramework/DerivationFrameworkMuons/CMakeLists.txt 2 additions, 5 deletions...rivationFramework/DerivationFrameworkMuons/CMakeLists.txt
- PhysicsAnalysis/DerivationFramework/DerivationFrameworkMuons/python/MUON5.py 9 additions, 1 deletion...ivationFramework/DerivationFrameworkMuons/python/MUON5.py
Loading
Please register or sign in to comment