DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include "DD4hep/Detector.h"
#include "DD4hep/DDTest.h"
#include "DD4hep/DD4hepUnits.h"
#include "DD4hep/BitFieldCoder.h"
#include "DDRec/CellIDPositionConverter.h"
#include "lcio.h"
#include "IO/LCReader.h"
#include "EVENT/LCEvent.h"
#include "EVENT/LCCollection.h"
#include "EVENT/SimCalorimeterHit.h"
#include <sstream>
#include "main.h"
Go to the source code of this file.
Classes | |
struct | TestCounter |
struct | TestCounters |
Typedefs | |
typedef std::map< std::string, TestCounters > | TestMap |
Functions | |
double | dist (const Position &p0, const Position &p1) |
int | main_wrapper (int argc, char **argv) |
Variables | |
const double | epsilon = dd4hep::micrometer |
const int | maxHit = 100 |
typedef std::map<std::string, TestCounters > TestMap |
Definition at line 61 of file test_cellid_position_converter.cpp.
Definition at line 45 of file test_cellid_position_converter.cpp.
int main_wrapper | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 65 of file test_cellid_position_converter.cpp.
const double epsilon = dd4hep::micrometer |
Definition at line 41 of file test_cellid_position_converter.cpp.
const int maxHit = 100 |
Definition at line 42 of file test_cellid_position_converter.cpp.