Skip to content

Commit

Permalink
Restore original values, for phase2 4D no further overwriting by python
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocos committed Feb 15, 2024
1 parent 8a0bedb commit 8b4a47e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ void DAClusterizerInZT_vect::dump(const double beta, const vertex_t& y, const tr

void DAClusterizerInZT_vect::fillPSetDescription(edm::ParameterSetDescription& desc) {
DAClusterizerInZ_vect::fillPSetDescription(desc);
desc.add<double>("tmerge", 0.01); // 4D only
desc.add<double>("tmerge", 0.1); // 4D only
desc.add<double>("dtCutOff", 4.); // 4D only
desc.add<double>("t0Max", 1.0); // 4D only
desc.add<double>("vertexSizeTime", 0.008); // 4D only
Expand Down
4 changes: 2 additions & 2 deletions RecoVertex/PrimaryVertexProducer/src/DAClusterizerInZ_vect.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,6 @@ void DAClusterizerInZ_vect::fillPSetDescription(edm::ParameterSetDescription& de
desc.add<double>("uniquetrkminp", 0.0);
desc.add<double>("zrange", 4.0);
desc.add<bool>("runInBlocks", false);
desc.add<unsigned int>("block_size", 512);
desc.add<double>("overlap_frac", 0.5);
desc.add<unsigned int>("block_size", 10000);
desc.add<double>("overlap_frac", 0.0);
}

0 comments on commit 8b4a47e

Please sign in to comment.