Skip to content
Snippets Groups Projects
Commit 4cb70cd2 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'bdong-main-patch-c1e5' into 'main'

not reorder json key in BTagging tools

See merge request atlas/athena!78570
parents 4696b5bf 3ddd7b44
No related branches found
No related tags found
2 merge requests!78570not reorder json key in BTagging tools,!76343Draft: MooTrackBuilder: Recalibrate NSW hits in refine method
......@@ -9,7 +9,7 @@
#include "AsgTools/AsgTool.h"
#include "PATInterfaces/SystematicsCache.h"
#include <nlohmann/json.hpp>
using json = nlohmann::json;
using json = nlohmann::ordered_json;
class BTaggingEfficiencyJsonTool: public asg::AsgTool,
virtual public IBTaggingEfficiencyJsonTool
......
......@@ -8,7 +8,7 @@
#include "FTagAnalysisInterfaces/IBTaggingSelectionJsonTool.h"
#include "AsgTools/AsgTool.h"
#include <nlohmann/json.hpp>
using json = nlohmann::json;
using json = nlohmann::ordered_json;
class BTaggingSelectionJsonTool: public asg::AsgTool,
public virtual IBTaggingSelectionJsonTool {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment