Skip to content
Snippets Groups Projects

WIP: fix MCLinking in TDR branch for LHCb::Tracks

Closed Renato Quagliani requested to merge TDR-rquaglia_fixhackMCLinking into TDR
Compare and Show latest version
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -22,7 +22,8 @@ DECLARE_COMPONENT( PrTrackAssociator )
//=============================================================================
PrTrackAssociator::PrTrackAssociator( const std::string& name,
ISvcLocator* pSvcLocator ) :
GaudiAlgorithm( name, pSvcLocator ){
GaudiAlgorithm( name, pSvcLocator )
{
declareProperty( "RootOfContainers", m_rootOfContainers = "/Event/Rec/Track" );
declareProperty( "SingleContainer", m_singleContainer = "" );
declareProperty( "FractionOK" , m_fractionOK = 0.70 );
Loading