git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
This commit was generated by cvs2svn to compensate for changes in r3176,
[u/mrichter/AliRoot.git]
/
HLT
/
src
/
AliL3Defs.h
1
#ifndef _ALIL3DEFS_H_
2
#define _ALIL3DEFS_H_
3
4
#include "AliL3RootTypes.h"
5
6
const Int_t NRows[5][2] = {{ 0, 45},{46,77},{78,109},{110,141},{142,173}};
7
const Double_t Pi = 3.14159265358979323846;
8
const Double_t ToRad = Pi/180.;
9
10
11
#endif /* _ALIL3DEFS_H_ */