- Oct 25, 2017
-
-
Stephen A. Wood authored
This TI information, between the words 0xd0000000 and 0xd000000f, contains the # of pedestals, the time interval between scaler events the event interval between synchronized scaler events and the prescale settings. Two versions of this block of data are supported, version one is mssing the scaler interval values. Nothing is actually done with the information found in event 125, but a summary can be printed with the method THcConfigEvtHandler::PrintConfig()
-
Stephen A. Wood authored
1. If there are multiple ROCs with scalers (hardware, TI, FADC), then there will be multiple event 129s. In the case where analysis of these events is defered to the end of the analysis, all the event 129s will be analyzed as if a single event, resulting in one entry in the tree. 2. Scalers are read either when a given time interval has passed since the last scaler read (usually 2 seconds), or every time an event is tagged as a sync event. In the case of the "timed" reading of events, different ROCs with scalers are not guaranteed to read their scalers at the same event. But or sync event scaler reads, all ROCs read their scalers. This commit adds an option SetOnlyUseSyncEvents(Bool_t). If set, only scaler events triggered by the sync event will be analyzed.
-
- Oct 19, 2017
-
-
Mark Jones authored
Fix bug if more BCMs defined in db_PScalevt.dat than in gscalers.param Fix bug that confused names "BCM1" and "BCM17" by adding ".scal" to the BCM name
-
- Oct 12, 2017
-
-
Stephen A. Wood authored
-
Mark Jones authored
-
Kayla Craycraft authored
-
Kayla Craycraft authored
-
Mark Jones authored
-
- Oct 09, 2017
-
-
Holly Szumila authored
1) Add X,Y offsets parameter for each plane, instead of X,Y offset per chamber 2) ModifyTHcDriftChamber::CorrectHitTimes to work with SHMS chambers 3) Add GetReadoutSide method to THcDCHit class.
-
Stephen A. Wood authored
-
- Oct 07, 2017
-
-
Ole Hansen authored
-
Ole Hansen authored
-
Stephen A. Wood authored
Eliminate duplicated/redundant configuration code in SCons system Let SCons also clean ROOT 6's *_rdict.pcm class layout cache files Move helper python script to site_scons Remove EVIO from scons as podd build will take care of it. Remove define of HALLC_MODS in SConstruct (There is no longer any Hall C conditional code in Podd)
-
- Oct 05, 2017
-
-
Stephen A. Wood authored
-
- Oct 04, 2017
-
-
Edward Brash authored
Modify SConstruct to prepend $ROOTSYS/bin to PATH, rather and append, so that SCons will use the most recently defined user-installed version of ROOT, or the system version, if no user version exists. Also, make ROOT environment definition consistent with Podd.
-
- Oct 02, 2017
-
-
Stephen A. Wood authored
-
- Sep 29, 2017
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
- Sep 28, 2017
-
-
Stephen A. Wood authored
Fixes broken MacOSX building
-
- Sep 26, 2017
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Cache the Cherenkov detector and parent pointers in Init
-
Ole Hansen authored
Fixes building when using scons 3.0 which apparenlyt uses python3. Fixes broken building on travis
-
Vardan Tadevosyan authored
For both the layers and the array part Correct calculation of coordinates of the Array modules in the calorimeter effciency calculations.
-
Edward Brash authored
-
- Sep 22, 2017
-
-
Mark Jones authored
Previous was trying to return the reconstructed target quantities as values which was totaly wrong. Changed so that the references are returned. Now get the reconstructed target quantities properly.
-
- Sep 20, 2017
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Stephen A. Wood authored
fpTimes, fScinTime, fScinSigma and fScinZpos are not used. These arrays were given fixed size of 53. This commit finishes issue #53
-
- Sep 15, 2017
-
-
Stephen A. Wood authored
Add #include <set> Don't use new method of looping over vector
-
- Sep 14, 2017
-
-
Edward Brash authored
-
Brad Sawatzky authored
- Apparently $?loginsh is not a good indicator of whether tcsh is interactive (bad Google...) so we'll look for 'setup.csh' in the current directory and if it is present assume it is the hcana/ directory. - The if($?prompt) clause should print some info text if you're interactive. (Although it's not definitive either -- dammit csh.) -- Brad
-
Brad Sawatzky authored
- The underlying problem here is that $_ is assumed to contain the path to the sourced file, but that isn't true for any version of tcsh I've tried... (I guess it must have worked for some version of tcsh?) Anyway, that fails and $1 is also empty in the else clause so the script fails. - Reliably finding the path to a sourced file is next to impossible in tcsh, so just encourage/force people to pass a path to the script directory as an argument. -- Brad
-
Stephen A. Wood authored
-
Stephen A. Wood authored
When the db file is read, a list of crate #s and a list of module types is made. The tag of each bank searched for scalers must have a tag that is in one of these lists. If all scalers are in banks tagged with the module type, then, SetOnlyBanks(kTRUE) should be called in which case bank tags will be compared only against this list of module types.
-
Stephen A. Wood authored
-
Stephen A. Wood authored
In the end method of the Hall C rocs, the scalers are read for a final time and a user event 129 is created with the scaler counts. These events do not always appear at the end of the coda file, leading to the risk that triggered scaler reads will appear after the event 129s. If the event type of these final scaler reads is passed to the scaler object with the SetDelayedType(int evtype) method, then the scaler analyis will cache these events and analyze them at the end of the analysis.
-
- Aug 31, 2017
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-