114 std::vector< std::vector<long> > m_extraPhi; // ( IdScan_MaxNumLayers, std::vector<long>(IdScan_MaxNumLayers) ); // number of phi neighbours to look at
115
116
117intm_nFirstLayers; // When the pairs of SPs are made, the inner SP comes from up to this "filled layer"
118
119doublem_vrtxDistCut; // The minimum fractional distance between two output vertices
120doublem_vrtxMixing ; // If two vertices are found to be too close, "mix" the second into first
121intm_nvrtxSeparation; // The minimum number of zbins that any two output vertices should by separated by
122boolm_preferCentralZ; // Among peaks of same height, should precedence go to the one with smaller |z|
123
124boolm_trustSPprovider; // Should we re-extract the RoI phi range from the phis of the SPs from the SPP
133doublem_halfTripletDK; // replaces m_tripletDK internally to avoid unnecessary multiplication by 2 in curvature calculation, without changing the interface