@@ -35,23 +35,23 @@ ME0StubBuilder::ME0StubBuilder(const edm::ParameterSet& ps) {
3535ME0StubBuilder::~ME0StubBuilder () {}
3636
3737void ME0StubBuilder::fillDescription (edm::ParameterSetDescription& desc) {
38- desc.add <bool >(" skip_centroids " , false );
39- desc.add <std::vector<int32_t >>(" ly_thresh_patid " , {7 , 7 , 7 , 7 , 7 , 7 , 7 , 7 , 7 , 7 , 5 , 5 , 4 , 4 , 4 , 4 , 4 });
40- desc.add <std::vector<int32_t >>(" ly_thresh_eta " , {4 , 5 , 4 , 5 , 4 , 5 , 4 , 5 , 4 , 5 , 4 , 5 , 4 , 5 , 4 });
41- desc.add <int32_t >(" max_span " , 37 );
38+ desc.add <bool >(" skipCentroids " , false );
39+ desc.add <std::vector<int32_t >>(" layerThresholdPatternId " , {7 , 7 , 7 , 7 , 7 , 7 , 7 , 7 , 7 , 7 , 5 , 5 , 4 , 4 , 4 , 4 , 4 });
40+ desc.add <std::vector<int32_t >>(" layerThresholdEta " , {4 , 5 , 4 , 5 , 4 , 5 , 4 , 5 , 4 , 5 , 4 , 5 , 4 , 5 , 4 });
41+ desc.add <int32_t >(" maxSpan " , 37 );
4242 desc.add <int32_t >(" width" , 192 );
43- desc.add <bool >(" deghost_pre " , true );
44- desc.add <bool >(" deghost_post " , true );
45- desc.add <int32_t >(" group_width " , 8 );
46- desc.add <int32_t >(" ghost_width " , 1 );
47- desc.add <bool >(" x_prt_en " , true );
48- desc.add <bool >(" en_non_pointing " , false );
49- desc.add <int32_t >(" cross_part_seg_width " , 4 );
50- desc.add <int32_t >(" num_outputs " , 4 );
51- desc.add <bool >(" check_ids " , false );
52- desc.add <int32_t >(" edge_distance " , 2 );
53- desc.add <int32_t >(" num_or " , 2 );
54- desc.add <double >(" mse_thresh " , 0.75 );
43+ desc.add <bool >(" deghostPre " , true );
44+ desc.add <bool >(" deghostPost " , true );
45+ desc.add <int32_t >(" groupWidth " , 8 );
46+ desc.add <int32_t >(" ghostWidth " , 1 );
47+ desc.add <bool >(" xPartitionEnabled " , true );
48+ desc.add <bool >(" enableNonPointing " , false );
49+ desc.add <int32_t >(" crossPartitionSegmentWidth " , 4 );
50+ desc.add <int32_t >(" numOutputs " , 4 );
51+ desc.add <bool >(" checkIds " , false );
52+ desc.add <int32_t >(" edgeDistance " , 2 );
53+ desc.add <int32_t >(" numOr " , 2 );
54+ desc.add <double >(" mseThreshold " , 0.75 );
5555}
5656
5757void ME0StubBuilder::build (const GEMPadDigiCollection* padDigis, ME0StubCollection& oc) {
0 commit comments