ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/interface/TRootParticle.h
(Generate patch)

Comparing UserCode/Morgan/interface/TRootParticle.h (file contents):
Revision 1.3 by lethuill, Tue Nov 18 13:57:10 2008 UTC vs.
Revision 1.4 by lethuill, Wed Nov 19 19:03:16 2008 UTC

# Line 31 | Line 31 | public:
31          Int_t type() const  { return type_; }
32          Float_t charge() const  { return charge_; }
33  
34 <        // FIXME setVx, setVy and setVz must modify the TLorentzVector
34 >        // FIXME setVx, setVy and setVz must modify the TLorentzVector ?
35          void setVx(Double_t vx) { vertex_.SetX(vx); }
36          void setVy(Double_t vy) { vertex_.SetY(vy); }
37          void setVz(Double_t vz) { vertex_.SetZ(vz); }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines