adstReading.h
Go to the documentation of this file.
1 #ifndef _adstReading_h_
2 #define _adstReading_h_
3 
4 class RecEventFile;
5 class DetectorGeometry;
6 class FileInfo;
7 
8 #include <string>
9 
10 DetectorGeometry* readDetectorGeometry(const RecEventFile& file, const std::string& title);
11 FileInfo* readFileInfo(const RecEventFile& file, const std::string& title);
12 
13 #endif
FileInfo * readFileInfo(const RecEventFile &file, const std::string &title)
Definition: adstReading.cc:51
const string file
DetectorGeometry * readDetectorGeometry(const RecEventFile &file, const std::string &title)
Definition: adstReading.cc:23

, generated on Tue Sep 26 2023.