TTask derived class to perform (improved) direct walk reconstruction. More...
#include "IceDwalkx.h"
TTask derived class to perform (improved) direct walk reconstruction.
Definition at line 15 of file IceDwalkx.h.
Public Member Functions | |
| IceDwalkx (const char *name="IceDwalkx", const char *title="Direct walk reconstruction") | |
| virtual | ~IceDwalkx () |
| virtual void | Exec (Option_t *opt) |
| void | SetAsType (Int_t flag, TString s) |
| void | SetConditionalReco (Int_t flag) |
| void | SetDmin (Float_t d, TString s) |
| void | SetDtmarg (Int_t dt, TString s) |
| void | SetJangmax (Float_t ang, TString s, Int_t iter=1) |
| void | SetJdistmax (Float_t d, TString s, Int_t invol=1) |
| void | SetMaxDhit (Float_t d, TString s) |
| void | SetScatteringLength (Float_t lambda, TString s) |
| void | SetTangmax (Float_t ang, TString s) |
| void | SetTdistmax (Float_t d, TString s, Int_t invol=1) |
| void | SetVgroupUsage (Int_t flag, TString s) |
Public Member Functions inherited from IceLinefit | |
| IceLinefit (const char *name="IceLinefit", const char *title="Linefit reconstruction") | |
| virtual | ~IceLinefit () |
Public Member Functions inherited from IceRecoBase | |
| IceRecoBase (const char *name="IceRecoBase", const char *title="Base class for IceCube reconstruction tasks") | |
| virtual | ~IceRecoBase () |
| 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 | Amanda () |
| virtual void | AssociateHits (TObjArray &tes, TObjArray &hits, Int_t vgroup, Float_t maxdhit, Int_t astype, Float_t &qmax, Float_t lambda) |
| virtual void | ClusterTracks (TObjArray &tes, TObjArray &jets, Float_t tangmax, Int_t tinvol, Float_t tdistmax, Int_t astype, Float_t qmax) |
| virtual Int_t | DeepCore () |
| virtual Int_t | IceCube () |
| virtual Int_t | InIce () |
| virtual void | MergeJets (TObjArray &jets, Float_t jangmax, Float_t jdistmax, Int_t jinvol, Int_t jiterate, Int_t astype) |
| virtual void | SelectQvalue (TObjArray &tes, Int_t astype, Float_t qmax) |
| virtual void | StoreTracks (TObjArray &jets, Float_t jangmax, TString name, TString title) |
Protected Member Functions inherited from IceLinefit | |
| Int_t | Amanda () |
| Int_t | DeepCore () |
| Int_t | IceCube () |
| Int_t | InIce () |
| NcTrack * | Reconstruct (TObjArray *doms, Int_t cln, Int_t minmod, Int_t maxmod, Int_t maxhits, Int_t minahits, Int_t minamods, Int_t slc) |
| Int_t | Tracks () |
Protected Member Functions inherited from IceRecoBase | |
| virtual void | FlipTrack (NcTrack *t) const |
| IceDwalkx::IceDwalkx | ( | const char * | name = "IceDwalkx", |
| const char * | title = "Direct walk reconstruction" ) |
Definition at line 295 of file IceDwalkx.cxx.
|
virtual |
Definition at line 380 of file IceDwalkx.cxx.
|
protectedvirtual |
Definition at line 944 of file IceDwalkx.cxx.
|
protectedvirtual |
Definition at line 1755 of file IceDwalkx.cxx.
|
protectedvirtual |
Definition at line 1987 of file IceDwalkx.cxx.
|
protectedvirtual |
Definition at line 1550 of file IceDwalkx.cxx.
|
virtual |
Reimplemented from IceLinefit.
Definition at line 760 of file IceDwalkx.cxx.
|
protectedvirtual |
Definition at line 1345 of file IceDwalkx.cxx.
|
protectedvirtual |
Definition at line 1140 of file IceDwalkx.cxx.
|
protectedvirtual |
Definition at line 2134 of file IceDwalkx.cxx.
|
protectedvirtual |
Definition at line 1937 of file IceDwalkx.cxx.
| void IceDwalkx::SetAsType | ( | Int_t | flag, |
| TString | s ) |
Definition at line 687 of file IceDwalkx.cxx.
| void IceDwalkx::SetConditionalReco | ( | Int_t | flag | ) |
Definition at line 736 of file IceDwalkx.cxx.
| void IceDwalkx::SetDmin | ( | Float_t | d, |
| TString | s ) |
Definition at line 389 of file IceDwalkx.cxx.
| void IceDwalkx::SetDtmarg | ( | Int_t | dt, |
| TString | s ) |
Definition at line 410 of file IceDwalkx.cxx.
| void IceDwalkx::SetJangmax | ( | Float_t | ang, |
| TString | s, | ||
| Int_t | iter = 1 ) |
Definition at line 550 of file IceDwalkx.cxx.
| void IceDwalkx::SetJdistmax | ( | Float_t | d, |
| TString | s, | ||
| Int_t | invol = 1 ) |
Definition at line 611 of file IceDwalkx.cxx.
| void IceDwalkx::SetMaxDhit | ( | Float_t | d, |
| TString | s ) |
Definition at line 431 of file IceDwalkx.cxx.
| void IceDwalkx::SetScatteringLength | ( | Float_t | lambda, |
| TString | s ) |
Definition at line 714 of file IceDwalkx.cxx.
| void IceDwalkx::SetTangmax | ( | Float_t | ang, |
| TString | s ) |
Definition at line 452 of file IceDwalkx.cxx.
| void IceDwalkx::SetTdistmax | ( | Float_t | d, |
| TString | s, | ||
| Int_t | invol = 1 ) |
Definition at line 500 of file IceDwalkx.cxx.
| void IceDwalkx::SetVgroupUsage | ( | Int_t | flag, |
| TString | s ) |
Definition at line 660 of file IceDwalkx.cxx.
|
protectedvirtual |
Definition at line 2276 of file IceDwalkx.cxx.
|
protected |
Definition at line 79 of file IceDwalkx.h.
|
protected |
Definition at line 82 of file IceDwalkx.h.
|
protected |
Definition at line 80 of file IceDwalkx.h.
|
protected |
Definition at line 81 of file IceDwalkx.h.
|
protected |
Definition at line 87 of file IceDwalkx.h.
|
protected |
Definition at line 35 of file IceDwalkx.h.
|
protected |
Definition at line 38 of file IceDwalkx.h.
|
protected |
Definition at line 36 of file IceDwalkx.h.
|
protected |
Definition at line 37 of file IceDwalkx.h.
|
protected |
Definition at line 39 of file IceDwalkx.h.
|
protected |
Definition at line 42 of file IceDwalkx.h.
|
protected |
Definition at line 40 of file IceDwalkx.h.
|
protected |
Definition at line 41 of file IceDwalkx.h.
|
protected |
Definition at line 34 of file IceDwalkx.h.
|
protected |
Definition at line 59 of file IceDwalkx.h.
|
protected |
Definition at line 62 of file IceDwalkx.h.
|
protected |
Definition at line 60 of file IceDwalkx.h.
|
protected |
Definition at line 61 of file IceDwalkx.h.
|
protected |
Definition at line 67 of file IceDwalkx.h.
|
protected |
Definition at line 70 of file IceDwalkx.h.
|
protected |
Definition at line 68 of file IceDwalkx.h.
|
protected |
Definition at line 69 of file IceDwalkx.h.
|
protected |
Definition at line 71 of file IceDwalkx.h.
|
protected |
Definition at line 74 of file IceDwalkx.h.
|
protected |
Definition at line 72 of file IceDwalkx.h.
|
protected |
Definition at line 73 of file IceDwalkx.h.
|
protected |
Definition at line 63 of file IceDwalkx.h.
|
protected |
Definition at line 66 of file IceDwalkx.h.
|
protected |
Definition at line 64 of file IceDwalkx.h.
|
protected |
Definition at line 65 of file IceDwalkx.h.
|
protected |
Definition at line 83 of file IceDwalkx.h.
|
protected |
Definition at line 86 of file IceDwalkx.h.
|
protected |
Definition at line 84 of file IceDwalkx.h.
|
protected |
Definition at line 85 of file IceDwalkx.h.
|
protected |
Definition at line 43 of file IceDwalkx.h.
|
protected |
Definition at line 46 of file IceDwalkx.h.
|
protected |
Definition at line 44 of file IceDwalkx.h.
|
protected |
Definition at line 45 of file IceDwalkx.h.
|
protected |
Definition at line 47 of file IceDwalkx.h.
|
protected |
Definition at line 50 of file IceDwalkx.h.
|
protected |
Definition at line 48 of file IceDwalkx.h.
|
protected |
Definition at line 49 of file IceDwalkx.h.
|
protected |
Definition at line 51 of file IceDwalkx.h.
|
protected |
Definition at line 54 of file IceDwalkx.h.
|
protected |
Definition at line 52 of file IceDwalkx.h.
|
protected |
Definition at line 53 of file IceDwalkx.h.
|
protected |
Definition at line 55 of file IceDwalkx.h.
|
protected |
Definition at line 58 of file IceDwalkx.h.
|
protected |
Definition at line 56 of file IceDwalkx.h.
|
protected |
Definition at line 57 of file IceDwalkx.h.
|
protected |
Definition at line 75 of file IceDwalkx.h.
|
protected |
Definition at line 78 of file IceDwalkx.h.
|
protected |
Definition at line 76 of file IceDwalkx.h.
|
protected |
Definition at line 77 of file IceDwalkx.h.