Skip to content

Commit

Permalink
Add GraphAsymmErrors to DistRDF operations
Browse files Browse the repository at this point in the history
  • Loading branch information
siliataider authored and vepadulano committed Sep 6, 2023
1 parent bc52e20 commit 3bf30c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindings/experimental/distrdf/python/DistRDF/Operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class Transformation(Operation):
"DefinePerSample": Transformation,
"Filter": Transformation,
"Graph": Action,
"GraphAsymmErrors": Action,
"Histo1D": Histo,
"Histo2D": Histo,
"Histo3D": Histo,
Expand Down
1 change: 1 addition & 0 deletions tree/dataframe/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#pragma link C++ class ROOT::Detail::RDF::RMergeableValue<TH3D>+;
#pragma link C++ class ROOT::Detail::RDF::RMergeableValue<THnD>+;
#pragma link C++ class ROOT::Detail::RDF::RMergeableValue<TGraph>+;
#pragma link C++ class ROOT::Detail::RDF::RMergeableValue<TGraphAsymmErrors>+;
#pragma link C++ class ROOT::Detail::RDF::RMergeableValue<TStatistic>+;
#pragma link C++ class ROOT::Detail::RDF::RMergeableValue<TProfile>+;
#pragma link C++ class ROOT::Detail::RDF::RMergeableValue<TProfile2D>+;
Expand Down

0 comments on commit 3bf30c8

Please sign in to comment.