- Aug 18, 2014
-
-
Vardan Tadevosyan authored
In hcal_calib/hcal_replay_cuts.def: add one_clust condition; activate good_beta condition (defined for run 52949); define 2 versions of the Reconstruct_master cut, one for initial calibration and another for iterative calibration.
-
Stephen A. Wood authored
-
- Jul 30, 2014
-
-
Mark K Jones authored
Created two new variables for THcDC, fNthits and fN_True_RawHits.
-
Jonathan Stelzleni authored
In tree they are called tnhit and trawhit. Created two new variables for THcDriftChamber, fNthits and fN_True_RawHits. In tree they are called tnhit and trawhit. THcDC defined subdetector THcDriftChamber to have name Ch1 and Ch2 to do used in the tree. THcDriftChamberPlane defined new method GetNRawhits to return fNRawhits for each plane. Added member fNRawhits to THcDriftChamberPlane
-
- Jul 16, 2014
-
-
Zafar Ahmed authored
Time difference variables now defined in output.def
-
- Jul 09, 2014
-
-
Vardan Tadevosyan authored
Remove track related variables from the HMS Shower class, use ntuples from the track (H.tr) block instead in the HMS calorimeter calibration scripts. - Remove a block of duplicated track related variables from the THcShower class which have been added for calorimeter calibration purposes. - In hcal_calib directory, replace those variables with correspondent variables from H.tr block in the calorimeter calibration class (THcShowerCalib.h), in the cut (hcal_replay_cuts.def) and output (output_hcal_replay.def) definitions.
-
Zafar Ahmed authored
Compute time differences between planes Calculate beta and Chisquard for each track in the hodoscope. New variables: fBeta, fBetaChisq New histograms for time differences
-
- Jun 18, 2014
-
-
Stephen A. Wood authored
-
- Jun 17, 2014
-
-
Zafar Ahmed authored
Conversion of h_tof.f to THcHodoscope::CoarseProcess method. Quick summary of third version at branch zafar1: New functions in THcScintillatorPlane.h --------------------------------------- TClonesArray* GetPosADC() { return fPosADCHits;}; // Ahmed TClonesArray* GetNegADC() { return fNegADCHits;}; // Ahmed TClonesArray* GetPosTDC() { return fPosTDCHits;}; // Ahmed TClonesArray* GetNegTDC() { return fNegTDCHits;}; // Ahmed New data members in THcHodoscope.h ---------------------------------- TClonesArray* scinPosADC; // Ahmed TClonesArray* scinNegADC; // Ahmed TClonesArray* scinPosTDC; // Ahmed TClonesArray* scinNegTDC; // Ahmed Action in THcHodoscope::CoarseProcess ------------------------------------- scinPosADC = fPlanes[ip]-GetPosADC(); hitPaddle = (THcSignalHit*)scinPosADC->At(ihit))->GetPaddleNumber()-1;
-
- 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
-