- Jan 29, 2018
-
-
sanghwapark authored
-
- Jan 27, 2018
-
-
hallc-online authored
1) add error message if Time between sucessive reads is zero. This should never happen. 2) Add the event number of that scaler read to the Scaler root tree The tree variable is evNumber
-
- Jan 22, 2018
-
-
hallc-online authored
Added a check that fDeltatime>0 when calculating charge and current.
-
- Jan 12, 2018
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
For a TrigDet associated with one spectrometer, call SetSpectName so that H.present or P.present can be found. For coin TrigDet, supply a list of event types for which warnings should be suppressed.
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Other missing energy def name changed to emiss_nuc Get secondary particle mass from the parameter DB instead of the spectrometer object
-
Stephen A. Wood authored
-
- Jan 09, 2018
-
-
Melanie Cardona authored
Switched X and Y rasters to make them consistent with epics left-handed coordinate system, and changed sign of x in fDirection() to make the beam position a right-handed system
-
- Jan 05, 2018
-
-
Stephen A. Wood authored
Don't use prefix to construct name
-
- Dec 20, 2017
-
-
Stephen A. Wood authored
It was a stupid idea
-
- Dec 18, 2017
-
-
Melanie Cardona authored
Edited CalculatePedestals() method to correctly fill rasters, and corrected typos in fYA_ADC and fXB_ADC when calculating the currents
-
- Dec 14, 2017
-
-
Stephen A. Wood authored
The Event handler can now be given any name. (Only one THcConfigEvtHandler should be instatiated.) Also: THcConfigEventHandler clears CrateInfoMap on Init. THcHitList caches FADC config on first event
-
- Dec 13, 2017
-
-
Brad Sawatzky authored
Add _ti_ps_factors[] array with prescale factors computed from exponents
-
Brad Sawatzky authored
-
- Dec 12, 2017
-
-
Stephen A. Wood authored
-
- Dec 11, 2017
-
-
Stephen A. Wood authored
-
- Dec 09, 2017
-
-
hallc-online authored
Add variable for the difference between the Hodoscope start time and the ADC pulse time. Select good adc hit based on window on this difference
-
hallc-online authored
Have variables fGoodPosAdcTdcDiffTime and fGoodNegAdcTdcDiffTime which are the difference between TDC time and ADC pulse time Replace ADC pulse time cut with cut on difference between TDC time and ADC pulse time to select good ADC pulse.
-
hallc-online authored
Eliminate cut on fStartTimeCenter in selecting good focal plane times.
-
- Dec 08, 2017
-
-
hallc-online authored
Add code for doing the vertical target position correction to the optics.
-
hallc-online authored
Fix mistake of add target offsets twice. Fix mistake in units for the HMS Q3 correction
-
- Dec 06, 2017
-
-
hallc-online authored
Add in offsets for xptar, yptar and delta Add in delta correction as function of xpfp and central momentum for HMS. This corrects for a problem in setting Q3 current. There was an unknown zero offset in the Q3 current. This was determined by T. Horn in 2003.
-
Stephen A. Wood authored
To do this suppression, a trigger detector object needs to know the name of spectrometer it is associated with. By default it will get this name from the first character of the it's own name. This can be overridden with the SetSpectName method.
-
Stephen A. Wood authored
Each detector object will check the global variable X.present each event. If X.present is false, it indicates that the parent spectrometer object determineted that this spectrometer is not in this event, and therefor reference times are not expected. If X.present is false, then the reference time warning messages will be suppressed.
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
- Dec 05, 2017
-
-
Stephen A. Wood authored
-
Edward Brash authored
-
Vardan Tadevosyan authored
-
- Dec 04, 2017
-
-
Mark Jones authored
Add ability to cut on number of PE in Cherenkov when dumping events for TOF calibration Add parameter fTOFCalib_cer_lo Add ability to cut on track beta when dumping events for TOF calibration Add parameter fTOFCalib_beta_lo and fTOFCalib_beta_hi Parameters are optional. Default set to kBig or -kBig THere was already a possible cut on Shower energy/momentum
-
- Dec 02, 2017
-
-
Mark Jones authored
Moved filling of fNRegions from parameter to before the fRegionValue array is defined. The code had been using default fNRegions=4 regardless of vaule of h_num_regions in parameter file.
-
Mark Jones authored
Add leaf dc.chisq which is the chisquared/dof of the golden track.
-
- Nov 30, 2017
-
-
Mark Jones authored
Add rawnorefcorrtime to THcDCHit which is the TDC raw without the reference time subtraction. Add variable rawnorefcorrtdc in THcDriftChamberPlane::DefineVariables Modify THcDriftChamberPlane::ProcessHits to call GetRawTdcHit().GetTimeRaw and call THcDCHit with new extra argument for raw time without reference time subtraction.
-
Eric Pooser authored
-
Mark Jones authored
-
Mark Jones authored
-
Mark Jones authored
Modified so that the fGoodPosAdcPulseTime, fGoodNegAdcPulseTime or fGoodAdcPulseTime is set to kBig Modified THcShowerRawHit::SetReference to takeADC signals Modified THcTrigRawHit::SetReference to take ADC signals Modified THcShowerArray::ProcessHits so that fAdcTdcOffset add to frAdcPulseTime Modified THcShowerArray::ReadDatabase so that defaults for fAdcThreshold etc are before gHcParms->LoadParmValues
-
Stephen A. Wood authored
This is because it is offsetting PulseTime which is double and to be consistent with the other detectors.
-
Stephen A. Wood authored
-