PPM-DU analysis  2.3
conversion and analysis of the PPM-DU data
 All Classes Files Functions Variables Pages
Variables
/home/alex/Work/Research/Km3NeT/PPM-DU/ppm-du-v2.3/constants.h File Reference
#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
 

Variable Documentation

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]
Initial value:
= {{2, 3, 4, 5, 30, -1}, {5, 7, 16, 20, 27, -1},
{0, 5, 27, 28, 30, -1}, {0, 4, 23, 29, 30, -1},
{0, 3, 6, 8, 23, -1}, {0, 1, 2, 7, 27, -1},
{4, 8, 15, 21, 23, -1}, {1, 5, 9, 11, 16, -1},
{4, 6, 9, 10, 15, -1}, {7, 8, 10, 11, 12, -1},
{8, 9, 12, 13, 15, -1}, {7, 9, 12, 16, 17, -1},
{9, 10, 11, 13, 14, 17}, {10, 12, 14, 15, 19, -1},
{12, 13, 17, 18, 19, 22}, {6, 8, 10, 13, 19, 21},
{1, 7, 11, 17, 18, 20}, {11, 12, 14, 16, 18, -1},
{14, 16, 17, 20, 22, 26}, {13, 14, 15, 21, 22, 25},
{1, 16, 18, 26, 27, -1}, {6, 15, 19, 23, 25, -1},
{14, 18, 19, 24, 25, 26}, {3, 4, 6, 21, 25, 29},
{22, 25, 26, 28, 29, 30}, {19, 21, 22, 23, 24, 29},
{18, 20, 22, 24, 27, 28}, {1, 2, 5, 20, 26, 28},
{2, 24, 26, 27, 30, -1}, {3, 23, 24, 25, 30, -1},
{0, 2, 3, 24, 28, 29}}

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]
Initial value:
= {28, 23, 22, 21, 27, 29, 20, 30, 26, 25, 19, 24, 13, 7, 1, 14,
18, 12, 6, 2, 11, 8, 0, 15, 4, 3, 5, 17, 10, 9, 16}

Definition at line 38 of file constants.h.

const int old2NewPmtMapCorrected2[pmtNb]
Initial value:
= {28, 23, 22, 21, 27, 29, 26, 30, 20, 25, 19, 24, 13, 7, 1, 14,
18, 12, 6, 2, 11, 8, 0, 15, 4, 3, 5, 17, 10, 9, 16}

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.