TTask derived base class for the various IceCube reconstruction tasks. More...
#include "IceRecoBase.h"
TTask derived base class for the various IceCube reconstruction tasks.
Definition at line 18 of file IceRecoBase.h.
Public Member Functions | |
| IceRecoBase (const char *name="IceRecoBase", const char *title="Base class for IceCube reconstruction tasks") | |
| virtual | ~IceRecoBase () |
| virtual void | Exec (Option_t *opt) |
| void | SetAbsorptionLength (Float_t lambda, TString s) |
| void | SetCharge (Float_t charge) |
| void | SetCleaned (Int_t flag, TString s) |
| void | SetFlipAngles (Float_t thetatrk, Float_t thetahits) |
| void | SetMaxHits (Int_t nmax, TString s) |
| void | SetMaxMod (Int_t nmax, TString s) |
| void | SetMinAhits (Int_t nmin, TString s) |
| void | SetMinAmods (Int_t nmin, TString s) |
| void | SetMinMod (Int_t nmin, TString s) |
| void | SetScatteringLength (Float_t lambda, TString s) |
| void | SetSingleHit (Int_t ndoms, TString s, Int_t ndoms1=0) |
| void | SetSLChitUsage (Int_t flag, TString s) |
| void | SetTimeJitter (Float_t sigma, TString s) |
| void | SetTrackName (TString s) |
| void | SetVgroupUsage (Int_t flag, TString s) |
| void | UseTracks (TString classname, Int_t n=-1) |
Protected Member Functions | |
| virtual void | FlipTrack (NcTrack *t) const |
Protected Attributes | |
| Float_t | fCharge |
| Int_t | fCleanA |
| Int_t | fCleanDC |
| Int_t | fCleanI |
| Int_t | fCleanIC |
| IceEvent * | fEvt |
| Int_t | fFirst |
| Float_t | fLabsA |
| Float_t | fLabsDL |
| Float_t | fLabsLD |
| Float_t | fLabsUD |
| Float_t | fLambdaA |
| Float_t | fLambdaDL |
| Float_t | fLambdaLD |
| Float_t | fLambdaUD |
| Int_t | fMaxhitsA |
| Int_t | fMaxhitsDC |
| Int_t | fMaxhitsI |
| Int_t | fMaxhitsIC |
| Int_t | fMaxmodA |
| Int_t | fMaxmodDC |
| Int_t | fMaxmodI |
| Int_t | fMaxmodIC |
| Int_t | fMinahitsA |
| Int_t | fMinahitsDC |
| Int_t | fMinahitsI |
| Int_t | fMinahitsIC |
| Int_t | fMinamodsA |
| Int_t | fMinamodsDC |
| Int_t | fMinamodsI |
| Int_t | fMinamodsIC |
| Int_t | fMinmodA |
| Int_t | fMinmodDC |
| Int_t | fMinmodI |
| Int_t | fMinmodIC |
| NcDevice | fParams |
| Int_t | fSingle1A |
| Int_t | fSingle1DC |
| Int_t | fSingle1I |
| Int_t | fSingle1IC |
| Int_t | fSingleA |
| Int_t | fSingleDC |
| Int_t | fSingleI |
| Int_t | fSingleIC |
| Int_t | fSlcDC |
| Int_t | fSlcI |
| Int_t | fSlcIC |
| Float_t | fThetahits |
| Float_t | fThetatrk |
| TString | fTrackname |
| Float_t | fTsigmaA |
| Float_t | fTsigmaDC |
| Float_t | fTsigmaIC |
| TObjArray * | fUseNames |
| TArrayI * | fUseNtk |
| Int_t | fVgroupA |
| Int_t | fVgroupDC |
| Int_t | fVgroupI |
| Int_t | fVgroupIC |
| IceRecoBase::IceRecoBase | ( | const char * | name = "IceRecoBase", |
| const char * | title = "Base class for IceCube reconstruction tasks" ) |
Definition at line 70 of file IceRecoBase.cxx.
|
virtual |
Definition at line 130 of file IceRecoBase.cxx.
|
virtual |
Reimplemented in IceDwalk, IceDwalkx, IceLinefit, and IcePandel.
Definition at line 843 of file IceRecoBase.cxx.
|
protectedvirtual |
Definition at line 911 of file IceRecoBase.cxx.
| void IceRecoBase::SetAbsorptionLength | ( | Float_t | lambda, |
| TString | s ) |
Definition at line 628 of file IceRecoBase.cxx.
| void IceRecoBase::SetCharge | ( | Float_t | charge | ) |
Definition at line 770 of file IceRecoBase.cxx.
| void IceRecoBase::SetCleaned | ( | Int_t | flag, |
| TString | s ) |
Definition at line 150 of file IceRecoBase.cxx.
| void IceRecoBase::SetFlipAngles | ( | Float_t | thetatrk, |
| Float_t | thetahits ) |
Definition at line 555 of file IceRecoBase.cxx.
| void IceRecoBase::SetMaxHits | ( | Int_t | nmax, |
| TString | s ) |
Definition at line 289 of file IceRecoBase.cxx.
| void IceRecoBase::SetMaxMod | ( | Int_t | nmax, |
| TString | s ) |
Definition at line 196 of file IceRecoBase.cxx.
| void IceRecoBase::SetMinAhits | ( | Int_t | nmin, |
| TString | s ) |
Definition at line 428 of file IceRecoBase.cxx.
| void IceRecoBase::SetMinAmods | ( | Int_t | nmin, |
| TString | s ) |
Definition at line 472 of file IceRecoBase.cxx.
| void IceRecoBase::SetMinMod | ( | Int_t | nmin, |
| TString | s ) |
Definition at line 244 of file IceRecoBase.cxx.
| void IceRecoBase::SetScatteringLength | ( | Float_t | lambda, |
| TString | s ) |
Definition at line 586 of file IceRecoBase.cxx.
| void IceRecoBase::SetSingleHit | ( | Int_t | ndoms, |
| TString | s, | ||
| Int_t | ndoms1 = 0 ) |
Definition at line 340 of file IceRecoBase.cxx.
| void IceRecoBase::SetSLChitUsage | ( | Int_t | flag, |
| TString | s ) |
Definition at line 516 of file IceRecoBase.cxx.
| void IceRecoBase::SetTimeJitter | ( | Float_t | sigma, |
| TString | s ) |
Definition at line 670 of file IceRecoBase.cxx.
| void IceRecoBase::SetTrackName | ( | TString | s | ) |
Definition at line 752 of file IceRecoBase.cxx.
| void IceRecoBase::SetVgroupUsage | ( | Int_t | flag, |
| TString | s ) |
Definition at line 705 of file IceRecoBase.cxx.
| void IceRecoBase::UseTracks | ( | TString | classname, |
| Int_t | n = -1 ) |
Definition at line 784 of file IceRecoBase.cxx.
|
protected |
Definition at line 97 of file IceRecoBase.h.
|
protected |
Definition at line 44 of file IceRecoBase.h.
|
protected |
Definition at line 47 of file IceRecoBase.h.
|
protected |
Definition at line 45 of file IceRecoBase.h.
|
protected |
Definition at line 46 of file IceRecoBase.h.
|
protected |
Definition at line 43 of file IceRecoBase.h.
|
protected |
Definition at line 42 of file IceRecoBase.h.
|
protected |
Definition at line 85 of file IceRecoBase.h.
|
protected |
Definition at line 87 of file IceRecoBase.h.
|
protected |
Definition at line 88 of file IceRecoBase.h.
|
protected |
Definition at line 86 of file IceRecoBase.h.
|
protected |
Definition at line 81 of file IceRecoBase.h.
|
protected |
Definition at line 83 of file IceRecoBase.h.
|
protected |
Definition at line 84 of file IceRecoBase.h.
|
protected |
Definition at line 82 of file IceRecoBase.h.
|
protected |
Definition at line 56 of file IceRecoBase.h.
|
protected |
Definition at line 59 of file IceRecoBase.h.
|
protected |
Definition at line 57 of file IceRecoBase.h.
|
protected |
Definition at line 58 of file IceRecoBase.h.
|
protected |
Definition at line 48 of file IceRecoBase.h.
|
protected |
Definition at line 51 of file IceRecoBase.h.
|
protected |
Definition at line 49 of file IceRecoBase.h.
|
protected |
Definition at line 50 of file IceRecoBase.h.
|
protected |
Definition at line 68 of file IceRecoBase.h.
|
protected |
Definition at line 71 of file IceRecoBase.h.
|
protected |
Definition at line 69 of file IceRecoBase.h.
|
protected |
Definition at line 70 of file IceRecoBase.h.
|
protected |
Definition at line 72 of file IceRecoBase.h.
|
protected |
Definition at line 75 of file IceRecoBase.h.
|
protected |
Definition at line 73 of file IceRecoBase.h.
|
protected |
Definition at line 74 of file IceRecoBase.h.
|
protected |
Definition at line 52 of file IceRecoBase.h.
|
protected |
Definition at line 55 of file IceRecoBase.h.
|
protected |
Definition at line 53 of file IceRecoBase.h.
|
protected |
Definition at line 54 of file IceRecoBase.h.
|
protected |
Definition at line 100 of file IceRecoBase.h.
|
protected |
Definition at line 64 of file IceRecoBase.h.
|
protected |
Definition at line 67 of file IceRecoBase.h.
|
protected |
Definition at line 66 of file IceRecoBase.h.
|
protected |
Definition at line 65 of file IceRecoBase.h.
|
protected |
Definition at line 60 of file IceRecoBase.h.
|
protected |
Definition at line 63 of file IceRecoBase.h.
|
protected |
Definition at line 62 of file IceRecoBase.h.
|
protected |
Definition at line 61 of file IceRecoBase.h.
|
protected |
Definition at line 78 of file IceRecoBase.h.
|
protected |
Definition at line 76 of file IceRecoBase.h.
|
protected |
Definition at line 77 of file IceRecoBase.h.
|
protected |
Definition at line 80 of file IceRecoBase.h.
|
protected |
Definition at line 79 of file IceRecoBase.h.
|
protected |
Definition at line 96 of file IceRecoBase.h.
|
protected |
Definition at line 89 of file IceRecoBase.h.
|
protected |
Definition at line 91 of file IceRecoBase.h.
|
protected |
Definition at line 90 of file IceRecoBase.h.
|
protected |
Definition at line 98 of file IceRecoBase.h.
|
protected |
Definition at line 99 of file IceRecoBase.h.
|
protected |
Definition at line 92 of file IceRecoBase.h.
|
protected |
Definition at line 95 of file IceRecoBase.h.
|
protected |
Definition at line 93 of file IceRecoBase.h.
|
protected |
Definition at line 94 of file IceRecoBase.h.