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

Go to the source code of this file.

Functions

 ClassImp (xAODTEventTree) xAODTEventTree

Function Documentation

◆ ClassImp()

ClassImp ( xAODTEventTree )

Definition at line 10 of file xAODTEventTree.cxx.

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