Skip to Content.
Sympa Menu

sphenix-hcal-l - [Sphenix-hcal-l] Fwd: [Sphenix-github-l] [sPHENIX-Collaboration/coresoftware] 2016 prototype online production software (#134)

sphenix-hcal-l AT lists.bnl.gov

Subject: sPHENIX HCal discussion

List archive

Chronological Thread  
  • From: Edward Kistenev <kistenev AT bnl.gov>
  • To: sphenix-hcal-l AT lists.bnl.gov
  • Subject: [Sphenix-hcal-l] Fwd: [Sphenix-github-l] [sPHENIX-Collaboration/coresoftware] 2016 prototype online production software (#134)
  • Date: Wed, 13 Apr 2016 02:36:27 -0500

Not certain if I am allowed to post to core-list …



From: Edward Kistenev <kistenev AT bnl.gov>
Subject: Re: [Sphenix-github-l] [sPHENIX-Collaboration/coresoftware] 2016 prototype online production software (#134)
Date: April 13, 2016 at 2:01:18 AM CDT
Cc: sPHENIX-Collaboration/coresoftware <coresoftware AT noreply.github.com>

Hi, Jin,
may I suggest to add to the library my analysis code which I just completed to test. It is not exactly conforms to sPHENIX standards but it writes root file with all graphical objects (histograms) which I could think about and it is very simple to use. All what it takes is to type 
.x runHelper.C(runKind, runNumber, eventsToRead=0, displayMode=3) where 
runKind is “cosmic” etc, display mode (1)-show event by event digititizations, (2) Lego plots in calorimeters (3) full processing and producing summaries (creates r# directory to store all TCanvases).
Edward
PS. Examples of the Canvases produced by code could be found in /sphenix/data/data01/kistenev/rootf/canvases/ (one subdirecory per run).
 
Edward Kistenev, PhD
PHENIX Physicist





On Apr 13, 2016, at 12:35 AM, Jin Huang <notifications AT github.com> wrote:

Online production was setup for the 2016 sPHENIX beam test which started taking data in the past few days. This pull request show a preview of its online production software.

The current pull request includes

  • Unpacker based the development from Abhisek
  • Fitting and calibration framework
  • An example production macro

This software is used to run the online production which output to here
rcf:/gpfs/mnt/gpfs02/sphenix/user/jinhuang/Prototype_2016/Test_Production/
All data are frequently being refreshed through newest production code (~two hours to re-analyze all data).

Each run has outputs of

• DST for analysis module read. The tower information is pin compatible with simulation. If you has a good clustering sum module, dig in.
• DSTReader for poking around with ROOT
• Sorts of plots on raw ADC and fitted spectrum.

Plan to add calibration input file and hodoscope/Cherenkov info soon.


You can view, comment on, or merge this pull request online at:

  https://github.com/sPHENIX-Collaboration/coresoftware/pull/134

Commit Summary

  • Init setup for protype decoder modules
  • Rename folder for protype decoder modules
  • add back autogen
  • remove simulation only stuff
  • use a specific namespace
  • support column decoding of tower ID too
  • clean up external include install
  • remove the simulation stuff and init variables
  • use two tower containers for high gain and low gain channels on HCal. They will be analyzed separately, but still can be correlated via grabing both nodes together
  • Make the naming generic: CaloUnpackPRDF and libPrototype2.so
  • Add DST reader
  • Oops wrong name for CEMC ndoe
  • readout tower in DST reader file
  • Update the EMCal mapping according to John
  • Clean up location for mapping to the FEM header file
  • Use float for sampling storage to get prepare for calibration in GeV per sampling
  • trivil run number changes
  • allow macro use of PROTOTYPE2_FEM constants
  • Add signal fit to PROTOTYPE2_FEM and RawTower_Prototype2
  • Init calibration module

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

_______________________________________________
sPHENIX-GitHub-l mailing list
sPHENIX-GitHub-l AT lists.bnl.gov
https://lists.bnl.gov/mailman/listinfo/sphenix-github-l





Archive powered by MHonArc 2.6.24.

Top of Page