|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    5 #ifndef ASGANALYSISALGORITHMS_TREEMAKERALG_H 
    6 #define ASGANALYSISALGORITHMS_TREEMAKERALG_H 
   48           this, 
"TreeName", 
"physics", 
"Name of the tree to write"};
 
   51           this, 
"TreeAutoFlush", 200, 
"AutoFlush value for the output tree"};
 
   59 #endif //  ASGANALYSISALGORITHMS_TREEMAKERALG_H 
  
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::string > m_treeName
The name of the output tree to write.
StatusCode execute() override
Function executed once per event.
virtual StatusCode initialize() override
Gaudi::Property< int > m_treeAutoFlush
Flush setting for the output tree.
Algorithm that creates an empty tree for subsequent algorithms to fill.