Skip to content

Commit

Permalink
Merge pull request #16058 from kpedro88/StopEcalTxt
Browse files Browse the repository at this point in the history
Stop producing ECAL txt files
  • Loading branch information
davidlange6 committed Oct 1, 2016
2 parents c91a105 + 13cf19e commit 341f0e2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@
using namespace std;

EcalSelectiveReadoutProducer::EcalSelectiveReadoutProducer(const edm::ParameterSet& params)
: params_(params),firstCallEB_(true),firstCallEE_(true),iEvent_(0)
: params_(params),firstCallEB_(true),firstCallEE_(true),iEvent_(1)
{
//settings:
// settings which are only in python config files:
Expand Down

0 comments on commit 341f0e2

Please sign in to comment.