BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcAlignAlg/MdcAlignAlg-00-01-04/share/distAlign/src/include/fun.h
Go to the documentation of this file.
1#ifndef FUN_H
2#define FUN_H
3
4#include <string>
5#include <cstring>
6#include <vector>
7#include "TROOT.h"
8#include "TObjArray.h"
9
10/* using namespace std; */
11const double CC = 2.99792458E10; // cm/sec, light velocity
12const double PI = 3.141592653;
13const double PI2 = 6.283185307;
14const double HFPI = 1.570796327;
15
16const int WIRENMAX = 6796;
17const int LAYERNMAX = 43;
18const int CELLNMAX = 288;
19const int INNERNMAX = 8;
20const int NEP = 16; /* number of endplates */
21const int NTRKPAR = 5; /* number of track parameters */
22const int NTRKPARALL = 10; /* number of track parameters and errors */
23
24
25std::vector<std::string> getHistList();
26std::vector<std::string> getHistList(std::string path);
27
28#endif
std::vector< std::string > getHistList()