Page MenuHomeHEPForge

D82.1759161812.diff
No OneTemporary

Size
415 B
Referenced Files
None
Subscribers
None

D82.1759161812.diff

diff --git a/EvtGenBase/EvtDecayProb.hh b/EvtGenBase/EvtDecayProb.hh
--- a/EvtGenBase/EvtDecayProb.hh
+++ b/EvtGenBase/EvtDecayProb.hh
@@ -33,11 +33,9 @@
double getProb() { return _prob; }
inline void setWeight( double weight ) { _weight = weight; }
- virtual ~EvtDecayProb() {}
-
private:
- double _prob;
- double _weight;
+ double _prob {1.0};
+ double _weight {1.0};
};
#endif

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 29, 5:03 PM (19 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6540626
Default Alt Text
D82.1759161812.diff (415 B)

Event Timeline