Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Modules
General
RecDataWriterNG
test
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
readFileInfo
FileInfo * readFileInfo(const RecEventFile &file, const std::string &title)
Definition:
adstReading.cc:51
file
const string file
Definition:
testReadStream.cc:38
readDetectorGeometry
DetectorGeometry * readDetectorGeometry(const RecEventFile &file, const std::string &title)
Definition:
adstReading.cc:23
, generated on Tue Sep 26 2023.