ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/GenParticleStruct.cc
(Generate patch)

Comparing UserCode/FGolf/Tools/GenParticleStruct.cc (file contents):
Revision 1.1 by fgolf, Wed Feb 8 05:43:55 2012 UTC vs.
Revision 1.3 by fgolf, Mon May 28 22:00:22 2012 UTC

# Line 1 | Line 1
1   #include "GenParticleStruct.h"
2  
3 < genParticleStruct::genParticleStruct(int id, unsigned int idx, float pt, int did, unsigned int didx, float dpt) :
4 <    id_(id), idx_(idx), pt_(pt), did_(did), didx_(didx), dpt_(dpt)
3 > GenParticleStruct::GenParticleStruct(int id, unsigned int idx, float pt, float eta, int did, unsigned int didx, float dpt, float deta) :
4 >    id_(id), idx_(idx), pt_(pt), eta_(eta), did_(did), didx_(didx), dpt_(dpt), deta_(deta)
5   {}
6 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines