Skip to content
Snippets Groups Projects
Commit bb18c89a authored by Quentin Buat's avatar Quentin Buat Committed by Graeme Stewart
Browse files

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: a047ebba
parent ff0c05d9
No related branches found
No related tags found
No related merge requests found
...@@ -104,8 +104,7 @@ HLT::ErrorCode EFTauMVHypo::hltInitialize() ...@@ -104,8 +104,7 @@ HLT::ErrorCode EFTauMVHypo::hltInitialize()
return HLT::BAD_JOB_SETUP; 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; 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()); TFile* llhcuts = TFile::Open(s_llh_cuts_file.c_str());
......
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