Skip to content

Commit

Permalink
correctly set iEvent_ so txt files will not be produced
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Sep 30, 2016
1 parent 3cd4d48 commit 13cf19e
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 13cf19e

Please sign in to comment.