#include "Sct/IS/IOManagerIS.h"
#include "Sct/Exception.h"
#include "Sct/LogicErrors.h"
#include "Sct/SctNames.h"
#include "Sct/SctParameters.h"
#include "SctData/TrimRangeTestResult.h"
#include <is/isinfo.h>
#include <boost/shared_ptr.hpp>
#include <iostream>
#include <fstream>
#include "TGraph.h"
Go to the source code of this file.
Functions | |
void | waitFor (string name, int nsecs) |
void | loadData () |
bool | compare (shared_ptr< TrimRangeTestResult > result) |
int | main (int argc, char **argv) |
Variables | |
string | filename |
string | testName |
double | compData [] |
bool | debug |
int | range [12] |
double | target [12] |
int | trim [12][128] |
|
Definition at line 64 of file TrimRangeTests/SCTDAQComparison/RetrieveAndCompare.cpp. |
|
Definition at line 44 of file TrimRangeTests/SCTDAQComparison/RetrieveAndCompare.cpp. References filename, range, target, and trim. Referenced by main(). |
|
Definition at line 115 of file TrimRangeTests/SCTDAQComparison/RetrieveAndCompare.cpp. References compare(), loadData(), Sct::setExceptionHandlers(), and waitFor(). |
|
Definition at line 29 of file TrimRangeTests/SCTDAQComparison/RetrieveAndCompare.cpp. |
|
Definition at line 22 of file TrimRangeTests/SCTDAQComparison/RetrieveAndCompare.cpp. |
|
Definition at line 23 of file TrimRangeTests/SCTDAQComparison/RetrieveAndCompare.cpp. |
|
|
|
Definition at line 26 of file TrimRangeTests/SCTDAQComparison/RetrieveAndCompare.cpp. Referenced by SctAnalysis::TrimRangeAlgorithm::canAddFitScanResult(), compare(), SctAnalysis::TrimRangeAlgorithm::getChipTrim(), loadData(), and SctData::ChipConfiguration::setTrimTarget(). |
|
Definition at line 21 of file TrimRangeTests/SCTDAQComparison/RetrieveAndCompare.cpp. |
|