Skip to content

Commit

Permalink
Add outline of Zplotter (from Andreas) with weights implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
kdlong committed Sep 24, 2019
1 parent b6e3285 commit c82792f
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ LHEWeightProductProducer::beginRunProduce(edm::Run& run, edm::EventSetup const&
// get by token gives an error (the same one that's been in the ExternalLHEProducer for ages)
run.getByLabel("externalLHEProducer", lheRunInfoHandle);

std::cout << "In the run" << std::endl;
typedef std::vector<LHERunInfoProduct::Header>::const_iterator header_cit;
LHERunInfoProduct::Header headerWeightInfo;
for (header_cit iter=lheRunInfoHandle->headers_begin(); iter!=lheRunInfoHandle->headers_end(); iter++) {
Expand Down
Loading

0 comments on commit c82792f

Please sign in to comment.