Fork me on GitHub

Changeset 4ac0049 in git for modules/TimeSmearing.cc


Ignore:
Timestamp:
Jan 24, 2020, 3:51:00 PM (5 years ago)
Author:
Kaan Yüksel Oyulmaz <kaanyukseloyulmaz@…>
Branches:
Timing
Children:
79a7b3e
Parents:
6049672
Message:

VertexFinderDA4D.cc module is cleaned from graphs, FCChh_PileUpVtx.tcl card, PileUpSubtractor4D.cc and TimeSmearing.cc were updated in meeting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TimeSmearing.cc

    r6049672 r4ac0049  
    125125      candidate = static_cast<Candidate*>(candidate->Clone());  // I am not sure that we need these lines !!!
    126126      candidate->AddCandidate(mother);
    127       candidate->InitialPosition.SetT((100+ti)*1.0E3*c_light);
     127      candidate->InitialPosition.SetT((100+ti)*1.0E3*c_light);  // Dummy Value, correct value will be computed by VertexFinderDA4D
    128128      candidate->Position.SetT(tf_smeared*1.0E3*c_light);
    129129      candidate->ErrorT = timeResolution*1.0E3*c_light;
Note: See TracChangeset for help on using the changeset viewer.