| 
    Jpp
    master_rocky-37-gf0c5bc59d
    
   the software that should make you happy 
   | 
 
class to handle the second position fit of the shower reconstruction, mainly dedicated for ORCA More...
#include <JShowerPointSimplex.hh>
  
Public Member Functions | |
| JShowerPointSimplex (const JShowerPointSimplexParameters_t ¶meters, const JModuleRouter &router, const int debug=0) | |
| Parameterized constructor.  More... | |
| JEvt | operator() (const KM3NETDAQ::JDAQEvent &event, const JFIT::JEvt &in) | 
| Declaration of the member function that actually performs the reconstruction.  More... | |
| void | reset () | 
| Reset fit parameters.  More... | |
| bool | equals (const JShowerPointSimplexParameters_t ¶meters) const | 
| Equality.  More... | |
| ClassDef (JShowerPointSimplexParameters_t, 2) | |
Public Attributes | |
| const JModuleRouter & | router | 
| size_t | numberOfPrefits | 
| number of prefits  More... | |
| double | sigma_ns | 
| time resolution [ns]  More... | |
| double | TMaxLocal_ns | 
| time window for local coincidences [ns]  More... | |
| double | TMax_ns | 
| maximum time for local coincidences [ns]  More... | |
| double | TMin_ns | 
| minimum time for local coincidences [ns]  More... | |
| double | DMax_m | 
| maximal distance to optical module [m]  More... | |
| double | ctMin | 
| minimal cosine space angle between PMT axes  More... | |
| int | mestimator | 
| m-estimator  More... | |
| int | NMax | 
| maximum number of iterations  More... | |
Private Types | |
| typedef JRegressor< JPoint4D, JGandalf > | JRegressor_t | 
| typedef JTRIGGER::JHitR1 | hit_type | 
| typedef std::vector< hit_type > | buffer_type | 
class to handle the second position fit of the shower reconstruction, mainly dedicated for ORCA
Definition at line 68 of file JShowerPointSimplex.hh.
      
  | 
  private | 
Definition at line 75 of file JShowerPointSimplex.hh.
      
  | 
  private | 
Definition at line 77 of file JShowerPointSimplex.hh.
      
  | 
  private | 
Definition at line 78 of file JShowerPointSimplex.hh.
      
  | 
  inline | 
Parameterized constructor.
| parameters | struct that holds default-optimized parameters for the reconstruction. | 
| router | module router, this is built via detector file. | 
| debug | debug | 
Definition at line 89 of file JShowerPointSimplex.hh.
      
  | 
  inline | 
Declaration of the member function that actually performs the reconstruction.
| event | which is a JDAQEvent | 
| in | input fits | 
Definition at line 116 of file JShowerPointSimplex.hh.
      
  | 
  inlineinherited | 
Reset fit parameters.
Definition at line 35 of file JShowerPointSimplexParameters_t.hh.
      
  | 
  inlineinherited | 
Equality.
| parameters | fit parameters | 
Definition at line 54 of file JShowerPointSimplexParameters_t.hh.
      
  | 
  inherited | 
| const JModuleRouter& JRECONSTRUCTION::JShowerPointSimplex::router | 
Definition at line 175 of file JShowerPointSimplex.hh.
      
  | 
  inherited | 
number of prefits
Definition at line 70 of file JShowerPointSimplexParameters_t.hh.
      
  | 
  inherited | 
time resolution [ns]
Definition at line 71 of file JShowerPointSimplexParameters_t.hh.
      
  | 
  inherited | 
time window for local coincidences [ns]
Definition at line 72 of file JShowerPointSimplexParameters_t.hh.
      
  | 
  inherited | 
maximum time for local coincidences [ns]
Definition at line 73 of file JShowerPointSimplexParameters_t.hh.
      
  | 
  inherited | 
minimum time for local coincidences [ns]
Definition at line 74 of file JShowerPointSimplexParameters_t.hh.
      
  | 
  inherited | 
maximal distance to optical module [m]
Definition at line 75 of file JShowerPointSimplexParameters_t.hh.
      
  | 
  inherited | 
minimal cosine space angle between PMT axes
Definition at line 76 of file JShowerPointSimplexParameters_t.hh.
      
  | 
  inherited | 
m-estimator
Definition at line 77 of file JShowerPointSimplexParameters_t.hh.
      
  | 
  inherited | 
maximum number of iterations
Definition at line 78 of file JShowerPointSimplexParameters_t.hh.