Fork me on GitHub

Changeset f7493c9 in git


Ignore:
Timestamp:
Jul 18, 2017, 12:52:35 PM (7 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
2da4b62
Parents:
e3938bb
Message:

fixed eta,phi smearing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/DenseTrackFilter.cc

    re3938bb rf7493c9  
    111111
    112112  // Eta x Phi smearing to be applied
    113   fEtaPhiRes = GetBool("EtaPhiRes", 0.005);
     113  fEtaPhiRes = GetDouble("EtaPhiRes", 0.005);
    114114
    115115  fTrackInputArray = ImportArray(GetString("TrackInputArray", "ParticlePropagator/tracks"));
Note: See TracChangeset for help on using the changeset viewer.