Skip to content
Snippets Groups Projects
Commit 1994e9b2 authored by Marco Cattaneo's avatar Marco Cattaneo
Browse files

Merge branch 'fix-TES-Get-Get' into '2017-patches'

Fix cache building of the GET functor

See merge request !948
parent f34d647a
No related branches found
No related tags found
5 merge requests!1049Rebase RichTTFUStudies to current master,!975Merging master -> future,!970Propagate MR!967 from 2018-patches to master, fixing conflicts,!969WIP Propagate MR !967 from 2018-patches to master,!950Propagate MR !948 from 2017-patches to 2018-patches
......@@ -65,7 +65,7 @@ namespace
LoKi::TES::Get::Get
( const std::string& location ,
const bool useRootInTES )
: LoKi::AuxFunBase ()
: LoKi::AuxFunBase ( std::tie ( location, useRootInTES ) )
, m_location ( location )
, m_useRootInTES ( useRootInTES )
, m_algorithm ()
......
......@@ -13,6 +13,7 @@
#include "LoKi/Odin.h"
#include "LoKi/L0.h"
#include "LoKi/Prescale.h"
#include "LoKi/TESGet.h"
// ============================================================================
// The END
// ============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment