Skip to content

Commit

Permalink
use fast Pandora algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Feb 26, 2015
1 parent 0c54dfa commit 34409f9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@
#include "RecoParticleFlow/PandoraTranslator/interface/CMSBFieldPlugin.h"
#include "RecoParticleFlow/PandoraTranslator/interface/CMSPseudoLayerPlugin.h"
#include "LCContent.h"
//#include "LCContent/include/LCContentFast.h"
#include "LCContentFast.h"
#include "RecoParticleFlow/PandoraTranslator/interface/CMSTemplateAlgorithm.h"
//#include "PandoraMonitoringApi.h"

Expand Down Expand Up @@ -138,7 +138,7 @@ PandoraCMSPFCandProducer::PandoraCMSPFCandProducer(const edm::ParameterSet& iCon

PANDORA_THROW_RESULT_IF(pandora::STATUS_CODE_SUCCESS, !=, LCContent::RegisterAlgorithms(*m_pPandora));

// PANDORA_THROW_RESULT_IF(pandora::STATUS_CODE_SUCCESS, !=, LCContentFast::RegisterAlgorithms(*m_pPandora));
PANDORA_THROW_RESULT_IF(pandora::STATUS_CODE_SUCCESS, !=, LCContentFast::RegisterAlgorithms(*m_pPandora));

PANDORA_THROW_RESULT_IF(pandora::STATUS_CODE_SUCCESS, !=, cms_content::RegisterBasicPlugins(*m_pPandora));

Expand Down

0 comments on commit 34409f9

Please sign in to comment.