![]() |
PPM-DU analysis
2.3
conversion and analysis of the PPM-DU data
|
#include <math.h>Go to the source code of this file.
Variables | |
| const int | domNb = 3 |
| const int | neighbourNb = 6 |
| const int | ringNb = 6 |
| const int | pmtNb = 31 |
| const int | domId = 2 |
| const int | pmtId = 0 |
| const double | conversion = pow(2,27)*1e-6 |
| const int | neighbour [pmtNb][neighbourNb] |
| const int | new2OldPmtMap [pmtNb] = {22, 18, 26, 24, 25, 19, 14, 17, 20, 28, 29, 21, 13, 16, 27, 30, 23, 15, 12, 10, 11, 1, 2, 3, 6, 9, 7, 5, 0, 4, 8} |
| const int | old2NewPmtMapCorrected01 [pmtNb] |
| const int | old2NewPmtMapCorrected2 [pmtNb] |
| const int | timeOffsetDom [domNb] = {0, 0, 1} |
| const double | fineTimeOffsetDom [domNb] = {0, 220, 380} |
| const bool | individualPmts = true |
| const int | coincWindowPmts = 25 |
| const int | coincWindowDoms = 25 |
| const int | domTimeWindow = 10000 |
| const int | pmtCouples = 80 |
| const int | multiplicityForMuon = 5 |
| const int coincWindowDoms = 25 |
Definition at line 50 of file constants.h.
| const int coincWindowPmts = 25 |
Definition at line 49 of file constants.h.
| const double conversion = pow(2,27)*1e-6 |
Definition at line 12 of file constants.h.
| const int domId = 2 |
Definition at line 10 of file constants.h.
| const int domNb = 3 |
Definition at line 6 of file constants.h.
| const int domTimeWindow = 10000 |
Definition at line 51 of file constants.h.
| const double fineTimeOffsetDom[domNb] = {0, 220, 380} |
Definition at line 44 of file constants.h.
| const bool individualPmts = true |
Definition at line 48 of file constants.h.
| const int multiplicityForMuon = 5 |
Definition at line 53 of file constants.h.
| const int neighbour[pmtNb][neighbourNb] |
Definition at line 14 of file constants.h.
| const int neighbourNb = 6 |
Definition at line 7 of file constants.h.
| const int new2OldPmtMap[pmtNb] = {22, 18, 26, 24, 25, 19, 14, 17, 20, 28, 29, 21, 13, 16, 27, 30, 23, 15, 12, 10, 11, 1, 2, 3, 6, 9, 7, 5, 0, 4, 8} |
Definition at line 33 of file constants.h.
| const int old2NewPmtMapCorrected01[pmtNb] |
Definition at line 38 of file constants.h.
| const int old2NewPmtMapCorrected2[pmtNb] |
Definition at line 40 of file constants.h.
| const int pmtCouples = 80 |
Definition at line 52 of file constants.h.
| const int pmtId = 0 |
Definition at line 11 of file constants.h.
| const int pmtNb = 31 |
Definition at line 9 of file constants.h.
| const int ringNb = 6 |
Definition at line 8 of file constants.h.
| const int timeOffsetDom[domNb] = {0, 0, 1} |
Definition at line 43 of file constants.h.
1.8.6