#include "MapsSensor.hh"
#include <iostream>
#include <cmath>
#include <vector>
#include <algorithm>
#include <ostream>
#include <iterator>
#include <functional>
#include "TFile.h"
#include "TH2F.h"
#include "TRandom2.h"
Go to the source code of this file.
Classes | |
| struct | testArea |
Functions | |
| void | printSensor (MapsSensor *s) |
| void | isDead (MapsSensor *s, std::pair< double, double > input) |
| int | main () |
| void isDead | ( | MapsSensor * | s, | |
| std::pair< double, double > | input | |||
| ) |
Definition at line 17 of file RotationTest.cpp.
References MapsSensor::id(), and MapsSensor::isDeadArea().
| int main | ( | ) |
Definition at line 38 of file RotationTest.cpp.
References c, MapsSensor::convertHitToPhysical(), MapsSensor::getInefficiencyXYPlot(), MapsSensor::id(), MapsSensor::isDeadArea(), and printSensor().
| void printSensor | ( | MapsSensor * | s | ) |
1.5.2