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

AtmosShower Class Reference

#include <AtmosShower.h>

List of all members.

Public Member Functions

 AtmosShower ()
 ~AtmosShower ()
void Init ()

Public Attributes

Int_t VtxPlane
Double_t VtxTime
Double_t VtxU
Double_t VtxV
Double_t VtxX
Double_t VtxY
Double_t VtxZ
Double_t VtxR
Double_t VtxDirCosU
Double_t VtxDirCosV
Double_t VtxDirCosX
Double_t VtxDirCosY
Double_t VtxDirCosZ
Double_t TimeSlope
Double_t TimeOffset
Double_t Energy
Int_t AtNuNstrips
Int_t AtNuNplanes
Int_t AtNuMinPlane
Int_t AtNuMaxPlane
Double_t AtNuDirTimeScore
Double_t AtNuDirVtxShwScore
Int_t AtNuVtxShw
Double_t AtNuDirCosErrU
Double_t AtNuDirCosErrV
Int_t AtNuReseedFlag


Constructor & Destructor Documentation

AtmosShower::AtmosShower  ) 
 

Definition at line 10 of file AtmosShower.cxx.

References Init().

00011 {
00012   this->Init();
00013 }

AtmosShower::~AtmosShower  ) 
 

Definition at line 6 of file AtmosShower.cxx.

00007 {
00008 }


Member Function Documentation

void AtmosShower::Init  ) 
 

Definition at line 15 of file AtmosShower.cxx.

References AtNuDirCosErrU, AtNuDirCosErrV, AtNuDirTimeScore, AtNuDirVtxShwScore, AtNuMaxPlane, AtNuMinPlane, AtNuNplanes, AtNuNstrips, AtNuReseedFlag, AtNuVtxShw, Energy, TimeOffset, TimeSlope, VtxDirCosU, VtxDirCosV, VtxDirCosX, VtxDirCosY, VtxDirCosZ, VtxPlane, VtxR, VtxTime, VtxU, VtxV, VtxX, VtxY, and VtxZ.

Referenced by AtmosShower().

00016 {
00017   VtxPlane = 0;
00018   VtxTime = 0.0;
00019   VtxU = 0.0;
00020   VtxV = 0.0;
00021   VtxX = 0.0;
00022   VtxY = 0.0;
00023   VtxZ = 0.0;
00024   VtxR = 0.0;
00025   VtxDirCosU = 0.0;
00026   VtxDirCosV = 0.0;
00027   VtxDirCosX = 0.0;
00028   VtxDirCosY = 0.0;
00029   VtxDirCosZ = 0.0;  
00030   TimeSlope = 0.0;
00031   TimeOffset = 0.0; 
00032   Energy = 0.0;
00033 
00034   AtNuNstrips = 0;
00035   AtNuNplanes = 0;
00036   AtNuMinPlane = 0;
00037   AtNuMaxPlane = 0;
00038 
00039   AtNuDirTimeScore = 0.0;
00040   AtNuDirVtxShwScore = 0.0;
00041   AtNuVtxShw = 0;
00042   AtNuDirCosErrU = 0.0;
00043   AtNuDirCosErrV = 0.0;
00044 
00045   AtNuReseedFlag = -1;
00046 }


Member Data Documentation

Double_t AtmosShower::AtNuDirCosErrU
 

Definition at line 38 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::AtNuDirCosErrV
 

Definition at line 39 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::AtNuDirTimeScore
 

Definition at line 35 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::AtNuDirVtxShwScore
 

Definition at line 36 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosShower::AtNuMaxPlane
 

Definition at line 33 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosShower::AtNuMinPlane
 

Definition at line 32 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosShower::AtNuNplanes
 

Definition at line 31 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosShower::AtNuNstrips
 

Definition at line 30 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosShower::AtNuReseedFlag
 

Definition at line 41 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosShower::AtNuVtxShw
 

Definition at line 37 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::Energy
 

Definition at line 28 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::TimeOffset
 

Definition at line 27 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::TimeSlope
 

Definition at line 26 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::VtxDirCosU
 

Definition at line 21 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::VtxDirCosV
 

Definition at line 22 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::VtxDirCosX
 

Definition at line 23 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::VtxDirCosY
 

Definition at line 24 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::VtxDirCosZ
 

Definition at line 25 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosShower::VtxPlane
 

Definition at line 13 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::VtxR
 

Definition at line 20 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::VtxTime
 

Definition at line 14 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::VtxU
 

Definition at line 15 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::VtxV
 

Definition at line 16 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::VtxX
 

Definition at line 17 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::VtxY
 

Definition at line 18 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosShower::VtxZ
 

Definition at line 19 of file AtmosShower.h.

Referenced by NtpMaker::FillCandInfo(), and Init().


The documentation for this class was generated from the following files:
Generated on Thu Nov 1 15:55:37 2007 for loon by  doxygen 1.3.9.1