change handling of const pointers in SysCopyHandle
Essentially I now need to include the const modifier directly in the template type. The idea is that this allows future iterations of the handle to do different things based on whether they will provide read access or update access.
parent
5c4cb9b2
No related branches found
No related tags found
Showing
- PhysicsAnalysis/Algorithms/JetAnalysisAlgorithms/JetAnalysisAlgorithms/JetDecoratorAlg.h 1 addition, 1 deletion...nalysisAlgorithms/JetAnalysisAlgorithms/JetDecoratorAlg.h
- PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysCopyHandle.h 0 additions, 6 deletions...hms/SystematicsHandles/SystematicsHandles/SysCopyHandle.h
- PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysCopyHandle.icc 7 additions, 37 deletions...s/SystematicsHandles/SystematicsHandles/SysCopyHandle.icc
Please register or sign in to comment