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

POT Class Reference

#include <POT.h>

List of all members.

Public Member Functions

 POT ()
virtual ~POT ()
void Reset ()

Public Attributes

double pot
int nruns
int nsnarls
int beamtype


Constructor & Destructor Documentation

POT::POT  ) 
 

Definition at line 5 of file POT.cxx.

00006 {
00007         Reset();
00008 }

POT::~POT  )  [virtual]
 

Definition at line 10 of file POT.cxx.

00011 {}


Member Function Documentation

void POT::Reset  ) 
 

Definition at line 14 of file POT.cxx.

References beamtype, nruns, nsnarls, and pot.

Referenced by ParticleTrimmer::ParticleTrimmer().

00015 {
00016         pot=0.;
00017         nruns=0;
00018         nsnarls=0;
00019         beamtype=0;
00020 }


Member Data Documentation

int POT::beamtype
 

Definition at line 15 of file POT.h.

Referenced by Reset(), and ParticleTrimmer::trimPOT().

int POT::nruns
 

Definition at line 13 of file POT.h.

Referenced by Reset(), and ParticleTrimmer::trimPOT().

int POT::nsnarls
 

Definition at line 14 of file POT.h.

Referenced by Reset(), and ParticleTrimmer::trimPOT().

double POT::pot
 

Definition at line 12 of file POT.h.

Referenced by Reset(), and ParticleTrimmer::trimPOT().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:10:05 2010 for loon by  doxygen 1.3.9.1