DD4hep  1.28.0
Detector Description Toolkit for High Energy Physics
Classes | Typedefs | Functions | Variables
test_cellid_position_converter.cpp File Reference
#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, TestCountersTestMap
 

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 Documentation

◆ TestMap

typedef std::map<std::string, TestCounters > TestMap

Definition at line 62 of file test_cellid_position_converter.cpp.

Function Documentation

◆ dist()

double dist ( const Position p0,
const Position p1 
)

Definition at line 46 of file test_cellid_position_converter.cpp.

◆ main_wrapper()

int main_wrapper ( int  argc,
char **  argv 
)

Definition at line 66 of file test_cellid_position_converter.cpp.

Variable Documentation

◆ epsilon

const double epsilon = dd4hep::micrometer

Definition at line 42 of file test_cellid_position_converter.cpp.

◆ maxHit

const int maxHit = 100

Definition at line 43 of file test_cellid_position_converter.cpp.