Changeset 43c646a in git
- Timestamp:
- Apr 17, 2014, 12:29:18 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- f2d7d0c
- Parents:
- c6321ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
rc6321ad r43c646a 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.