- Aug 31, 2017
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Stephen Wood authored
Update podd version
-
Stephen A. Wood authored
Adds support for #include directives in output definition files Decoders for CAEN 775 and 792 modules
-
- Aug 29, 2017
-
-
bduran authored
-
- Aug 25, 2017
-
-
hallc-online authored
This method calculates the target quantities using the focal plane quantities and the optics matrix. Previously this was done in THcHallCSpectrometer::FindVertices. Now in THcHallCSpectrometer::FindVertices there is a call to CalculateTargetQuantities This method will be called by THcExtTarCor to do the xtar correction.
-
hallc-online authored
Fixed minor bug FindStub was using the uncorrected drift distance from the hit object that was not corrected in CorrectHitTimes method. Need to use the corrected drift distance that with the spacepoint Hit structure
-
- Aug 18, 2017
-
-
Stephen A. Wood authored
So that hodtest.C keeps working
-
Mark K Jones authored
Modify THcScintillatorPlane::Clear
-
hallc-online authored
Change per event initialization of Good TDC quantities from zero to kBig.
-
- Aug 01, 2017
-
-
Ryan Ambrose authored
-
Ryan Ambrose authored
-
- Jul 28, 2017
-
-
Eric Pooser authored
-
- Jul 27, 2017
-
-
Stephen A. Wood authored
Use pointer to event from evdata->GetRawDataBuffer() instead of making a local copy of the event before scanning it for scaler data
-
Stephen A. Wood authored
-
Stephen A. Wood authored
There was already an AddEvtType in the base class. Should use SetEvtType to set the event type. If the handler is to look for more than one event type, use AddEvtType for the extra event types.
-
- Jul 26, 2017
-
-
hallc-online authored
**This class calculates kinematic variables related to the secondary (hadron) detected particle
-
- Jul 25, 2017
-
-
Mark K Jones authored
Fix bug introduced in THcHallCSpectrometer::FineProcess
-
hallc-online authored
When making changes to support THcPrimaryKine added line track->SetEnergy which set the track energy to energy determined from measurement of spectrometer delta. But this energy should be the energy measured by the Shower calorimeter. Deleted the line in THcHallCSpectrometer since it is not needed anyway.
-
Mark K Jones authored
Add THcPrimaryKine and modified THcHallCSpectrometer
-
hallc-online authored
Add class THcPrimaryKine to calculate physics kinematics quantities for single arm Modified THcHallCSpectrometer so that it would fill track energy and momentum 3 vector
-
- Jul 21, 2017
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
An example GUI to display the periodic report during the analysis is included. (rustats.tcl). The commands to startup the GUI are in hodtest.C, but commented out.
-
Stephen A. Wood authored
-
- Jul 19, 2017
-
-
Stephen A. Wood authored
-
- Jul 17, 2017
-
-
Stephen A. Wood authored
Also use root 6
-
Stephen A. Wood authored
-
- Jul 13, 2017
-
-
Stephen A. Wood authored
Gets rid of vars.push_back(RVarDef ... stuff Also do some whitespace cleanup
-
- Jul 12, 2017
-
-
Stephen A. Wood authored
-
- Jul 11, 2017
-
-
Eric Pooser authored
This is so that hodoscope paddles in Eve are illuminated
-
Vardan Tadevosyan authored
the best track.
-
Vardan Tadevosyan authored
-
- Jun 30, 2017
-
-
Carlos Yero authored
-
- Jun 29, 2017
-
-
Carlos Yero authored
-Changed the name of a Good tdc variables -Added all good adc and tdc variables modified: src/THcScintillatorPlane.cxx modified: src/THcScintillatorPlane.h
-
- Jun 22, 2017
-
-
Stephen A. Wood authored
-
Deepak Bhetuwal authored
example: -fTotNumPosAdcHits (raw hodo+ multiplicity) -fTotNumNegAdcHits (raw hodo- multiplicity) -fTotNumAdcHits (raw hodo multiplicity) Indentation cleanup
-
Ak1508 authored
Added to THcScintillatorPlane.h Initialize and clear in THcScintillatorPlane.cxx Add raw multiplicities for ADCs and TDCs
-
Ak1508 authored
-
- Jun 19, 2017
-
-
Stephen A. Wood authored
With this commit, db_run.dat is not needed in hcana If THcRunParms is used, hcana will get the beam momentum from the parameter "gpbeam" instead of db_run.dat. To use, use the THaRun::SetRunParamClass method to set the run parameter class to "THcRunParameters". THaRun* run = new THaRun(RunFileName); run->SetRunParamClass("THcRunParameters");
-
- Jun 15, 2017
-
-
Stephen A. Wood authored
-