#include <utility>
#include <marlin/Processor.h>
#include <IMPL/LCCollectionVec.h>
#include <UTIL/CellIDEncoder.h>
#include <UTIL/CellIDDecoder.h>
#include <EVENT/SimCalorimeterHit.h>
#include <EVENT/LCGenericObject.h>
#include <IMPL/CalorimeterHitImpl.h>
#include "CalorimeterHitType.h"
#include "marlinutil/LCGeometryTypes.h"
#include "DD4hep/Factories.h"
#include "DD4hep/DD4hepUnits.h"
#include "DDRec/DetectorData.h"
#include "DD4hep/DetType.h"
#include "DDRec/DDGear.h"
#include "DDRec/MaterialManager.h"
#include "DDRec/DetectorSurfaces.h"
Go to the source code of this file.