#include <TROOT.h>#include <TChain.h>#include <TFile.h>Go to the source code of this file.
Classes | |
| class | NtpSt |
Functions | |
| int | abs (int i) |
| double | abs (double d) |
| long | abs (long l) |
Variables | |
| const Int_t | kMaxvetostp = 20000 |
| const Int_t | kMaxstp = 10000 |
| const Int_t | kMaxslc = 10000 |
| const Int_t | kMaxshw = 10000 |
| const Int_t | kMaxclu = 20000 |
| const Int_t | kMaxtrk = 10000 |
| const Int_t | kMaxevt = 10000 |
| const Int_t | kMaxmc = 10000 |
| const Int_t | kMaxstdhep = 10000 |
| const Int_t | kMaxdigihit = 10000 |
| const Int_t | kMaxthstp = 10000 |
| const Int_t | kMaxthslc = 10000 |
| const Int_t | kMaxthshw = 10000 |
| const Int_t | kMaxthtrk = 10000 |
| const Int_t | kMaxthevt = 10000 |
|
|
Definition at line 41 of file NtpStFC.h. 00042 {
00043 if(l<0) return -l;
00044 else return l;}
|
|
|
Definition at line 36 of file NtpStFC.h. 00037 {
00038 if(d<0.0) return -d;
00039 else return d;}
|
|
|
Definition at line 31 of file NtpStFC.h. 00032 {
00033 if(i<0) return -i;
00034 else return i;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1