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

defaulting geoweighting as 2

parent be270f0a
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", 1};
Gaudi::Property<unsigned int> positionMethod{this, "positionMethod", 2};
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