Skip to content

Commit

Permalink
Label bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele committed Oct 29, 2014
1 parent 07e1bd9 commit 06ac8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edmEventHelperExtra.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void EventHelperExtra::analyzeEvent()
{
pdfWeights.clear();
edm::Handle<vector<double> > _pdfWeights;
event->getByLabel(edm::InputTag("pdfWeights","cteq66"),_pdfWeights);
event->getByLabel(edm::InputTag("pdfWeights:cteq66"),_pdfWeights);
pdfWeights.insert(pdfWeights.begin(),_pdfWeights->begin(),_pdfWeights->end());
}

Expand Down

0 comments on commit 06ac8b8

Please sign in to comment.