#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 |
| 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 |
|
|
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 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 }
|
|
|
Definition at line 26 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 25 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 13 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 24 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 15 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(). |
|
|
Definition at line 16 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 23 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 14 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 18 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 19 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 17 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 20 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 21 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
|
|
Definition at line 22 of file AtmosScintHit.h. Referenced by NtpMaker::FillMCInfo(), and Init(). |
1.3.9.1