ATLAS Offline Software
Loading...
Searching...
No Matches
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
13class TFile;
14
15namespace ShowerLib {
16
17 IShowerLib* iterateTTree (TFile* fname);
18 IShowerLib* iterateStruct(const std::string& fname);
19
20}
21
22#endif /* SHOWERLIBLIST_H_ */
Class for shower library shower lib interface.
Definition IShowerLib.h:40
Namespace for the ShowerLib related classes.
Definition StepInfo.h:17
IShowerLib * iterateStruct(const std::string &fname)
IShowerLib * iterateTTree(TFile *fname)