Changeset 7bcca65 in git
- Timestamp:
- Jun 2, 2016, 3:39:51 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 50edcdbf
- Parents:
- 9fb48ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
r9fb48ad r7bcca65 260 260 genDeltaZ = candidate->GenDeltaZ; 261 261 genSumPT2 = candidate->GenSumPT2; 262 263 x = candidate->Position.X 264 y = candidate->Position.Y 265 z = candidate->Position.Z 262 263 x = candidate->Position.X(); 264 y = candidate->Position.Y(); 265 z = candidate->Position.Z(); 266 266 t = candidate->Position.T()*1.0E-3/c_light; 267 267 … … 279 279 entry->GenDeltaZ = genDeltaZ; 280 280 entry->GenSumPT2 = genSumPT2; 281 281 282 282 entry->X = x; 283 283 entry->Y = y;
Note:
See TracChangeset
for help on using the changeset viewer.