| 1,3 → 1,30 |
| Analiza podatkov SiPM, zajetih z DRS4 samplerjem: |
| root |
| .L drs.C+ |
| .L process_results.cxx+ |
| // sprocesiraj vse .dat file v direktoriju datasipm (in poddirektorijih), ki se nimajo ob sebi root fileov |
| // pozene drs analizo s prednastavljenimi parametri na vsakem fileu in sporducira .root in .pdf |
| process_results("datasipm",".dat", 0); |
| |
| // Zberi vse histograme v skupnem root fileu in jim dodaj threshold scan grafe sipm.root: |
| process_results("datasipm",".dat", 1); |
| |
| |
| // analiza iz root tree v sipm.root |
| // output v results (extension je drug parameter ), |
| // ena stran za vsak sipm type in sample z matriko po temperaturah in napetostih |
| .L tree.C+ |
| tree t; |
| tree.Loop(0,"pdf"); //qdc2 |
| tree.Loop(1,"png"); //qdc3 |
| tree.Loop(2,"png"); //dpo2 |
| tree.Loop(3,"png"); //dpo3 |
| tree.Loop(4,"png"); //cftdif2 |
| tree.Loop(5,"png"); //cftdif3 |
| tree.Loop(6,"png"); //thscan |
| |
| __________________________________________________________________________ |
| |
| Analysis of the data acquired with the readout chip |
| |
| https://www.psi.ch/drs/drs-chip |