Skip to content

Commit

Permalink
Add missing Phase 2 parameters to SiPixelRawToClusterHeterogeneous (c…
Browse files Browse the repository at this point in the history
…ms-sw#196)

Update SiPixelRawToClusterHeterogeneous because of the mess made
upstream in cms-sw#24329 .
  • Loading branch information
fwyzard committed Nov 15, 2018
1 parent 9b23b91 commit b6cf188
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -248,6 +248,12 @@ void SiPixelRawToClusterHeterogeneous::fillDescriptions(edm::ConfigurationDescri
desc.add<int>("VCaltoElectronOffset_L1", -414);
desc.addUntracked<bool>("MissCalibrate", true);
desc.add<bool>("SplitClusters", false);
desc.add<double>("ElectronPerADCGain", 135.);
// Phase 2 clusterizer
desc.add<bool>("Phase2Calibration", false);
desc.add<int>("Phase2ReadoutMode", -1);
desc.add<double>("Phase2DigiBaseline", 1200.);
desc.add<int>("Phase2KinkADC", 8);

desc.add<bool>("gpuEnableTransfer", true);
desc.add<bool>("gpuEnableConversion", true);
Expand Down

0 comments on commit b6cf188

Please sign in to comment.