IceRecoBase derived TTask processor to perform Convoluted Pandel fitting.
Copyright(c) 2003, IceCube Experiment at the South Pole. All rights reserved.
Author: The IceCube NCFS-based Offline Project.
Contributors are mentioned in the code where appropriate.
Permission to use, copy, modify and distribute this software and its
documentation strictly for non-commercial purposes is hereby granted
without fee, provided that the above copyright notice appears in all
copies and that both the copyright notice and this permission notice
appear in the supporting documentation.
The authors make no claims about the suitability of this software for
any purpose. It is provided "as is" without express or implied warranty.
Definition at line 17 of file IcePandel.h.
|
| | IcePandel (const char *name="IcePandel", const char *title="Gauss convoluted Pandel fitting") |
| |
| virtual | ~IcePandel () |
| |
| virtual void | Exec (Option_t *opt) |
| |
| void | FitFCN (Int_t &, Double_t *, Double_t &, Double_t *, Int_t) |
| |
| void | SelectHits (Int_t mode=1) |
| |
| void | SetPenalty (Float_t val) |
| |
| void | SetPrintLevel (Int_t level) |
| |
| | 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) |
| |