#include <TrackAtNu.h>
Inheritance diagram for TrackAtNu:

Public Member Functions | |
| TrackAtNu (CandSliceHandle *slice) | |
| TrackAtNu (const TrackAtNu &rhs) | |
| ~TrackAtNu () | |
| CandSliceHandle * | GetCandSliceHandle () |
| void | AddHit (HitAtNu *hit) |
| const ShowerAtNu * | GetBegVtxShower () |
| void | SetBegVtxShower (ShowerAtNu *shower) |
| const ShowerAtNu * | GetEndVtxShower () |
| void | SetEndVtxShower (ShowerAtNu *shower) |
Private Attributes | |
| ShowerAtNu * | fBegVtxShower |
| ShowerAtNu * | fEndVtxShower |
| CandSliceHandle * | fSlice |
|
|
Definition at line 9 of file TrackAtNu.cxx. 00009 : 00010 fBegVtxShower(0), fEndVtxShower(0), fSlice(0) 00011 { 00012 fSlice = slice; 00013 }
|
|
|
Definition at line 15 of file TrackAtNu.cxx. 00015 : 00016 ObjTrackAtNu(rhs), 00017 fBegVtxShower(rhs.fBegVtxShower), 00018 fEndVtxShower(rhs.fEndVtxShower), 00019 fSlice(rhs.fSlice) 00020 { 00021 00022 }
|
|
|
Definition at line 24 of file TrackAtNu.cxx. 00025 {
00026
00027 }
|
|
|
Definition at line 34 of file TrackAtNu.cxx. References ObjTrackAtNu::AddHitToTrack(). Referenced by AlgAtNuRecoMCTruth::RunAlg(), and AlgAtNuReco::RunAlg(). 00035 {
00036 if(this->AddHitToTrack(hit)) return;
00037 else return;
00038 }
|
|
|
Definition at line 40 of file TrackAtNu.cxx. Referenced by AlgTrackAtNu::RunAlg(). 00041 {
00042 return fBegVtxShower;
00043 }
|
|
|
Definition at line 29 of file TrackAtNu.cxx. Referenced by AlgTrackAtNu::RunAlg(). 00030 {
00031 return fSlice;
00032 }
|
|
|
Definition at line 50 of file TrackAtNu.cxx. Referenced by AlgTrackAtNu::RunAlg(). 00051 {
00052 return fEndVtxShower;
00053 }
|
|
|
Definition at line 45 of file TrackAtNu.cxx. References fBegVtxShower. Referenced by AlgAtNuReco::RunAlg(). 00046 {
00047 fBegVtxShower = shower;
00048 }
|
|
|
Definition at line 55 of file TrackAtNu.cxx. References fEndVtxShower. Referenced by AlgAtNuReco::RunAlg(). 00056 {
00057 fEndVtxShower = shower;
00058 }
|
|
|
Definition at line 30 of file TrackAtNu.h. Referenced by SetBegVtxShower(). |
|
|
Definition at line 31 of file TrackAtNu.h. Referenced by SetEndVtxShower(). |
|
|
Definition at line 32 of file TrackAtNu.h. |
1.3.9.1