Changeset 588 in svn
- Timestamp:
- Apr 30, 2012, 9:58:33 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/PdgParticle.h
r534 r588 45 45 PdgParticle(const PdgParticle& p); 46 46 PdgParticle& operator=(const PdgParticle& p); 47 ~PdgParticle() {};47 virtual ~PdgParticle() {}; 48 48 long int pid() const {return _pid;}; 49 49 float mass() const {return _mass;}; … … 69 69 PdgTable(const PdgTable& table); 70 70 PdgTable& operator=(const PdgTable& table); 71 ~PdgTable(){};71 virtual ~PdgTable(){}; 72 72 void insert(const long int pid, const PdgParticle &p); 73 73 void print() const;
Note:
See TracChangeset
for help on using the changeset viewer.