ATLAS Offline Software
Loading...
Searching...
No Matches
copyRootTree.h
Go to the documentation of this file.
1/*
2Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef COPY_ROOT_TREE_HH
6#define COPY_ROOT_TREE_HH
7
8#include "treeCopyOpts.h"
9
10class TTree;
11
12namespace H5 {
13 class Group;
14}
15
16bool passTTreeCut(TTreeFormula& cut);
17
18namespace H5Utils {
19 void copyRootTree(TTree& tt, H5::Group& fg, const TreeCopyOpts& opts);
20}
21#endif
bool passTTreeCut(TTreeFormula &cut)
HDF5 Tuple Writer.
Definition common.h:20
void copyRootTree(TTree &tt, H5::Group &fg, const TreeCopyOpts &opts)
HDF5 Traits.
Group
Properties of a chain group.