ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTMetaTree.cxx File Reference
Include dependency graph for xAODTMetaTree.cxx:

Go to the source code of this file.

Functions

 ClassImp (xAODTMetaTree) xAODTMetaTree

Function Documentation

◆ ClassImp()

ClassImp ( xAODTMetaTree )

Definition at line 10 of file xAODTMetaTree.cxx.

14 : ::TTree( name, title ), m_event( &event ) {
15
16 // Set up the base class's variable(s):
17 fEntries = m_event->getFiles();
18}