Skip to content
Snippets Groups Projects
Commit e147db16 authored by Hangyi Wu's avatar Hangyi Wu
Browse files

correct PositionMethod type in Gaudi property

parent 97455d22
No related branches found
No related tags found
2 merge requests!3795Draft: Sazak monitoring dev tae,!3559UThit position methods
......@@ -126,7 +126,7 @@ namespace LHCb::Pr::UT {
private:
//---Properties
Gaudi::Property<bool> isCluster{this, "isCluster", true};
Gaudi::Property<unsigned int> positionMethod{this, "positionMethod", PositionMethod::GeoWeighting};
Gaudi::Property<PositionMethod> positionMethod{this, "positionMethod", PositionMethod::GeoWeighting};
Gaudi::Property<unsigned int> stripMax{this, "stripMax", 4};
mutable Gaudi::Accumulators::SummingCounter<> m_nBanks{this, "#banks"};
mutable Gaudi::Accumulators::MsgCounter<MSG::ERROR> m_bad_data{this, "Decoding Error -- dropping all UT hits"};
......
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