#include <AtmosScintHit.h>
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 |
Definition at line 6 of file AtmosScintHit.h.
| AtmosScintHit::AtmosScintHit | ( | ) |
Definition at line 5 of file AtmosScintHit.cxx.
References EVD::Init().
00006 { 00007 this->Init(); 00008 }
| AtmosScintHit::~AtmosScintHit | ( | ) |
| 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 }
| Float_t AtmosScintHit::DE |
| Float_t AtmosScintHit::DS |
| Int_t AtmosScintHit::Id |
Definition at line 13 of file AtmosScintHit.h.
Referenced by MeuCuts::ExtractTruthInfo(), NtpMaker::FillMCInfo(), and Init().
| Float_t AtmosScintHit::ParticleE |
Definition at line 24 of file AtmosScintHit.h.
Referenced by MeuCuts::ExtractTruthInfo(), NtpMaker::FillMCInfo(), Init(), and AtNuEventSelectionAB::MCscatter().
| Int_t AtmosScintHit::Plane |
Definition at line 15 of file AtmosScintHit.h.
Referenced by MeuCuts::ExtractTruthInfo(), NtpMaker::FillMCInfo(), and AtNuEventSelectionAB::MCscatter().
| Int_t AtmosScintHit::Strip |
| Float_t AtmosScintHit::T[2] |
| Int_t AtmosScintHit::TrkId |
| Float_t AtmosScintHit::U[2] |
| Float_t AtmosScintHit::V[2] |
| Int_t AtmosScintHit::View |
| Float_t AtmosScintHit::X[2] |
Definition at line 20 of file AtmosScintHit.h.
Referenced by NtpMaker::FillMCInfo(), Init(), and AtNuEventSelectionAB::MCscatter().
| Float_t AtmosScintHit::Y[2] |
Definition at line 21 of file AtmosScintHit.h.
Referenced by NtpMaker::FillMCInfo(), Init(), and AtNuEventSelectionAB::MCscatter().
| Float_t AtmosScintHit::Z[2] |
Definition at line 22 of file AtmosScintHit.h.
Referenced by NtpMaker::FillMCInfo(), Init(), and AtNuEventSelectionAB::MCscatter().
1.4.7