#include "cmpEvent.h"
#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
#include <map>
#include <TFile.h>
#include <TDirectory.h>
#include <adst/RecEventFile.h>
#include <adst/DetectorGeometry.h>
#include <adst/FileInfo.h>
#include <adst/RecEvent.h>
#include <adst/FDEvent.h>
#include <adst/GenShower.h>
#include "testlib.h"
#include "adstReading.h"
#include "cmpFDEvent.h"
#include "cmpSDEvent.h"
Go to the source code of this file.
Functions | |
void | cmpDetector (const RecEvent &ref, const RecEvent &test) |
void | cmpDetectorGeometry (const RecEventFile &refFile, const RecEventFile &testFile) |
void | cmpEvent (const RecEvent &ref, const RecEvent &test) |
void | cmpEventGlobalInfo (const RecEvent &ref, const RecEvent &test) |
void | cmpFileInfo (const RecEventFile &refFile, const RecEventFile &testFile) |
void | cmpGenShower (const GenShower &ref, const GenShower &test) |
void | cmpRecEventFile (RecEventFile &refFile, RecEventFile &testFile) |
void cmpDetector | ( | const RecEvent & | ref, |
const RecEvent & | test | ||
) |
Definition at line 90 of file cmpEvent.cc.
References diag(), isDiag(), and isEpsDiag().
Referenced by cmpEvent().
void cmpDetectorGeometry | ( | const RecEventFile & | refFile, |
const RecEventFile & | testFile | ||
) |
Definition at line 237 of file cmpEvent.cc.
References diag(), is(), isDiag(), isEpsDiag(), ok(), and readDetectorGeometry().
Referenced by cmpRecEventFile().
void cmpEvent | ( | const RecEvent & | ref, |
const RecEvent & | test | ||
) |
Definition at line 392 of file cmpEvent.cc.
References cmpDetector(), cmpEventGlobalInfo(), cmpFDEvent(), cmpGenShower(), cmpSDEvent(), diag(), isDiag(), utl::m, and ok().
Referenced by cmpRecEventFile().
void cmpEventGlobalInfo | ( | const RecEvent & | ref, |
const RecEvent & | test | ||
) |
void cmpFileInfo | ( | const RecEventFile & | refFile, |
const RecEventFile & | testFile | ||
) |
Definition at line 64 of file cmpEvent.cc.
References isDiag(), ok(), and readFileInfo().
Referenced by cmpRecEventFile().
void cmpGenShower | ( | const GenShower & | ref, |
const GenShower & | test | ||
) |
void cmpRecEventFile | ( | RecEventFile & | refFile, |
RecEventFile & | testFile | ||
) |
Definition at line 28 of file cmpEvent.cc.
References cmpDetectorGeometry(), cmpEvent(), cmpFileInfo(), diag(), io::eSuccess, isDiag(), and ok().