Changeset 1367 in svn for trunk/classes/DelphesClasses.cc
- Timestamp:
- Apr 16, 2014, 4:08:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/DelphesClasses.cc
r1361 r1367 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), 113 114 Area(0.0, 0.0, 0.0, 0.0), 114 115 NCharged(0), … … 216 217 object.Momentum = Momentum; 217 218 object.Position = Position; 219 object.Dxy = Dxy; 220 object.SDxy = SDxy; 221 object.Xd = Xd; 222 object.Yd = Yd; 223 object.Zd = Zd; 218 224 object.Area = Area; 219 225 … … 270 276 Position.SetXYZT(0.0, 0.0, 0.0, 0.0); 271 277 Area.SetXYZT(0.0, 0.0, 0.0, 0.0); 272 278 Dxy = 0.0; 279 SDxy = 0.0; 280 Xd = 0.0; 281 Yd = 0.0; 282 Zd = 0.0; 273 283 NCharged = 0; 274 284 NNeutrals = 0;
Note:
See TracChangeset
for help on using the changeset viewer.