source:
trunk/KtJet/KtUtil.h@
20
Last change on this file since 20 was 2, checked in by , 16 years ago | |
---|---|
File size: 396 bytes |
Line | |
---|---|
1 | #ifndef KTJET_KTUTIL_H |
2 | #define KTJET_KTUTIL_H |
3 | |
4 | // Includes |
5 | #include "CLHEP/Vector/ThreeVector.h" |
6 | #include "CLHEP/Vector/LorentzVector.h" |
7 | |
8 | |
9 | namespace KtJet{ |
10 | |
11 | #ifdef KTDOUBLEPRECISION |
12 | typedef double KtFloat; |
13 | #else |
14 | typedef float KtFloat; |
15 | #endif |
16 | |
17 | class KtLorentzVector; |
18 | |
19 | /** Phi angle forced into range -pi to +pi */ |
20 | KtFloat phiAngle(KtFloat testphi); |
21 | |
22 | } //end of namespace |
23 | |
24 | #endif |
Note:
See TracBrowser
for help on using the repository browser.