Fork me on GitHub

Changeset 043e5b3 in git


Ignore:
Timestamp:
Dec 13, 2017, 6:29:20 PM (7 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
56c5ca0
Parents:
08fe3d2
git-author:
Michele Selvaggi <michele.selvaggi@…> (12/13/17 18:29:20)
git-committer:
GitHub <noreply@…> (12/13/17 18:29:20)
Message:

Update TimeSmearing.cc

Smear final time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TimeSmearing.cc

    r08fe3d2 r043e5b3  
    108108    tf_smeared = gRandom->Gaus(tf, fTimeResolution);
    109109    ti = ti + tf_smeared - tf;
    110 
     110    tf = tf_smeared;
     111   
    111112    mother = candidate;
    112113    candidate = static_cast<Candidate*>(candidate->Clone());
Note: See TracChangeset for help on using the changeset viewer.