#include "CLICDstChecker.h"
#include <CalorimeterHitType.h>
#include <EVENT/LCCollection.h>
#include <EVENT/LCObject.h>
#include <EVENT/MCParticle.h>
#include <EVENT/SimTrackerHit.h>
#include <EVENT/Track.h>
#include <EVENT/TrackerHit.h>
#include <IMPL/LCCollectionVec.h>
#include <IMPL/LCFlagImpl.h>
#include <IMPL/LCRelationImpl.h>
#include <IMPL/ReconstructedParticleImpl.h>
#include <IMPL/TrackImpl.h>
#include <UTIL/LCRelationNavigator.h>
#include <UTIL/LCTOOLS.h>
#include <gear/BField.h>
#include <gear/CalorimeterParameters.h>
#include <gear/GEAR.h>
#include <gear/GearParameters.h>
#include <gear/PadRowLayout2D.h>
#include <gear/TPCParameters.h>
#include <gear/VXDLayerLayout.h>
#include <gear/VXDParameters.h>
#include <marlin/Global.h>
#include <math.h>
#include <iostream>
#include <map>
#include "ClusterShapes.h"
#include "PfoUtilities.h"
#include <limits>
Go to the source code of this file.
Variables | |
const int | precision = 2 |
const int | widthFloat = 7 |
const int | widthInt = 5 |
const int | widthSmallInt = 3 |
const float | radiansToDegrees = 57.2957 |
CLICDstChecker | aCLICDstChecker |
CLICDstChecker aCLICDstChecker |
Definition at line 43 of file CLICDstChecker.cc.
const int precision = 2 |
Definition at line 37 of file CLICDstChecker.cc.
const float radiansToDegrees = 57.2957 |
Definition at line 41 of file CLICDstChecker.cc.
const int widthFloat = 7 |
Definition at line 38 of file CLICDstChecker.cc.
const int widthInt = 5 |
Definition at line 39 of file CLICDstChecker.cc.
const int widthSmallInt = 3 |
Definition at line 40 of file CLICDstChecker.cc.