#include "cmpFDEvent.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/FdRecPixel.h>
#include <adst/FdGenGeometry.h>
#include <adst/FdGenApertureLight.h>
#include <adst/FdRecStation.h>
#include "testlib.h"
#include "adstReading.h"
Go to the source code of this file.
Macros | |
#define | IS(x, prefix) is(test.x, ref.x, prefix"."#x) |
#define | ISDIAG(x, prefix) isDiag(test.x, ref.x, prefix"."#x) |
#define | ISEPSDIAG(x, eps, prefix) isEpsDiag(test.x, ref.x, eps, prefix"."#x) |
Functions | |
void | cmpFDEvent (const FDEvent &ref, const FDEvent &test) |
void | cmpFDGenAPLight (const FdGenApertureLight &ref, const FdGenApertureLight &test) |
void | cmpFDGenGeometry (const FdGenGeometry &ref, const FdGenGeometry &test) |
void | cmpFDGenShower (const FdGenShower &ref, const FdGenShower &test) |
void | cmpFDRecAPLight (const FdRecApertureLight &ref, const FdRecApertureLight &test) |
void | cmpFDRecGeometry (const FdRecGeometry &ref, const FdRecGeometry &test) |
void | cmpFDRecPixel (const FdRecPixel &ref, const FdRecPixel &test) |
void | cmpFDRecShower (const FdRecShower &ref, const FdRecShower &test) |
void | cmpFDRecStation (const FdRecStation &ref, const FdRecStation &test) |
#define IS | ( | x, | |
prefix | |||
) | is(test.x, ref.x, prefix"."#x) |
Definition at line 25 of file cmpFDEvent.cc.
Referenced by cmpFDEvent(), and cmpFDGenAPLight().
#define ISDIAG | ( | x, | |
prefix | |||
) | isDiag(test.x, ref.x, prefix"."#x) |
Definition at line 26 of file cmpFDEvent.cc.
Referenced by cmpFDEvent(), cmpFDGenAPLight(), and cmpFDRecPixel().
Definition at line 27 of file cmpFDEvent.cc.
Referenced by cmpFDGenAPLight().
void cmpFDEvent | ( | const FDEvent & | ref, |
const FDEvent & | test | ||
) |
Definition at line 33 of file cmpFDEvent.cc.
References cmpFDGenAPLight(), cmpFDGenGeometry(), cmpFDGenShower(), cmpFDRecAPLight(), cmpFDRecGeometry(), cmpFDRecPixel(), cmpFDRecShower(), cmpFDRecStation(), diag(), IS, is(), ISDIAG, isDiag(), and ok().
Referenced by cmpEvent().
void cmpFDGenAPLight | ( | const FdGenApertureLight & | ref, |
const FdGenApertureLight & | test | ||
) |
Definition at line 293 of file cmpFDEvent.cc.
References IS, ISDIAG, and ISEPSDIAG.
Referenced by cmpFDEvent().
void cmpFDGenGeometry | ( | const FdGenGeometry & | ref, |
const FdGenGeometry & | test | ||
) |
Definition at line 425 of file cmpFDEvent.cc.
Referenced by cmpFDEvent().
void cmpFDGenShower | ( | const FdGenShower & | ref, |
const FdGenShower & | test | ||
) |
Definition at line 431 of file cmpFDEvent.cc.
Referenced by cmpFDEvent().
void cmpFDRecAPLight | ( | const FdRecApertureLight & | ref, |
const FdRecApertureLight & | test | ||
) |
Definition at line 265 of file cmpFDEvent.cc.
References isDiag(), and isEpsDiag().
Referenced by cmpFDEvent().
void cmpFDRecGeometry | ( | const FdRecGeometry & | ref, |
const FdRecGeometry & | test | ||
) |
Definition at line 226 of file cmpFDEvent.cc.
References is(), isDiag(), isEpsDiag(), and isRelEpsDiag().
Referenced by cmpFDEvent().
void cmpFDRecPixel | ( | const FdRecPixel & | ref, |
const FdRecPixel & | test | ||
) |
Definition at line 318 of file cmpFDEvent.cc.
References otoa::fd::GetCalibrationConstant(), ISDIAG, and ok().
Referenced by cmpFDEvent().
void cmpFDRecShower | ( | const FdRecShower & | ref, |
const FdRecShower & | test | ||
) |
Definition at line 123 of file cmpFDEvent.cc.
References isDiag(), isEpsDiag(), and isRelEpsDiag().
Referenced by cmpFDEvent().
void cmpFDRecStation | ( | const FdRecStation & | ref, |
const FdRecStation & | test | ||
) |
Definition at line 437 of file cmpFDEvent.cc.
Referenced by cmpFDEvent().