Skip to content

Commit

Permalink
fix also LSBin
Browse files Browse the repository at this point in the history
  • Loading branch information
mtosi committed Oct 8, 2014
1 parent 4e5e422 commit 0b36149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQM/SiStripMonitorHardware/src/SiStripFEDDataCheck.cc
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ SiStripFEDCheckPlugin::fillDescriptions(edm::ConfigurationDescriptions& descript
desc.addUntracked<bool>("CheckFELengths",true);
// Use to disable check on channel status bits
desc.addUntracked<bool>("CheckChannelStatus",true);
desc.add<unsigned int>("LSBin",5000);
desc.add<int> ("LSBin",5000);
desc.add<double> ("LSMin", 0.5);
desc.add<double> ("LSMax",5000.5);

Expand Down

0 comments on commit 0b36149

Please sign in to comment.