- Feb 23, 2015
-
-
Vardan Tadevosyan authored
calorimeter.
-
Vardan Tadevosyan authored
-
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 19, 2015
-
-
Stephen A. Wood authored
-
- Feb 18, 2015
-
-
Stephen A. Wood authored
-
- Feb 13, 2015
-
-
Mark K Jones authored
-
Mark Jones authored
-
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.
-
Zafar authored
-
Zafar authored
-
Zafar authored
This file was missing.
-
Zafar authored
-
- Feb 12, 2015
- 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.
-
Stephen A. Wood authored
-
Zafar authored
-
- 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 04, 2015
-
-
Zafar Ahmed authored
-
Zafar Ahmed authored
-
Zafar Ahmed authored
Move some stuff outside of # tracks > 0 test
-
- Feb 03, 2015
-
-
Zafar Ahmed authored
-
Vardan Tadevosyan 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.
-
- Jan 28, 2015
-
-
Stephen A. Wood authored
-
- Jan 21, 2015
-
-
Mark K Jones authored
Modified THcShower and THcHallCSpectrometer
-
- Jan 20, 2015
-
-
Mark Jones authored
THcHallCSpectrometer inherits from THaSpectrometer which has method GetPcentral and a member fPcentral. THcHallCSpectrometer had been using fPCentral but decided to use fPcentral. Delete fPCentral in THcHallCSpectrometer.h Replace all fPCentral by fPcentral in ReadDatabase and FindVertices methods.
-
Mark Jones authored
Add variable fEtot= the total energy of the calorimeter which is calculated in Decode method Add variable fEtotnorm= the total energy of the calorimeter divided by central spectrometer which is calculated in Decode method Add both to DefineVariables list as etot and etotnorm
-
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
-
-
Vardan Tadevosyan authored
State neighbours hits in a row separated by single block in THcShower::IsNeighbour method. This allows for inclusion of a stand alone hit of low energy deposition (presumably coming from noise in a channel) into a big cluster, hence reducing differences between engine and hcana.
-
Vardan Tadevosyan authored
in hcana, in part of the HMS calorimeter. Consistently use variables of the track proper in the HMS calibartion code.
-
Stephen A. Wood authored
When it was UInt_t, variable length global variables didn't get the length correctly and there were run time errors.
-
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
-
Stephen A. Wood authored
This reverts commit e9ce1040. Conflicts: src/THcHallCSpectrometer.cxx
-
- Jan 13, 2015
-
-
Stephen A. Wood authored
-
- Jan 08, 2015
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-