- Jul 13, 2017
-
-
Stephen A. Wood authored
Gets rid of vars.push_back(RVarDef ... stuff Also do some whitespace cleanup
-
- Apr 03, 2017
-
-
Eric Pooser authored
-
- Mar 31, 2017
-
-
Eric Pooser authored
New parameters are added. hallc_replay of 3/31/2017 or later is needed. As of now, the size of the TClonesArray objects are hard-coded in the respective header files. This is not okay in the long run. Ideally, the size of the TClonesArrays should be defined by the parameter which dictates how many readout detectors exist for the respective detector. I tried doing this in the Init method however, podd complained regarding the size of the TClonesArrays in the DEF-file histograms. I was unsuccessful in my first attempt. This should be addressed in the future even though things work for now.
-
- Mar 08, 2017
-
-
hallc-online authored
Add array fADC_hit that is a flag if there is a hit in the ADC fADC_hit is set in Decode method The FADC has a threshold on accepting ADC hit Modified CoarseProcess method to eliminate old FASTBUS bias in the analysis
-
- Jan 30, 2017
-
-
Jure Bericic authored
The calls to `Find()` need to be wrapped in checks if returned pointer is null. Otherwise a further call to get value produces SegFault. The `LoadParmValues()` does not suffer from this, since it throws error if non-optional parameter is not found. The error message also tells which parameter is missing. I still left three calls to `Find()` in `THcAnalyzer.cxx`. They are wrapped in checks and some other things...
-
- Jan 28, 2017
-
-
Eric Pooser authored
-
- Jan 27, 2017
-
-
Jure Bericic authored
-
- Jan 19, 2017
-
-
Jure Bericic authored
-
- Jan 13, 2017
-
-
Jure Bericic authored
-
Jure Bericic authored
- Added new leafs to the hodoscope tree. - Added new leafs to the aerogel tree. - Added new leafs to cerenkov tree. - Added new leafs to the shower tree. Left all the old leafs in there. Will need a careful cleanup...
-
- Jan 12, 2017
-
-
Jure Bericic authored
This makes the code nicer and with less duplication in logic. Along with that I had to correct all the call sites to the RawHodoHit in all the classes that use it.
-
- Dec 15, 2016
-
-
Jure Bericic authored
-
- Dec 05, 2016
-
-
Eric Pooser authored
Don't check if UInt_t's are >=0 Remove unused/repeated variables Cast enums to Int_t in switch statements Initialize temp variables
-
- Nov 23, 2016
-
-
Stephen A. Wood authored
Otherwise InitHistlist doesn't have the detector map and can't do setup of reference time stuff or sanity checks on the detector mapping
-
- Nov 15, 2016
-
-
Jure Bericic authored
Some detector classes lacked the ability to get the appropriate Apparatus character and were only working for HMS.
-
- Sep 28, 2016
-
-
Stephen A. Wood authored
May want to use a hit class that doesn't inherit from THcHodoscope as the Cerenkov is not using Neg tubes or TDCs.
-
- May 18, 2016
-
-
Stephen A. Wood authored
-
- May 22, 2015
-
-
Zafar Ahmed authored
-
- Mar 10, 2015
-
-
Stephen A. Wood authored
Modify THcFormula and THcParmList to match changes to THaFormula (needed for reports) Small changes in THcInterface and detector classes for compatibility with new OO decoder and podd 1.6
-
- Feb 23, 2015
-
-
Stephen A. Wood authored
Don't start variables that are not member variables with f Declare temporary variables as locally as possible Remove some unused member variables from THcHodoscope.h
-
- Feb 04, 2015
-
-
Zafar Ahmed authored
-
- Jan 20, 2015
-
-
Stephen A. Wood authored
Declare loop variables in the for statement Go back to UInt_t for some variables Don't prefix non-member variables with f
-
Zafar Ahmed authored
Adds tests to THcHodoscope fiducial tracking efficiency Adds tests to THcCherenkov for Cerenkov efficiency
-
- Jan 16, 2015
-
-
Stephen A. Wood authored
For the most part this is making sure that the loop variable in a for loop is of the same type as the variable that it is compared against (Often a UInt_t).
-
- Jan 14, 2015
-
-
Stephen A. Wood authored
This reverts commit e9ce1040. Conflicts: src/THcHallCSpectrometer.cxx
-
- Jan 08, 2015
-
-
Stephen A. Wood authored
For the most part this is making sure that the loop variable in a for loop is of the same type as the variable that it is compared against (Often a UInt_t).
-
- Sep 04, 2014
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Use InitArrays method in THcCherenkov and THcAerogel Null out all array pointers in the InitArrays method and call that method from all constructors so that it is always safe to delete these arrays.
-
- Jan 30, 2014
-
-
Zafar authored
Class for an Cherenkov detector consisting of two PMT's. Fourth pull request. January 30 2014. No need to cahnge the Map file. New parameter hcer_tot_pmts = 2 is added to the hcana.param file This code is for the coarse process of THcCherenkov class. Names of all the variables are in lower case. Variable Name Description phototubes Nuber of Cherenkov photo tubes adc Raw ADC values adc_p Pedestal Subtracted ADC values npe Number of Photo electrons npesum Sum of Number of Photo electrons ncherhit Number of Hits(Cherenkov)
-
Zafar authored
We have added a new parameter hcer_tot_pmts = 2 in hcana.param file. It is equal to total number of PMTs in Cherenkov detector. With this update, the THcCherenkov coarse process is complete. We have Raw adc, pedestal subtracted adc, number of photo electrons and hits histograms in the output root file for gas Cherenkov detector.
-
- Jan 17, 2014
-
-
Stephen A. Wood authored
-
- 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.
-
- Nov 15, 2013
-
-
Zafar Ahmed authored
-