Skip to content
Snippets Groups Projects

WIP Updated comment and resolutions

Closed Louis Henry requested to merge lohenry-updateClusRes into master
1 unresolved thread
@@ -61,7 +61,13 @@ StatusCode PrStoreFTHit::initialize() {
updMgrSvc()->update( m_zoneHandler ).ignore();
// TODO: this should be ~80 micron; get this from a tool
std::array<float, 9> clusRes = {0.05, 0.08, 0.11, 0.14, 0.17, 0.20, 0.23, 0.26, 0.29};
// Current estimations are taken from branch lohenry-clusterMonitor
// They are tuned to accomodate electrons and from NoSpillOver simulations
// Sizes 1,2,3 are never used
// DDDB: dddb-20190223
// CondDB: sim-20180530-vc-mu100
std::array<float, 9> clusRes = {0.128, 0.00001, 0.00001, 0.00001, 0.128, 0.184, 0.241, 0.286, 0.333};
std::transform( clusRes.begin(), clusRes.end(), m_invClusResolution.begin(), [this]( float c ) { return 1. / c; } );
return StatusCode::SUCCESS;
Loading