- Jan 26, 2014
-
-
Edward Brash authored
-
- Jan 24, 2014
-
-
Edward Brash authored
SConstruct
-
- Jan 22, 2014
-
-
Edward Brash authored
-
Edward Brash authored
-
Edward Brash authored
-
Edward Brash authored
-
- Jan 17, 2014
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
- Jan 14, 2014
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Friend the detector classes that need access to the private members. May later want to use member functions to access the data.
-
- Jan 10, 2014
-
-
Edward Brash authored
-
Edward Brash authored
-
- Jan 03, 2014
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Was hardwired to HMS, so SOS was getting HMS hodoscope data.
-
- Dec 29, 2013
-
-
Zafar Ahmed authored
variables. Total photo electrons, total hits of adc 1, total hits of adc 2 and total hits. With this update we have transformed the FORTRAN code of file /engine/HTRACKING/h_trans_cer.f to /hcana/ser/THcCherenkov.cxx NOTE: The pedestal value in ENGINE is an integer but in hcana it is a flaoting number. So it changes the pedestal substracted vlues of adc 1 and adc 2 and the number of photo electrons of adc 1 and 2 by very small fraction. The difference of total photo electrons between ENGINE and hcana is not more than 0.005.
-
- Dec 28, 2013
-
-
Edward Brash authored
-
- Dec 19, 2013
-
-
Stephen A. Wood authored
Fix from Mark Jones with additional cleanup for saw's misunderstanding of space point criterion
-
Mark Jones authored
-
Stephen A. Wood authored
-
Edward Brash authored
Invoked with 'scons checkheaders=1' Also added cppcheck_report.txt to .gitignore
-
Stephen A. Wood authored
Compare wire coordinate, not wire number
-
- Dec 18, 2013
-
-
Edward Brash authored
-
- Dec 17, 2013
-
-
Stephen A. Wood authored
-
- Dec 16, 2013
-
-
Stephen A. Wood authored
THcDriftChamber::AddPlane didn't know if style was HMS, because style was only determined in Init. Now fHMSStyleFlag is set in only one place. Right now determined from spectrometer name, but could be a parameter in the future.
-
Mark Jones authored
Fix fStartTime=32. in THcHodoscope::Decode
-
Mark Jones authored
Modified ReadDatabase : Added fdebugstubchisq and Corrected fhdebugflagpr to be Int Added PrintDecode( void ) to print the drift chamber info in fHits Modified FindSpacePoints to use the proper PlaneInd and PlanePInd for HMS and SOS style chambers Changed THcDriftChamber::FindEasySpacePoint(Int_t yplane_hitind,Int_t yplanep_hitind) to THcDriftChamber::FindEasySpacePoint_HMS(Int_t yplane_hitind,Int_t yplanep_hitind) Added THcDriftChamber::FindEasySpacePoint_SOS(Int_t xplane_hitind,Int_t xplanep_hitind) commented out many fhdebugflagpr output statements
-
Mark Jones authored
With fdebugprintdecodeddc call Chambers[i]->PrintDecode() to output the drift chamber info after min/max time cuts Added PrintSpacePoints() With fdebugprintdecodeddc call PrintSpacePoints() to output drift chmaber spacepoint info
-
- Dec 12, 2013
-
-
Stephen A. Wood authored
-
Stephen Wood authored
Should compare (pindex1%2), not pindex1, to determine evenness.
-
- Dec 10, 2013
-
-
Stephen A. Wood authored
Parameters are retrieved in THcHallCSpectrometer::ReadDatabase Geometry information saved with SetCentralAngles and fPointOffset.SetXYX
-
Stephen A. Wood authored
Geometry calculations broken into separate method so that we don't have to read db_run.dat
-
Edward Brash authored
-
- Dec 06, 2013
-
-
Stephen Wood authored
Add SOS analysis to example script
-
- Dec 05, 2013
-
-
Stephen A. Wood authored
general.param - include SOS parameter for most devices hcana.param - add sos versions of previous hardwired parameters db_run.dat - put in an angle and mometum for SOS output.def - include sos detectors in root tree hodtest.C - Add SOS spectrometer and some of its detectors
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
- Dec 03, 2013
-
-
Mark K Jones authored
Untested SOS tracking code. New flag fHMSStyleChambers to determine if HMS or SOS style tracking should be done. Flag is set on if the spectrometer name begins with 'h'.
-
- Dec 02, 2013
-
-
Edward Brash authored
Invoked with 'scons checkheaders=1' Also added cppcheck_report.txt to .gitignore
-
Stephen A. Wood authored
THcDriftChamber New flag fHMSStyleChambers to determine if HMS or SOS style tracking should be done. Flag is set on if the spectrometer name begins with 'h'. THcDriftChamber::LeftRight fSmallAngleApprox must be set and fHMSStyleChambers must be off to do SOS style. If not HMS style, ignore all the Yplane optimizations THcDC SOS code does "project to chamber" in link stubs. Need to evaluate if this is necessary, or if HMS style should also do it.
-