Changeset 1384 in svn for trunk/classes/DelphesClasses.cc
- Timestamp:
- Apr 17, 2014, 12:29:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/DelphesClasses.cc
r1380 r1384 111 111 Momentum(0.0, 0.0, 0.0, 0.0), 112 112 Position(0.0, 0.0, 0.0, 0.0), 113 Dxy(0),SDxy(0),Xd(0),Yd(0),Zd(0),114 113 Area(0.0, 0.0, 0.0, 0.0), 114 Dxy(0), SDxy(0), Xd(0), Yd(0), Zd(0), 115 115 NCharged(0), 116 116 NNeutrals(0), … … 222 222 object.Momentum = Momentum; 223 223 object.Position = Position; 224 object.Area = Area; 224 225 object.Dxy = Dxy; 225 226 object.SDxy = SDxy; … … 227 228 object.Yd = Yd; 228 229 object.Zd = Zd; 229 object.Area = Area;230 230 231 231 object.NCharged = NCharged;
Note:
See TracChangeset
for help on using the changeset viewer.