Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60175
b: "refs/heads/CMSSW_6_2_X_SLHC"
c: 1a04dd9
h: "refs/heads/CMSSW_6_2_X_SLHC"
i:
  60173: ff7b7e3
  60171: e897102
  60167: be4e5e8
  60159: 5eb9c7e
  • Loading branch information
saout committed Feb 17, 2009
1 parent 25f79e4 commit c671df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 4bec1f03ca2f14e90d0ca17351c4d42d84ec2c82
"refs/heads/CMSSW_6_2_X_SLHC": 5b6a696ae918452e0daa0813336d570c9f21700c
"refs/heads/CMSSW_6_2_X_SLHC": 1a04dd95491bb12136248ed73070c0511d39c004
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ class ThePEGHadronizer : public ThePEGInterface {
// bool hadronize();

bool decay();
void resetEvent(const HepMC::GenEvent *e) // WHAT THE FUCK?!
{ genEvent.reset(const_cast<HepMC::GenEvent*>(e)); } // WTF^2
void resetEvent(HepMC::GenEvent *e) { genEvent.reset(e); } // WTF
bool residualDecay();
void finalizeEvent();

Expand Down

0 comments on commit c671df9

Please sign in to comment.