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

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

Initial commit

File size: 490 bytes
Line 
1#ifndef crtConst_h
2#define crtConst_h
3
4#include "TROOT.h"
5#include "TMath.h"
6
7namespace crtConst{
8
9  static const Int_t nHodoX = 55;
10  static const Int_t nHodoY = 27;
11
12  static const Double_t hodoXBar_lenght = 51.054;   //cm
13  static const Double_t hodoYBar_lenght = 106.9340; //cm
14  static const Double_t hodoBar_width = 3.0;        //cm
15  static const Double_t hodoBar_hight = 0.9525;     //cm
16
17  static const Double_t hodo_hight = 263.36;//cm
18
19  /////////////////////////////
20
21}
22
23#endif
Note: See TracBrowser for help on using the repository browser.