Skip to content
Snippets Groups Projects
Commit c9dcf9b4 authored by Gitlab CI's avatar Gitlab CI Committed by Saverio Mariani
Browse files

Fixed formatting

patch generated by https://gitlab.cern.ch/lhcb/Allen/-/jobs/53638998
parent 08c5ac8f
No related branches found
No related tags found
No related merge requests found
Pipeline #11332156 waiting for manual action
......@@ -17,9 +17,9 @@ namespace BeamlinePVConstants {
static constexpr float zmax = 307.f; // unit: mm Max z position of vertex seed
static constexpr int Nbins =
3392; // nubmer of bins in the histogram. Make sure that Nbins = (zmax-zmin)/dz and a multiple of 32
static constexpr float dz = 0.25f; // unit: mm Z histogram bin size
static constexpr float pp_maxTrackZ0Err = 1.5f; // unit: mm "Max z0-error for adding track to histo" for pp
static constexpr float SMOG2_maxTrackZ0Err = 10.f; // unit: mm "Max z0-error for adding track to histo" for SMOG2
static constexpr float dz = 0.25f; // unit: mm Z histogram bin size
static constexpr float pp_maxTrackZ0Err = 1.5f; // unit: mm "Max z0-error for adding track to histo" for pp
static constexpr float SMOG2_maxTrackZ0Err = 10.f; // unit: mm "Max z0-error for adding track to histo" for SMOG2
static constexpr float SMOG2_pp_separation = -334.0f; // unit: mm separation between pp and SMOG2 regions
} // namespace Common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment