Tags:
create new tag
view all tags

Studies of the Phoswich detector Trento 2016

Code

The code is kept under

/NAS_arpg/debora/Trento/Analisi2017/TrentoScope2017/AnaWaveform

There are several scripts to perform the data analysis that is structured in 3 steps:

  • Analysis of the spectra, calculation of the pedestal. To perform this step, use the * Ped* scripts.
  • Tupling production using the pedestal subtraction. To perform this step use the scripts without the Ped. This will produce ntuples that have the pedestal subtraction inside.
  • Creation of the histograms for the final data analysis.

Scripts are named Run*sh

The output of the job (rootfiles) is under

/NAS_arpg/debora/Trento/Analisi2017/rootfiles

To produce the final histograms the macro AnaPhoswich.C is available.

The macro uses the following histograms:

hdt_stsc_stsd = ((TH1D*)gDirectory->Get("dt_stsc_stsd"));
 hdt_stsc_phos = ((TH1D*)gDirectory->Get("dt_stsc_phos"));
 hdt_stsd_phos = ((TH1D*)gDirectory->Get("dt_stsd_phos"));
 hq_stsc = ((TH1D*)gDirectory->Get("q_stsc"));
 hq_stsd = ((TH1D*)gDirectory->Get("q_stsd"));
 hq_phos = ((TH1D*)gDirectory->Get("q_phos"));

to compute the resolution and the charge distributions.

Data

The data can be found in

ELOG

The logbooks can be found in

-- Alessio Sarti - 2017-12-18

Comments

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2017-12-18 - AlessioSarti
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback