- 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
-
Stephen A. Wood authored
Also use wildcard to make SRC list of sources
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Edward Brash authored
autogeneration of src/HallC_LinkDef.h - all using SCons
-
Mark K Jones authored
Eliminate print statement for tzero per wire in THcDriftChamberPlane:…
-
Abishek Karki authored
-
- Jun 12, 2017
-
-
Mark K Jones authored
Fix mistake in THcScintillatorPlane::ProcessHits
-
Deepak Bhetuwal authored
Accidentally deleted line btdcraw_pos = kTRUE; in previouse commit
-
- Jun 02, 2017
-
-
Stephen A. Wood authored
-
- May 30, 2017
-
-
Ak1508 authored
-Added fAdcTimeWindow Min/Max to THcHodoscope.cxx (.h) -Added fAdcTimeWindow Min/Max to THcScintillatorPlane.cxx (.h) -Initialized loop over number of hits inside the FillDynamic_Pedestal() method -added some variables in the THcScintillatorPlane.cxx Dynamic Pedestal Method -Added loop over adc_pos and adc_neg hits, and required the hits to fall within fAdcTimeWindow Min/Max -Added the requirement of at least a valid (adc && tdc) on either end of a bar -re-defined boolean operator for adc_pos/adc_neg to be True if they passed the errorflag and timeCUT requirements in the fADC_Dynamic Pedestal method. -- deleted adc_pos/neg initial definitions, and set their initial values to -999.
-
https://github.com/Yero1990/hcanaMark Jones authored
Merge branch 'shms_presh_develop' of https://github.com/Yero1990/hcana into Yero1990-shms_presh_develop
-
- May 27, 2017
-
-
Mark Jones authored
-
Carlos Yero authored
Add "Good" variables to calorimeter class occupancies and multiplicities required to pass time and threshold cut Change some variables from arrays to vectors Modify how thresholds are calculated Remove obsolete variables: posadchits, negadchits Add flash adc debug flag Correctly delete pointers in destructor
-