Skip to content

Commit

Permalink
extend pulse shape for QIE10 - global running
Browse files Browse the repository at this point in the history
  • Loading branch information
deguio committed Oct 12, 2016
1 parent f65740c commit c7fb08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQM/HcalTasks/plugins/QIE10Task.cc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ QIE10Task::QIE10Task(edm::ParameterSet const& ps):
new hcaldqm::quantity::ValueQuantity(hcaldqm::quantity::fQIE10TDC_64),
new hcaldqm::quantity::ValueQuantity(hcaldqm::quantity::fN, true));

unsigned int nTS = _ptype==fLocal ? 10 : 4;
unsigned int nTS = _ptype==fLocal ? 10 : 6;
for (unsigned int j=0; j<nTS; j++)
{
_cLETDCvsADC_EChannel[j].initialize(_name,
Expand Down

0 comments on commit c7fb08b

Please sign in to comment.