CGEM BOSS 6.6.5.g
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 */
const int LAYERNMAX
Definition: const.h:9
const int CELLNMAX
Definition: const.h:10
const double PI
Definition: const.h:4
const double PI2
Definition: const.h:5
const int WIRENMAX
Definition: const.h:8
const double HFPI
Definition: const.h:6
const int INNERNMAX
Definition: const.h:11