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

AtmosScintHit Class Reference

#include <AtmosScintHit.h>

List of all members.

Public Member Functions

 AtmosScintHit ()
 ~AtmosScintHit ()
void Init ()

Public Attributes

Int_t Id
Int_t TrkId
Int_t Plane
Int_t Strip
Int_t View
Double_t U
Double_t V
Double_t X
Double_t Y
Double_t Z
Double_t T
Double_t ParticleE
Double_t DS
Double_t DE


Constructor & Destructor Documentation

AtmosScintHit::AtmosScintHit  ) 
 

Definition at line 5 of file AtmosScintHit.cxx.

00006 {
00007   this->Init();
00008 }  

AtmosScintHit::~AtmosScintHit  ) 
 

Definition at line 10 of file AtmosScintHit.cxx.

00011 {
00012   
00013 }


Member Function Documentation

void AtmosScintHit::Init  ) 
 

Definition at line 15 of file AtmosScintHit.cxx.

References DE, DS, Id, ParticleE, Strip, T, TrkId, U, V, View, X, Y, and Z.

00016 {
00017   Id = 0;
00018   TrkId = 0;
00019   Plane = -999;
00020   Strip = -999;
00021   View = -1;
00022   U = 0.0;
00023   V = 0.0;
00024   X = 0.0;
00025   Y = 0.0;
00026   Z = 0.0;
00027   T = 0.0;
00028   ParticleE = 0.0;
00029   DS = 0.0;
00030   DE = 0.0;
00031 }


Member Data Documentation

Double_t AtmosScintHit::DE
 

Definition at line 26 of file AtmosScintHit.h.

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

Double_t AtmosScintHit::DS
 

Definition at line 25 of file AtmosScintHit.h.

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

Int_t AtmosScintHit::Id
 

Definition at line 13 of file AtmosScintHit.h.

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

Double_t AtmosScintHit::ParticleE
 

Definition at line 24 of file AtmosScintHit.h.

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

Int_t AtmosScintHit::Plane
 

Definition at line 15 of file AtmosScintHit.h.

Referenced by NtpMaker::FillMCInfo().

Int_t AtmosScintHit::Strip
 

Definition at line 16 of file AtmosScintHit.h.

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

Double_t AtmosScintHit::T
 

Definition at line 23 of file AtmosScintHit.h.

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

Int_t AtmosScintHit::TrkId
 

Definition at line 14 of file AtmosScintHit.h.

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

Double_t AtmosScintHit::U
 

Definition at line 18 of file AtmosScintHit.h.

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

Double_t AtmosScintHit::V
 

Definition at line 19 of file AtmosScintHit.h.

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

Int_t AtmosScintHit::View
 

Definition at line 17 of file AtmosScintHit.h.

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

Double_t AtmosScintHit::X
 

Definition at line 20 of file AtmosScintHit.h.

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

Double_t AtmosScintHit::Y
 

Definition at line 21 of file AtmosScintHit.h.

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

Double_t AtmosScintHit::Z
 

Definition at line 22 of file AtmosScintHit.h.

Referenced by NtpMaker::FillMCInfo(), 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