ATLAS Offline Software
ShowerLibList.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 #ifndef SHOWERLIBLIST_H_
7 #define SHOWERLIBLIST_H_
8 
11 #include <string>
12 
13 class TFile;
14 
15 namespace ShowerLib {
16 
17  IShowerLib* iterateTTree (TFile* fname);
18  IShowerLib* iterateStruct(const std::string& fname);
19 
20 }
21 
22 #endif /* SHOWERLIBLIST_H_ */
ShowerLib::iterateTTree
IShowerLib * iterateTTree(TFile *fname)
Definition: ShowerLibList.cxx:55
ShowerLib::iterateStruct
IShowerLib * iterateStruct(const std::string &fname)
Definition: ShowerLibList.cxx:67
python.AthDsoLogger.fname
string fname
Definition: AthDsoLogger.py:67
IShowerLib.h
ShowerLib
Namespace for the ShowerLib related classes.
Definition: LArG4GenShowerLib.h:19
ShowerLibStatistics.h