source: SuperB-LAL/trunk/slacExperiment_USBWC-CRT/mergeCRTandUSB/src/usbConst.hh

Last change on this file was 14, checked in by narnaud, 14 years ago

Initial commit

File size: 547 bytes
Line 
1#ifndef usbConst_h
2#define usbConst_h
3
4#include "TROOT.h"
5#include "TMath.h"
6
7namespace usbConst{
8  static const Int_t usbwcNsamplingPoint = 256;
9  static const Int_t usbwcNchannels = 16;
10  static const Int_t nBaseLinePoints = 7;
11  static const Double_t cfdRatio = 0.23;
12
13  static const Double_t th_Up = 0.01;//V
14  static const Double_t th_Low = 0.01;//V
15
16
17  static const Int_t nSplinePoints = 10;
18  //static const Int_t usbwcNPoint = nSplinePoints*(usbwcNsamplingPoint-1) + usbwcNsamplingPoint;
19  static const Int_t usbwcNPoint = 2806;
20}
21
22#endif
Note: See TracBrowser for help on using the repository browser.