Rev 175 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 175 | Rev 316 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | Analiza podatkov SiPM, zajetih z DRS4 samplerjem: |
|
- | 2 | root |
|
- | 3 | .L drs.C+ |
|
- | 4 | .L process_results.cxx+ |
|
- | 5 | // sprocesiraj vse .dat file v direktoriju datasipm (in poddirektorijih), ki se nimajo ob sebi root fileov |
|
- | 6 | // pozene drs analizo s prednastavljenimi parametri na vsakem fileu in sporducira .root in .pdf |
|
- | 7 | process_results("datasipm",".dat", 0); |
|
- | 8 | ||
- | 9 | // Zberi vse histograme v skupnem root fileu in jim dodaj threshold scan grafe sipm.root: |
|
- | 10 | process_results("datasipm",".dat", 1); |
|
- | 11 | ||
- | 12 | ||
- | 13 | // analiza iz root tree v sipm.root |
|
- | 14 | // output v results (extension je drug parameter ), |
|
- | 15 | // ena stran za vsak sipm type in sample z matriko po temperaturah in napetostih |
|
- | 16 | .L tree.C+ |
|
- | 17 | tree t; |
|
- | 18 | tree.Loop(0,"pdf"); //qdc2 |
|
- | 19 | tree.Loop(1,"png"); //qdc3 |
|
- | 20 | tree.Loop(2,"png"); //dpo2 |
|
- | 21 | tree.Loop(3,"png"); //dpo3 |
|
- | 22 | tree.Loop(4,"png"); //cftdif2 |
|
- | 23 | tree.Loop(5,"png"); //cftdif3 |
|
- | 24 | tree.Loop(6,"png"); //thscan |
|
- | 25 | ||
- | 26 | __________________________________________________________________________ |
|
- | 27 | ||
1 | Analysis of the data acquired with the readout chip |
28 | Analysis of the data acquired with the readout chip |
2 | 29 | ||
3 | https://www.psi.ch/drs/drs-chip |
30 | https://www.psi.ch/drs/drs-chip |
4 | 31 | ||
5 | 0. Connect the signals |
32 | 0. Connect the signals |