BOSS 7.1.3
BESIII Offline Software System
Loading...
Searching...
No Matches
const.h
Go to the documentation of this file.
1#ifndef CONST_H
2#define CONST_H
3
4const double PI = 3.141592653;
5const double PI2 = 6.283185307;
6const double HFPI = 1.570796327;
7
8const int WIRENMAX = 6796;
9const int LAYERNMAX = 43;
10const int CELLNMAX = 288;
11const int INNERNMAX = 8;
12
13#endif /* CONST_H */
#define PI