Skip to content
Snippets Groups Projects

RootUtils+PyUtils: Add retvecs option to PyROOTInspector.

Merged Scott Snyder requested to merge ssnyder/athena:retvec.RootUtils-20230607 into 23.0
All threads resolved!
4 files
+ 104
27
Compare changes
  • Side-by-side
  • Inline
Files
4
// -*- c++ -*-
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
*/
#ifndef ROOTUTILS_PYROOTINSPECTOR_H
@@ -28,7 +28,8 @@ class PyROOTInspector
static
PyObject* pyroot_inspect2(PyObject *obj,
PyObject *obj_name,
bool persistentOnly = false);
bool persistentOnly = false,
bool retvecs = false);
};
Loading