Skip to content
Snippets Groups Projects
Commit 1d72890b authored by Floris Keizer's avatar Floris Keizer
Browse files

Histogram updates for timing studies.

parent 07f5d015
Branches utvec_fixes
No related tags found
No related merge requests found
......@@ -126,17 +126,32 @@ namespace Rich
Gaudi::Property< RadiatorArray<float> > m_ckResRange
{ this, "CKResHistoRange", { 0.025f, 0.005f, 0.0025f } };
/// Histogram ranges for timeExRich @ detector
Gaudi::Property< RadiatorArray<double> > m_timeExRichLow
{ this, "TimeExRichHistoLowerLimit", { 0., 9.6, 20. } };
Gaudi::Property< RadiatorArray<double> > m_timeExRichHigh
{ this, "TimeExRichHistoHigherLimit", { 100., 9.8, 22. } };
/// Histogram ranges for time @ detector
Gaudi::Property< RadiatorArray<double> > m_timeLowMPV
{ this, "TimePVHistoLowerLimit", { 0., 12.95, 52.5 } };
Gaudi::Property< RadiatorArray<double> > m_timeHighMPV
{ this, "TimePVHistoHigherLimit", { 20., 13.15, 53.5 } };
/// Histogram ranges for time @ detector
Gaudi::Property< RadiatorArray<double> > m_timeLowMPVw
{ this, "TimePVHistoLowerLimitw", { 0., 0, 40.5 } };
Gaudi::Property< RadiatorArray<double> > m_timeHighMPVw
{ this, "TimePVHistoHigherLimitw", { 20., 25., 65.5 } };
/// Histogram ranges for time @ detector
Gaudi::Property< RadiatorArray<double> > m_timeLow
{ this, "TimeHistoLowerLimit", { 0., 12., 52. } };
{ this, "TimeHistoLowerLimit", { 0., 0.53, 40.44 } };
Gaudi::Property< RadiatorArray<double> > m_timeHigh
{ this, "TimeHistoHigherLimit", { 20., 14., 54. } };
{ this, "TimeHistoHigherLimit", { 25., 25.53, 65.44 } };
Gaudi::Property< RadiatorArray<double> > m_timeLowWide
{ this, "TimeHistoWideLowerLimit", { 0., -50., -50. } };
// { this, "TimeHistoWideLowerLimit", { 0., 0., 20. } };
{ this, "TimeHistoWideLowerLimit", { 0., 0., 20. } };
Gaudi::Property< RadiatorArray<double> > m_timeHighWide
{ this, "TimeHistoWideHigherLimit", { 25., 100., 100. } };
// { this, "TimeHistoWideHigherLimit", { 25., 50., 80. } };
{ this, "TimeHistoWideHigherLimit", { 25., 50., 80. } };
Gaudi::Property< RadiatorArray<double> > m_xLow
{ this, "xLow", { 0., -700., 3500. } };
......@@ -161,12 +176,6 @@ namespace Rich
Gaudi::Property< RadiatorArray<double> > m_trackPhotonPathHigh
{ this, "PathHistoHigherLimit", { 3000., 3910., 18000. } };
// Histogram ranges for time @ origin
Gaudi::Property< RadiatorArray<double> > m_timeOrigin
{ this, "TimeHistoOrigin", { 2., 2., 2. } };
Gaudi::Property< RadiatorArray<double> > m_timeOriginWide
{ this, "TimeHistoOriginWide", { 10., 10., 10. } };
// Histogram ranges for momentum
Gaudi::Property< RadiatorArray<double> > m_momentumHigh
{ this, "MomentumHigh", { 100000., 100000., 100000. } };
......
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