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

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
Float_t U [2]
Float_t V [2]
Float_t X [2]
Float_t Y [2]
Float_t Z [2]
Float_t T [2]
Float_t ParticleE
Float_t DS
Float_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   for(int i=0; i<2; ++i)
00023     {
00024       U[i] = 0.0;
00025       V[i] = 0.0;
00026       X[i] = 0.0;
00027       Y[i] = 0.0;
00028       Z[i] = 0.0;
00029       T[i] = 0.0;
00030     }
00031   ParticleE = 0.0;
00032   DS = 0.0;
00033   DE = 0.0;
00034 }


Member Data Documentation

Float_t AtmosScintHit::DE
 

Definition at line 26 of file AtmosScintHit.h.

Referenced by MeuCuts::ExtractTruthInfo(), NtpMaker::FillMCInfo(), Init(), TruthHelp::MakeAssociateHits(), and CamEvd::MakeMCPlot().

Float_t AtmosScintHit::DS
 

Definition at line 25 of file AtmosScintHit.h.

Referenced by MeuCuts::ExtractTruthInfo(), NtpMaker::FillMCInfo(), Init(), and CamEvd::MakeMCPlot().

Int_t AtmosScintHit::Id
 

Definition at line 13 of file AtmosScintHit.h.

Referenced by MeuCuts::ExtractTruthInfo(), NtpMaker::FillMCInfo(), Init(), CamEvd::MakeMCPlot(), and TruthHelp::MakeTrkIdToId().

Float_t AtmosScintHit::ParticleE
 

Definition at line 24 of file AtmosScintHit.h.

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

Int_t AtmosScintHit::Plane
 

Definition at line 15 of file AtmosScintHit.h.

Referenced by MeuCuts::ExtractTruthInfo(), NtpMaker::FillMCInfo(), TruthHelp::MakeAssociateHits(), and CamEvd::MakeMCPlot().

Int_t AtmosScintHit::Strip
 

Definition at line 16 of file AtmosScintHit.h.

Referenced by NtpMaker::FillMCInfo(), Init(), TruthHelp::MakeAssociateHits(), and CamEvd::MakeMCPlot().

Float_t AtmosScintHit::T[2]
 

Definition at line 23 of file AtmosScintHit.h.

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

Int_t AtmosScintHit::TrkId
 

Definition at line 14 of file AtmosScintHit.h.

Referenced by TruthHelp::ClassHits(), NtpMaker::FillMCInfo(), Init(), CamEvd::MakeMCPlot(), and TruthHelp::MakeTrkIdToId().

Float_t AtmosScintHit::U[2]
 

Definition at line 18 of file AtmosScintHit.h.

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

Float_t AtmosScintHit::V[2]
 

Definition at line 19 of file AtmosScintHit.h.

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

Int_t AtmosScintHit::View
 

Definition at line 17 of file AtmosScintHit.h.

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

Float_t AtmosScintHit::X[2]
 

Definition at line 20 of file AtmosScintHit.h.

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

Float_t AtmosScintHit::Y[2]
 

Definition at line 21 of file AtmosScintHit.h.

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

Float_t AtmosScintHit::Z[2]
 

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 Mon Feb 15 11:08:40 2010 for loon by  doxygen 1.3.9.1