er
dev
Main Page
Related Pages
Classes
Files
File List
beamtime
ERpmtPixelMap.h
1
/*
2
* ERpmtPixelMap.h
3
*
4
* Created on: Apr 7, 2017
5
* Author: vratik
6
*/
7
8
#ifndef BEAMTIME_ERPMTPIXELMAP_H_
9
#define BEAMTIME_ERPMTPIXELMAP_H_
10
11
#include "Rtypes.h"
12
13
class
ERpmtPixelMap
{
14
public
:
15
ERpmtPixelMap
();
16
virtual
~
ERpmtPixelMap
();
17
18
private
:
19
// FEB channels are from 0 (incl.) to 63 (incl.)
20
// Pixel IDs are from 1 (incl.) to 64 (incl.)
21
22
UInt_t fPixelFromFebCh[64];
23
UInt_t fFebChFromPixel[64+1];
// 0-th element not used
24
};
25
26
#endif
/* BEAMTIME_ERPMTPIXELMAP_H_ */
ERpmtPixelMap
Definition:
ERpmtPixelMap.h:13
Generated on Tue Dec 7 2021 13:58:45 for er by
1.8.11