From bb18c89a936eb212eca1a6f8fca5672a757029a9 Mon Sep 17 00:00:00 2001 From: Quentin Buat <quentin.buat@cern.ch> Date: Mon, 23 Jan 2017 21:14:09 +0100 Subject: [PATCH] change PathResolver method (TrigTauHypo-00-07-00) * Change PatResolver method * TrigTauHypo-00-07-00 2017-01-23 Daniele Zanzi * Change the path to the LLH rootfile * TrigTauHypo-00-06-99 Former-commit-id: a047ebba8389706d89805ec4b198b95990a28554 --- Trigger/TrigHypothesis/TrigTauHypo/src/EFTauMVHypo.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Trigger/TrigHypothesis/TrigTauHypo/src/EFTauMVHypo.cxx b/Trigger/TrigHypothesis/TrigTauHypo/src/EFTauMVHypo.cxx index 87b6b5d3572..3672b3a5b2e 100644 --- a/Trigger/TrigHypothesis/TrigTauHypo/src/EFTauMVHypo.cxx +++ b/Trigger/TrigHypothesis/TrigTauHypo/src/EFTauMVHypo.cxx @@ -104,8 +104,7 @@ HLT::ErrorCode EFTauMVHypo::hltInitialize() return HLT::BAD_JOB_SETUP; } - std::string s_llh_cuts_file = PathResolver::find_file("LMTCutsLLHTrigger.root", "DATAPATH"); - + std::string s_llh_cuts_file = PathResolverFindCalibFile("TrigTauRec/00-11-01/LMTCutsLLHTrigger.root"); msg() << MSG::DEBUG << "Try to open root file containing cuts: " << s_llh_cuts_file << endmsg; TFile* llhcuts = TFile::Open(s_llh_cuts_file.c_str()); -- GitLab