Skip to content

Commit

Permalink
commit correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Jan 27, 2015
1 parent 0181a82 commit f264160
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -13,6 +13,9 @@
#include "G4ReactionProductVector.hh"

class G4Fragment;
class G4HadFinalState;
class G4HadProjectile;
class G4Nucleus;

class CMSDummyDeexcitation : public G4VPreCompoundModel
{
Expand All @@ -22,8 +25,7 @@ class CMSDummyDeexcitation : public G4VPreCompoundModel

virtual ~CMSDummyDeexcitation() {};

// virtual G4HadFinalState * ApplyYourself(const G4HadProjectile & thePrimary,
// G4Nucleus & theNucleus);
G4HadFinalState* ApplyYourself(const G4HadProjectile&, G4Nucleus&) { return 0; }

G4ReactionProductVector* DeExcite(G4Fragment&) { return new G4ReactionProductVector(); };

Expand Down

0 comments on commit f264160

Please sign in to comment.