#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 5 of file AtmosScintHit.cxx. 00006 {
00007 this->Init();
00008 }
|
|
|
Definition at line 10 of file AtmosScintHit.cxx. 00011 {
00012
00013 }
|
|
|
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 }
|
|
|
Definition at line 26 of file AtmosScintHit.h. Referenced by MeuCuts::ExtractTruthInfo(), NtpMaker::FillMCInfo(), Init(), TruthHelp::MakeAssociateHits(), and CamEvd::MakeMCPlot(). |
|
|
Definition at line 25 of file AtmosScintHit.h. Referenced by MeuCuts::ExtractTruthInfo(), NtpMaker::FillMCInfo(), Init(), and CamEvd::MakeMCPlot(). |
|
|
Definition at line 13 of file AtmosScintHit.h. Referenced by MeuCuts::ExtractTruthInfo(), NtpMaker::FillMCInfo(), Init(), CamEvd::MakeMCPlot(), and TruthHelp::MakeTrkIdToId(). |
|
|
Definition at line 24 of file AtmosScintHit.h. Referenced by MeuCuts::ExtractTruthInfo(), NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 15 of file AtmosScintHit.h. Referenced by MeuCuts::ExtractTruthInfo(), NtpMaker::FillMCInfo(), TruthHelp::MakeAssociateHits(), and CamEvd::MakeMCPlot(). |
|
|
Definition at line 16 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), Init(), TruthHelp::MakeAssociateHits(), and CamEvd::MakeMCPlot(). |
|
|
Definition at line 23 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), Init(), and CamEvd::MakeMCPlot(). |
|
|
Definition at line 14 of file AtmosScintHit.h. Referenced by TruthHelp::ClassHits(), NtpMaker::FillMCInfo(), Init(), CamEvd::MakeMCPlot(), and TruthHelp::MakeTrkIdToId(). |
|
|
Definition at line 18 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), Init(), and CamEvd::MakeMCPlot(). |
|
|
Definition at line 19 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), Init(), and CamEvd::MakeMCPlot(). |
|
|
Definition at line 17 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), Init(), and CamEvd::MakeMCPlot(). |
|
|
Definition at line 20 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), Init(), and CamEvd::MakeMCPlot(). |
|
|
Definition at line 21 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), Init(), and CamEvd::MakeMCPlot(). |
|
|
Definition at line 22 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
1.3.9.1