Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NtpStFC.h File Reference

#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


Function Documentation

long abs long  l  ) 
 

Definition at line 41 of file NtpStFC.h.

00042 {
00043   if(l<0) return -l;
00044   else return l;}

double abs double  d  ) 
 

Definition at line 36 of file NtpStFC.h.

00037 {
00038  if(d<0.0) return -d;
00039  else return d;}

int abs int  i  ) 
 

Definition at line 31 of file NtpStFC.h.

00032 {
00033   if(i<0) return -i;
00034   else return i;}


Variable Documentation

const Int_t kMaxclu = 20000
 

Definition at line 18 of file NtpStFC.h.

const Int_t kMaxdigihit = 10000
 

Definition at line 23 of file NtpStFC.h.

const Int_t kMaxevt = 10000
 

Definition at line 20 of file NtpStFC.h.

const Int_t kMaxmc = 10000
 

Definition at line 21 of file NtpStFC.h.

const Int_t kMaxshw = 10000
 

Definition at line 17 of file NtpStFC.h.

const Int_t kMaxslc = 10000
 

Definition at line 16 of file NtpStFC.h.

const Int_t kMaxstdhep = 10000
 

Definition at line 22 of file NtpStFC.h.

const Int_t kMaxstp = 10000
 

Definition at line 15 of file NtpStFC.h.

const Int_t kMaxthevt = 10000
 

Definition at line 28 of file NtpStFC.h.

const Int_t kMaxthshw = 10000
 

Definition at line 26 of file NtpStFC.h.

const Int_t kMaxthslc = 10000
 

Definition at line 25 of file NtpStFC.h.

const Int_t kMaxthstp = 10000
 

Definition at line 24 of file NtpStFC.h.

const Int_t kMaxthtrk = 10000
 

Definition at line 27 of file NtpStFC.h.

const Int_t kMaxtrk = 10000
 

Definition at line 19 of file NtpStFC.h.

const Int_t kMaxvetostp = 20000
 

Definition at line 14 of file NtpStFC.h.


Generated on Mon Feb 15 11:08:07 2010 for loon by  doxygen 1.3.9.1