make AsgxAODMetNTupleMakerAlg for writing out individual MET terms
This is essentially a heavily modified version of AsgxAODNTupleMakerAlg for the specific purpose at hand, i.e. writing out MET variables as `float` instead of `std::vector<float>`. There is probably some overlap of code with the original algorithm, but I'd rather clean that up at a later point, as I anyways have to revisit how I handle the output n-tuples in a better way.
Showing
- PhysicsAnalysis/Algorithms/AnalysisAlgorithmsConfig/python/FullCPAlgorithmsTest.py 13 additions, 8 deletions...s/AnalysisAlgorithmsConfig/python/FullCPAlgorithmsTest.py
- PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithmsDict.h 1 addition, 0 deletions...orithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithmsDict.h
- PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/AsgxAODMetNTupleMakerAlg.h 228 additions, 0 deletions...gorithms/AsgAnalysisAlgorithms/AsgxAODMetNTupleMakerAlg.h
- PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/selection.xml 1 addition, 0 deletions...AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/selection.xml
- PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/CMakeLists.txt 1 addition, 1 deletion...sAnalysis/Algorithms/AsgAnalysisAlgorithms/CMakeLists.txt
- PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/Root/AsgxAODMetNTupleMakerAlg.cxx 520 additions, 0 deletions...s/AsgAnalysisAlgorithms/Root/AsgxAODMetNTupleMakerAlg.cxx
- PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/src/components/AsgAnalysisAlgorithms_entries.cxx 2 additions, 0 deletions...gorithms/src/components/AsgAnalysisAlgorithms_entries.cxx
Please register or sign in to comment