Skip to content
Snippets Groups Projects
Commit 4beffdcd authored by Charles Leggett's avatar Charles Leggett Committed by Graeme Stewart
Browse files

updates for Property modernization (TrigmuComb-00-02-00)

	* Property modernization. see gaudi/!Gaudi182
	* requires Gaudi v28
	* endreq -> endmsg
	* tag TrigmuComb-00-02-00

M       src/muComb.cxx
M       TrigmuComb/muComb.h


Former-commit-id: 97839df8
parent ad2cdca4
No related merge requests found
...@@ -98,14 +98,14 @@ class muComb : public HLT::FexAlgo ...@@ -98,14 +98,14 @@ class muComb : public HLT::FexAlgo
* 0: auto select best option * 0: auto select best option
* 1: simplified R,(Pt) matching * 1: simplified R,(Pt) matching
*/ */
IntegerProperty m_AlgoStrategy; Gaudi::CheckedProperty<int> m_AlgoStrategy;
/** muComb charge assignment strategy: /** muComb charge assignment strategy:
* 0: useMuFast * 0: useMuFast
* 1: use ID * 1: use ID
* 2: use resolution model * 2: use resolution model
*/ */
IntegerProperty m_ChargeStrategy; Gaudi::CheckedProperty<int> m_ChargeStrategy;
/** ID Track collection used for matching */ /** ID Track collection used for matching */
StringProperty m_ID_algo_to_use; StringProperty m_ID_algo_to_use;
......
This diff is collapsed.
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