cmpEvent.h
Go to the documentation of this file.
1 #ifndef _cmpEvent_h_
2 #define _cmpEvent_h_
3 
4 class RecEventFile;
5 class RecEvent;
6 class FDEvent;
7 class GenShower;
8 
9 void cmpRecEventFile(RecEventFile& refFile, RecEventFile& testFile);
10 
11 void cmpDetectorGeometry(const RecEventFile& refFile, const RecEventFile& testFile);
12 void cmpFileInfo(const RecEventFile& refFile, const RecEventFile& testFile);
13 
14 void cmpEvent(const RecEvent& ref, const RecEvent& test);
15 void cmpEventGlobalInfo(const RecEvent& ref, const RecEvent& test);
16 
17 void cmpGenShower(const GenShower& ref, const GenShower& test);
18 
19 #endif
void cmpDetectorGeometry(const RecEventFile &refFile, const RecEventFile &testFile)
Definition: cmpEvent.cc:237
void cmpGenShower(const GenShower &ref, const GenShower &test)
Definition: cmpEvent.cc:438
void cmpEventGlobalInfo(const RecEvent &ref, const RecEvent &test)
Definition: cmpEvent.cc:424
void cmpRecEventFile(RecEventFile &refFile, RecEventFile &testFile)
Definition: cmpEvent.cc:28
void cmpFileInfo(const RecEventFile &refFile, const RecEventFile &testFile)
Definition: cmpEvent.cc:64
void cmpEvent(const RecEvent &ref, const RecEvent &test)
Definition: cmpEvent.cc:392

, generated on Tue Sep 26 2023.