- May 07, 2014
-
-
Mark Jones authored
-
Buddhini Waidyawansa authored
Fixed the wrong raster channel assignment in raster_jun04.map. The X and Y channels needed to be switched. In both map files, changed the plane assignments of all the raster channels to be 1 instead of 1,2,3,4. This then follows the ENGINE convention.
-
- May 06, 2014
-
-
Mark Jones authored
-
Mark Jones authored
-
- May 05, 2014
-
-
Buddhini Waidyawansa authored
Added the raw raster ADC values to the histos and trees. Modified the ranges and binning of the histogram definitions in output_bpw_.def accordingly.
-
Buddhini Waidyawansa authored
This is a script created by Stephen Wood to convert engine type channel maps into hcana type mapfiles. Right now, this is only used when doing hcana and engine comparision for the raster.
-
Buddhini Waidyawansa authored
In raster_jun04.map, reassigned the raster channels into a single plane instead of different planes. This makes it easier for comparision with the engine. Modified raster_test.C to analyze run 52947 in the cache directory. Some minor clean up in the THcRaster.cxx class- removing comments and unused variables.
-
- Apr 28, 2014
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
Don't put [1] at end of variable name as is done with numerical parameters with Define. Use new CCDB methods to get table row and column counts
-
Stephen A. Wood authored
-
- Apr 25, 2014
-
-
Buddhini Waidyawansa authored
-
Mark K Jones authored
detector map file for jan05 data taking
-
Mark Jones authored
-
- Apr 24, 2014
-
-
Buddhini Waidyawansa authored
-
Mark K Jones authored
Add getting beam energy from gpbeam parameter
-
Mark Jones authored
Read gpbeam in THcRaster::ReadDatabase Add jan05.kinematics Modified DBASE/raster_test.database to fill g_ctp_kinematics_filename with DBASE/jan05.kinematics Modified raster_test.C to load g_ctp_kinematics_filename
-
Buddhini Waidyawansa authored
12, 1, 1, 0 !ADC ROC#1 Sl#13 Ch#12 Fast Raster X-sync 13, 2, 1, 1 !ADC ROC#1 Sl#13 Ch#13 Fast Raster X-signal 14, 3, 1, 2 !ADC ROC#1 Sl#13 Ch#14 Fast Raster Y-sync 15, 4, 1, 3 !ADC ROC#1 Sl#13 Ch#15 Fast Raster Y-signal to 12, 1, 1, 0 !ADC ROC#1 Sl#13 Ch#12 Fast Raster X-sync 13, 1, 1, 1 !ADC ROC#1 Sl#13 Ch#13 Fast Raster X-signal 14, 1, 1, 2 !ADC ROC#1 Sl#13 Ch#14 Fast Raster Y-sync 15, 1, 1, 3 !ADC ROC#1 Sl#13 Ch#15 Fast Raster Y-signal This works and it makes easier for the mapedit_rasterbcm.pl script to propagate these changes into ENGINE type map files.
-
- Apr 21, 2014
-
-
Stephen A. Wood authored
Title now copied to THcParmList variable String variables copied. (Only first element of string array copied) Parameter created as int or double depending on CCDB table type Multiple column tables ignored.
-
- Apr 18, 2014
-
-
Stephen A. Wood authored
CCDB must be installed and CCDB_HOME defined before compiling. If CCDB_HOME is not defined, hcana is compiled without CCDB support scons has not been updated to compile with CCDB support To use, instead of gHcParms->Load(filename), do gHcParms->OpenCCDB(runnum, ccdb_connection_string) gHcParms->LoadCCDBDirectory("hms","h") gHcParms->LoadCCDBDirectory("sos","s") gHcParms->LoadCCDBDirectory("gen","g") Parmaters will be loaded into the same internal gHcParms list as with ThcParmList::Load, so no changes to detector classes are needed. Scripts to convert existing parameters into CCDB are under development. Currently all ccdb constants are loaded as doubles as there is not a way to easily query ccdb to get the data type. Also strings are not loaded.
-
- Apr 14, 2014
-
-
Stephen A. Wood authored
-
- Apr 11, 2014
-
-
Stephen A. Wood authored
-
Stephen A. Wood authored
-
Vardan Tadevosyan authored
-
Vardan Tadevosyan authored
-
Vardan Tadevosyan authored
-
Vardan Tadevosyan authored
-
Vardan Tadevosyan authored
-
Vardan Tadevosyan authored
-
Vardan Tadevosyan authored
-
Vardan Tadevosyan authored
-
Vardan Tadevosyan authored
-
Vardan Tadevosyan authored
-
Vardan Tadevosyan authored
-
- Apr 03, 2014
-
-
Stephen Wood authored
Fix imac compile errors and runtime raster warnings
-
- Apr 01, 2014
-
-
Stephen A. Wood authored
-
- Mar 31, 2014
-
-
Stephen A. Wood authored
Fixes not necessarily correct, just avoid the errors.
-
- Mar 05, 2014
-
-
Stephen A. Wood authored
-
Buddhini Waidyawansa authored
Files with the prefix raster_ are coppies of original *.database, and *.param files which now includes changes nessacery for decoding raster data. I created seperate files for these because I need to merge this code upstream before I can compare the raster decoding results with that of the analyzer. For e.g. the map files are different from the original map files. So Steve needs to create a perl script that can propgate these changes in the map files to the map file of the analyzer inorder for me to do the analyzer hcana comparision. Once the comparision is done and we are satisifies with the results, we will merge the changes with the original files and remove the files with the prefix raster_*. gbeam.param now included by general.param. No need to load a separate parameter set to test raster/BPM code. examples/MAPS/raster_jun04.map adds new detector IDs for the raster and BPMs as follows: Add the following IDs to the misc elements, BEAM RASTER_ID= 18 ADC BPM_ID= 19 ADC In the channel section did the following modification: sub , plane, counter, sig 14, 1, 13, 1 !ADC ROC#1 Sl#15 Ch#14 Fast Raster X-sync 15, 1, 14, 2 !ADC ROC#1 Sl#15 Ch#15 Fast Raster X-signal 12, 1, 15, 3 !ADC ROC#1 Sl#15 Ch#12 Fast Raster Y-sync 13, 1, 16, 4 !ADC ROC#1 Sl#15 Ch#13 Fast Raster Y-signal
-
Buddhini Waidyawansa authored
THcRasterRawHit class to helps with the decoding of the raster signals via THcHitList class. THcRasteredBeam class derives from THaApparatus to handle rastered beam. Modify Makefile and HallC_LinkDef.h to compile new classes
-
- Mar 04, 2014
-
-
Buddhini Waidyawansa authored
Added coding for read parameters from the hcana.param file. In the hcana.param file added the four raster channels graster_channels = "xsync xsig ysync ysig" Created raster_test.C script to run the analyzer for raster code testing purpose. This was coppied from the hodotest.C
-