Skip to content

Commit

Permalink
Rename EVTGEN.DEC to DECAY.DEC (#417)
Browse files Browse the repository at this point in the history
* bugfix in EvtGen decay

* renamed EVTGEN.DEC to DECAY.DEC

* renamed EVTGEN.DEC to DECAY.DEC

* remove hard coded link to DECAY file

* remove space
  • Loading branch information
clementhelsens authored Nov 2, 2020
1 parent 2fd166d commit 2a8b0d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Generation/src/components/PythiaInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class PythiaInterface : public GaudiTool, virtual public IHepMCProviderTool {

Gaudi::Property<bool> m_doEvtGenDecays{this, "doEvtGenDecays", false,
"Do decays with EvtGen"};
Gaudi::Property<std::string> m_EvtGenDecayFile{this, "EvtGenDecayFile", "Generation/data/EVTGEN.DEC",
Gaudi::Property<std::string> m_EvtGenDecayFile{this, "EvtGenDecayFile", "Generation/data/DECAY.DEC",
"Name of the global EvtGen Decay File"};
Gaudi::Property<std::string> m_UserDecayFile{this, "UserDecayFile", "",
"Name of the EvtGen User Decay File"};
Expand Down

0 comments on commit 2a8b0d7

Please sign in to comment.