- Timestamp:
- Apr 16, 2014, 4:08:33 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 9687203
- Parents:
- 64a4950
- Location:
- classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
r64a4950 ra0431dc 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; -
classes/DelphesClasses.h
r64a4950 ra0431dc 349 349 Float_t ZOuter; // track position (z component) at the tracker edge 350 350 Float_t TOuter; // track position (z component) at the tracker edge 351 352 Float_t Dxy; // track signed transverse impact parameter 353 Float_t SDxy; // signed error on the track signed transverse impact parameter 354 Float_t Xd; // X coordinate of point of closest approach to vertex 355 Float_t Yd; // Y coordinate of point of closest approach to vertex 356 Float_t Zd; // Z coordinate of point of closest approach to vertex 351 357 352 358 TRef Particle; // reference to generated particle … … 444 450 445 451 TLorentzVector Momentum, Position, Area; 452 453 Float_t Dxy; 454 Float_t SDxy; 455 Float_t Xd; 456 Float_t Yd; 457 Float_t Zd; 446 458 447 459 // PileUpJetID variables
Note:
See TracChangeset
for help on using the changeset viewer.