Difference between revisions of "NPS Software"

From Cuawiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
== HCANA Instructions ==
 
== HCANA Instructions ==
From [[Meeting-09222022|Sept 22, 2022 DAQ/Software Meeting]]
 
 
* "Working" decode software (hcana and replay dir) for EEL108 data (cdaql3:/data1/cdaq/NPS/vme2_7.evio.0) is now available:
 
* "Working" decode software (hcana and replay dir) for EEL108 data (cdaql3:/data1/cdaq/NPS/vme2_7.evio.0) is now available:
 
** https://github.com/dhamilton-glasgow/hcana/tree/nps_develop
 
** https://github.com/dhamilton-glasgow/hcana/tree/nps_develop
 
** https://github.com/dhamilton-glasgow/hallc_replay/tree/nps_develop
 
** https://github.com/dhamilton-glasgow/hallc_replay/tree/nps_develop
  
* Based on the hcana classes and replay files developed by Steve Wood and Carlos Yero. Still some issues to be tidied up, but it already decodes writes the 26-sample waveform to a root tree.
+
* Based on the hcana classes and replay files developed by Steve Wood and Carlos Yero. Still some issues to be tidied up, but it already decodes writes the 26-sample waveform to a root tree.
 
 
* Example event display available in replay repo above under macros (also here [http://nuclear.gla.ac.uk/~david/Plot_SHMS_PSCal_FADC.C]).
 
  
 
== EEL108 cdaql3 set-up ==
 
== EEL108 cdaql3 set-up ==

Revision as of 15:50, 14 March 2023

NPS Software Meetings

HCANA Instructions

  • Based on the hcana classes and replay files developed by Steve Wood and Carlos Yero. Still some issues to be tidied up, but it already decodes writes the 26-sample waveform to a root tree.

EEL108 cdaql3 set-up

  • Instructions for replaying data on cdaql3 (hcana and hallc_replay now set up there):
log in to cdaql3 (remember you need to go through hallgw) as user cdaq
cd /data1/cdaq/eel108
source npsenv.csh
cd hallc_replay
./hcana -b -q SCRIPTS/NPS/eel108_replay.C (enter run number and num of events to replay)
output root tree is written in ./ROOTfiles
event display for one FADC module can be run: root macros/Plot_NPS_EEL108_FADC.C

Miscellaneous Support Repos

Please post supporting scripts, online displays, debugging code, etc below.  (Github repo links please!)