- Dec 20, 2018
-
-
Stephen A. Wood authored
-
- Jul 19, 2018
-
-
Stephen A. Wood authored
Set hodoscopes to standard ADC mode for example hodtest.C script badcraw_pos and badcraw_neg always true if not Dynamic pedestal mode Don't crash in hodoscope if there is no Cherenkov.
-
- Apr 24, 2018
-
-
Stephen A. Wood authored
Will correct sync problems in d(e,e'p) run coin_all_3302.dat and SIDIS run coin_all_3621.dat. To correct 3621, run slipstudy.C as is. To correct 3302, change kTRUE to kFALSE in the line: synccheck->SetResync(kTRUE);
-
- Mar 23, 2018
-
-
Stephen A. Wood authored
Usual trigger time offsets for the 3 FADC crates are set in slipstudy.C
-
- Nov 06, 2017
-
-
Stephen A. Wood authored
This will add the Hall C parameter DB (gHCParms) to the Run_Data object The GetHCParms method will retrieve the parameter DB
-
- Aug 31, 2017
-
-
Stephen A. Wood authored
-
- Aug 18, 2017
-
-
Stephen A. Wood authored
So that hodtest.C keeps working
-
- Jul 21, 2017
-
-
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.
-
- 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 02, 2017
-
-
Stephen A. Wood authored
-
- Apr 06, 2017
-
-
Stephen A. Wood authored
New required Cerenkov and Aerogel parameters in hcana.def cuts and output.def updates remove now unsupported mirror efficiencies from report.template
-
- Feb 26, 2017
-
-
Stephen A. Wood authored
Used by hodtest.C example (for old HMS data)
-
- Jan 31, 2017
-
-
Stephen A. Wood authored
-
- Jan 30, 2017
-
-
Stephen A. Wood authored
to account for changes to Cerenkov class
-
- Dec 15, 2016
-
-
Jure Bericic authored
-
- Nov 15, 2016
-
-
Stephen A. Wood authored
-
- Nov 06, 2016
-
-
Mark Jones authored
in THcDrifthChamberPlane::DefineVariable and output.def
-
- Nov 01, 2016
-
-
Stephen A. Wood authored
Default is to use new "invadc" parameters. Use old style by setting Xtofusinginvadc=0
-
- Oct 28, 2016
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Lot's of changes to THcScintillator::ProcessHits THcHodoscope::EstimateFocalPlaneTimes THcHodoscope::FineProcess
-
- Oct 19, 2016
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
- Oct 14, 2016
-
-
Stephen A. Wood authored
-
- Sep 28, 2016
-
-
Stephen A. Wood authored
-
- Mar 30, 2016
-
-
Stephen A. Wood authored
-
- Mar 23, 2016
-
-
Stephen A. Wood authored
Rename ScalerLoc so it doesn't conflict with class of same name in podd Ignore .pcm files Makefile does version check for root 6 Address warnings in hodtest.C
-
- Jan 25, 2016
-
-
Stephen A. Wood authored
-
- Sep 10, 2015
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
- Sep 04, 2015
-
-
Stephen A. Wood authored
Fix fptime formulae in output.def Remove unused parameter from THcHodoEff Remove undefined parameter from report.def
-
- Jul 31, 2015
-
-
Stephen A. Wood authored
-
- Feb 23, 2015
-
-
Stephen A. Wood authored
H.hod.hgoodstarttime -> H.hod.goodstarttime
-
Vardan Tadevosyan authored
calorimeter.
-
Vardan Tadevosyan authored
negative side PMT signals from the HMS and SOS calorimeters. Changes in the Ycor method of the THcShower class, and in examples/PARAM/hcana.param input file.
-
- Feb 13, 2015
-
-
Zafar authored
Minimm value of normalized energy fNormETot and minum value of number of cherenkov photo electrons, fNCerNPE, is added to parameter files for the calculation good scintillator event for tracking efficiency. They are optional parameters fScinShould and fScinDid are set to 0 or 1 and only incrmented when Shower and Cerenkov detectors are setup.
-
- Feb 11, 2015
-
-
Zafar authored
If calorimeter and cherenkov is not added to SOS or HMS then it prints a warning message and does not calcualte the efficiency for that spectrometer. Minimm value of normalized energy and minum value of number of cherenkov photo electrons is added to parameter files for the calculation of tracking efficiency.
-
- Feb 10, 2015
-
-
Stephen A. Wood authored
Variable found in a report template is first tested to see if it is a Hall C style parameter (in gHcParms). If not, then tested to see if it is a global variable (in gHaVars).
-
- Feb 03, 2015
-
-
Zafar Ahmed authored
-
Vardan Tadevosyan authored
Clean up THcShower.h and THcShower.cxx. typedef vector<THcShowerHit*> THcShowerHitList by typedef set<THcShowerHit*> THcShowerHitList. Remove inheritance of class THcShowerCluster from THcShowerHitList. Define THcShowerCluster as THcShowerHitList, aka set<THcShowerHit*>. Remove inheritance of class THcShowerClusterList from THcShClusterList, a.k.a. vector<THcShowerCluster*> container. Define THcShowerClusterList as vector<THcShowerCluster*>. Rename THcShowerHitSet by THcShowerHitList. Rename HitList (related to the HMS calorimeter) to HitSet. Add operator< in THcShowerHit class, in order to have THcShowerHitSet objects to be properly sorted.
-