|
mist-hep 0.1.0
ROOT-backed analysis helpers built on mist
|
#include <memory>#include <type_traits>#include <utility>#include <TObject.h>#include <TH1.h>Go to the source code of this file.
Classes | |
| struct | mist::hep::owned::root_deleter |
| class | mist::hep::owned::scoped_directory_off |
Namespaces | |
| namespace | mist |
| namespace | mist::hep |
| namespace | mist::hep::owned |
Typedefs | |
| template<typename T > | |
| using | mist::hep::owned::root_ptr = std::unique_ptr< T, root_deleter > |
Functions | |
| template<typename T , typename... Args> | |
| root_ptr< T > | mist::hep::owned::make (Args &&... args) |
| template<typename T > | |
| root_ptr< T > | mist::hep::owned::clone (const T &source) |
| template<typename T > | |
| root_ptr< T > | mist::hep::owned::adopt (T *raw) |