403 | | 6) Now we have to tell Delphes that we want these variables to appear in our final root tree. Store these variables in the Track objects by editing the !ProcessTracks method in modules/!TreeWriter.cc. Compile. |
| 403 | 6) Now we have to tell Delphes that we want these variables to appear in our final root tree. |
| 404 | {{{ |
| 405 | entry->T0 = (candidate -> T0)*1.0E-3/c_light; |
| 406 | entry->TF = (candidate -> TF)*1.0E-3/c_light; |
| 407 | entry->genT0 = (candidate -> genT0)*1.0E-3/c_light; |
| 408 | entry->genTF = (candidate -> genTF)*1.0E-3/c_light; |
| 409 | entry->ErrorT = (candidate -> ErrorT)*1.0E-3/c_light; |
| 410 | }}} |
| 411 | Store these variables in the Track objects by editing the !ProcessTracks method in modules/!TreeWriter.cc. Compile. |