diff --git a/src/DDPandoraPFANewProcessor.cc b/src/DDPandoraPFANewProcessor.cc index ea5f5dc..22e611f 100644 --- a/src/DDPandoraPFANewProcessor.cc +++ b/src/DDPandoraPFANewProcessor.cc @@ -131,9 +131,9 @@ std::vector getTrackingRegionExtent(){ - extent[0]=0.1; ///FIXME! CLIC-specific: Inner radius was set to 0 for SiD-type detectors - extent[1]=mainDetector.constantAsDouble("tracker_region_rmax")/dd4hep::mm; - extent[2]=mainDetector.constantAsDouble("tracker_region_zmax")/dd4hep::mm; + extent.push_back(0.1);///FIXME! CLIC-specific: Inner radius was set to 0 for SiD-type detectors + extent.push_back(mainDetector.constantAsDouble("tracker_region_rmax")/dd4hep::mm); + extent.push_back(mainDetector.constantAsDouble("tracker_region_zmax")/dd4hep::mm); return extent; @@ -300,7 +300,7 @@ pandora::StatusCode DDPandoraPFANewProcessor::RegisterUserComponents() const PANDORA_RETURN_RESULT_IF(pandora::STATUS_CODE_SUCCESS, !=, LCContent::RegisterBasicPlugins(*m_pPandora)); PANDORA_RETURN_RESULT_IF(pandora::STATUS_CODE_SUCCESS, !=, PandoraApi::RegisterAlgorithmFactory(*m_pPandora, - "ConeClustering", new ParConeClusteringAlgorithmFactory)); + "ParConeClustering", new ParConeClusteringAlgorithmFactory)); if(m_settings.m_useDD4hepField) {