Changeset fbad4c7 in git for classes/DelphesClasses.cc
- Timestamp:
- May 24, 2018, 9:12:31 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 4689481
- Parents:
- 4fd4f01 (diff), 792092a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
r4fd4f01 rfbad4c7 125 125 Flavor(0), FlavorAlgo(0), FlavorPhys(0), 126 126 BTag(0), BTagAlgo(0), BTagPhys(0), 127 TauTag(0), Eem(0.0), Ehad(0.0),127 TauTag(0), TauWeight(0.0), Eem(0.0), Ehad(0.0), 128 128 DeltaEta(0.0), DeltaPhi(0.0), 129 129 Momentum(0.0, 0.0, 0.0, 0.0), … … 280 280 object.BTagPhys = BTagPhys; 281 281 object.TauTag = TauTag; 282 object.TauWeight = TauWeight; 282 283 object.Eem = Eem; 283 284 object.Ehad = Ehad; … … 404 405 BTagPhys = 0; 405 406 TauTag = 0; 407 TauWeight = 0.0; 406 408 Eem = 0.0; 407 409 Ehad = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.