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

MinosScintHit Class Reference

#include <MinosScintHit.h>

List of all members.

Public Member Functions

 MinosScintHit ()
 ~MinosScintHit ()
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

MinosScintHit::MinosScintHit  ) 
 

Definition at line 5 of file MinosScintHit.cxx.

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

MinosScintHit::~MinosScintHit  ) 
 

Definition at line 10 of file MinosScintHit.cxx.

00011 {
00012 
00013 }


Member Function Documentation

void MinosScintHit::Init  ) 
 

Definition at line 16 of file MinosScintHit.cxx.

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

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


Member Data Documentation

Double_t MinosScintHit::DE
 

Definition at line 27 of file MinosScintHit.h.

Referenced by Init().

Double_t MinosScintHit::DS
 

Definition at line 26 of file MinosScintHit.h.

Referenced by Init().

Int_t MinosScintHit::Id
 

Definition at line 14 of file MinosScintHit.h.

Referenced by Init().

Double_t MinosScintHit::ParticleE
 

Definition at line 25 of file MinosScintHit.h.

Referenced by Init().

Int_t MinosScintHit::Plane
 

Definition at line 16 of file MinosScintHit.h.

Int_t MinosScintHit::Strip
 

Definition at line 17 of file MinosScintHit.h.

Referenced by Init().

Double_t MinosScintHit::T
 

Definition at line 24 of file MinosScintHit.h.

Referenced by Init().

Int_t MinosScintHit::TrkId
 

Definition at line 15 of file MinosScintHit.h.

Referenced by Init().

Double_t MinosScintHit::U
 

Definition at line 19 of file MinosScintHit.h.

Referenced by Init().

Double_t MinosScintHit::V
 

Definition at line 20 of file MinosScintHit.h.

Referenced by Init().

Int_t MinosScintHit::View
 

Definition at line 18 of file MinosScintHit.h.

Referenced by Init().

Double_t MinosScintHit::X
 

Definition at line 21 of file MinosScintHit.h.

Referenced by Init().

Double_t MinosScintHit::Y
 

Definition at line 22 of file MinosScintHit.h.

Referenced by Init().

Double_t MinosScintHit::Z
 

Definition at line 23 of file MinosScintHit.h.

Referenced by Init().


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