|
Jpp
pmt_effective_area_update_2
the software that should make you happy
|
Model fits to data. More...
Classes | |
| struct | JQualitySorter |
| General purpose sorter of fit results. More... | |
| struct | JHitL0Comparator |
| Auxiliary class for permutations of L0 hits. More... | |
| struct | JHitL1Comparator |
| Auxiliary class for permutations of L1 hits. More... | |
| class | JPointing |
| Auxiliary class to compare fit results with respect to a reference direction (e.g. true muon). More... | |
| class | JPosition |
| Auxiliary class to compare fit results with respect to a reference position (e.g. true muon). More... | |
| class | JShowerEnergy |
| class | JAtmosphericMuon |
| Auxiliary class to evaluate atmospheric muon hypothesis. More... | |
| class | JHitW0 |
| Auxiliary class for a hit with background rate value. More... | |
| struct | JMuonEnergyParameters_t |
| Data structure for fit parameters. More... | |
| struct | JMuonGandalf |
| Wrapper class to make final fit of muon trajectory. More... | |
| struct | JMuonGandalfParameters_t |
| Data structure for fit parameters. More... | |
| struct | JMuonParameters |
| Muon reconstruction parameters. More... | |
| struct | JMuonPrefit |
| Wrapper class to make pre-fit of muon trajectory. More... | |
| struct | JMuonPrefitParameters_t |
| Data structure for fit parameters. More... | |
| struct | JMuonSimplex |
| Wrapper class to make intermediate fit of muon trajectory. More... | |
| struct | JMuonSimplexParameters_t |
| Data structure for fit parameters. More... | |
| struct | JMuonStartParameters_t |
| Data structure for fit parameters. More... | |
| class | JShowerBjorkenY |
| class to handle the direction fit of the shower reconstruction, mainly dedicated for ORCA More... | |
| struct | JShowerBjorkenYParameters_t |
| Data structure for fit parameters. More... | |
| class | JShowerDirectionPrefit |
| class to handle the direction fit of the shower reconstruction, mainly dedicated for ORCA More... | |
| struct | JShowerDirectionPrefitParameters_t |
| Data structure for fit parameters. More... | |
| class | JShowerEnergyPrefit |
| class to handle the third step of the shower reconstruction, mainly dedicated for ORCA More... | |
| struct | JShowerEnergyPrefitParameters_t |
| Data structure for fit parameters. More... | |
| class | JShowerFit |
| class to handle the direction fit of the shower reconstruction, mainly dedicated for ORCA More... | |
| struct | JShowerFitParameters_t |
| Data structure for fit parameters. More... | |
| struct | JShowerParameters |
| Shower reconstruction parameters. More... | |
| class | JShowerPointSimplex |
| class to handle the second position fit of the shower reconstruction, mainly dedicated for ORCA More... | |
| struct | JShowerPointSimplexParameters_t |
| class | JShowerPositionFit |
| class to handle the second position fit of the shower reconstruction, mainly dedicated for ORCA More... | |
| struct | JShowerPositionFitParameters_t |
| class | JShowerPrefit |
| class to handle first step of the shower reconstruction in ORCA: it reconstructs the shower vertex, intended as the shower brightest point, as the barycenter of the hits More... | |
| struct | JShowerPrefitParameters_t |
| Data structure for fit parameters. More... | |
| struct | JStart |
| Auxiliary class for start or end point evaluation. More... | |
Typedefs | |
| typedef JFIT::JFit | JFit |
| typedef JFIT::JEvt | JEvt |
| typedef JFIT::JEvent | JEvent |
| typedef JFIT::JHistory | JHistory |
Functions | |
| JPosition3D | getPosition (const JFit &fit) |
| Get position. More... | |
| JDirection3D | getDirection (const JFit &fit) |
| Get direction. More... | |
| JAxis3D | getAxis (const JFit &fit) |
| Get axis. More... | |
| JTrack3E | getTrack (const JFit &fit) |
| Get track. More... | |
| JFit | getFit (const JHistory &history, const JTrack3D &track, const double Q, const int NDF, const double energy=0.0, const int status=0) |
| Get fit. More... | |
| JFit | getFit (const JHistory &history, const JLine1Z &track, const JAngle3D &angle, const double Q, const int NDF, const double energy=0.0, const int status=0) |
| Get fit. More... | |
| double | getDot (const JFit &first, const JFit &second) |
| Get dot product. More... | |
| double | getDot (const JFit &fit, const JDirection3D &dir) |
| Get dot product. More... | |
| double | getQuality (const double chi2, const int N, const int NDF) |
| Get quality of fit. More... | |
| double | getQuality (const double chi2, const int NDF) |
| Get quality of fit. More... | |
| double | getQuality (const double chi2) |
| Get quality of fit. More... | |
| bool | qualitySorter (const JFit &first, const JFit &second) |
| Comparison of fit results. More... | |
| bool | has_history (const JFit &fit, const int type) |
| Test whether given fit has specified history. More... | |
| bool | has_history (const JFit &fit, const JRange< int > &range) |
| Test whether given fit has specified history. More... | |
| bool | has_muon_prefit (const JFit &fit) |
| Test whether given fit has muon prefit in history. More... | |
| bool | has_muon_simplex (const JFit &fit) |
| Test whether given fit has muon simplex in history. More... | |
| bool | has_muon_gandalf (const JFit &fit) |
| Test whether given fit has muon gandalf in history. More... | |
| bool | has_muon_energy (const JFit &fit) |
| Test whether given fit has muon energy in history. More... | |
| bool | has_muon_start (const JFit &fit) |
| Test whether given fit has muon start in history. More... | |
| bool | has_muon_fit (const JFit &fit) |
| Test whether given fit has muon fit in history. More... | |
| bool | has_shower_prefit (const JFit &fit) |
| Test whether given fit has shower prefit in history. More... | |
| bool | has_shower_positionfit (const JFit &fit) |
| Test whether given fit has shower position fit in history. More... | |
| bool | has_shower_completefit (const JFit &fit) |
| Test whether given fit has shower complete fit in history. More... | |
| bool | has_shower_fit (const JFit &fit) |
| Test whether given fit has shower fit in history. More... | |
| template<class JTrackSelector_t > | |
| bool | has_reconstructed_track (const JEvt &evt, JTrackSelector_t selector) |
| Test whether given event has a track according selection. More... | |
| bool | has_reconstructed_muon (const JEvt &evt) |
| Test whether given event has a track with muon reconstruction. More... | |
| bool | has_reconstructed_shower (const JEvt &evt) |
| Test whether given event has a track with shower reconstruction. More... | |
| template<class JTrackSelector_t , class JQualitySorter_t > | |
| const JFit & | get_best_reconstructed_track (const JEvt &evt, JTrackSelector_t selector, JQualitySorter_t comparator) |
| Get best reconstructed track. More... | |
| const JFit & | get_best_reconstructed_muon (const JEvt &evt) |
| Get best reconstructed muon. More... | |
| const JFit & | get_best_reconstructed_shower (const JEvt &evt) |
| Get best reconstructed shower. More... | |
Model fits to data.
| typedef JFIT::JFit JRECONSTRUCTION::JFit |
Definition at line 453 of file JReconstruction/JEvt.hh.
| typedef JFIT::JEvt JRECONSTRUCTION::JEvt |
Definition at line 454 of file JReconstruction/JEvt.hh.
| typedef JFIT::JEvent JRECONSTRUCTION::JEvent |
Definition at line 282 of file JHistory.hh.
Definition at line 283 of file JHistory.hh.
|
inline |
Get position.
| fit | fit |
Definition at line 76 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Get direction.
| fit | fit |
Definition at line 88 of file JReconstruction/JEvtToolkit.hh.
Get axis.
| fit | fit |
Definition at line 100 of file JReconstruction/JEvtToolkit.hh.
Get track.
| fit | fit |
Definition at line 112 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Get fit.
| history | history |
| track | track |
| Q | quality |
| NDF | number of degrees of freedom |
| energy | Energy, which would be set as 0, if the fit does not reconstruct energy |
| status | status of the fit as defined in enum JFitStatus.hh |
Definition at line 129 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Get fit.
| history | history |
| track | track |
| angle | angle |
| Q | quality |
| NDF | number of degrees of freedom |
| energy | Energy, which would be set as 0, if the fit does not reconstruct energy |
| status | status of the fit as defined in JFitStatus.hh |
Definition at line 157 of file JReconstruction/JEvtToolkit.hh.
Get dot product.
| first | first fit |
| second | second fit |
Definition at line 181 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Get dot product.
| fit | fit |
| dir | direction |
Definition at line 194 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Get quality of fit.
The larger the quality, the better the fit.
| chi2 | chi2 |
| N | number of hits |
| NDF | number of degrees of freedom |
Definition at line 209 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Get quality of fit.
The larger the quality, the better the fit.
| chi2 | chi2 |
| NDF | number of degrees of freedom |
Definition at line 223 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Get quality of fit.
The larger the quality, the better the fit.
| chi2 | chi2 |
Definition at line 236 of file JReconstruction/JEvtToolkit.hh.
Comparison of fit results.
| first | first fit |
| second | second fit |
Definition at line 249 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given fit has specified history.
| fit | fit |
| type | application type |
Definition at line 288 of file JReconstruction/JEvtToolkit.hh.
Test whether given fit has specified history.
| fit | fit |
| range | application type range |
Definition at line 303 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given fit has muon prefit in history.
| fit | fit |
Definition at line 317 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given fit has muon simplex in history.
| fit | fit |
Definition at line 329 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given fit has muon gandalf in history.
| fit | fit |
Definition at line 341 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given fit has muon energy in history.
| fit | fit |
Definition at line 353 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given fit has muon start in history.
| fit | fit |
Definition at line 365 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given fit has muon fit in history.
| fit | fit |
Definition at line 377 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given fit has shower prefit in history.
| fit | fit |
Definition at line 389 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given fit has shower position fit in history.
| fit | fit |
Definition at line 401 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given fit has shower complete fit in history.
| fit | fit |
Definition at line 413 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given fit has shower fit in history.
| fit | fit |
Definition at line 425 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given event has a track according selection.
The track selector corresponds to the function operator bool selector(const Trk&);.
| evt | event |
| selector | track selector |
Definition at line 440 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given event has a track with muon reconstruction.
| evt | event |
Definition at line 452 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Test whether given event has a track with shower reconstruction.
| evt | event |
Definition at line 464 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Get best reconstructed track.
The track selector corresponds to the function operator bool selector(const Trk&); and the track comparator to bool comprator(const Trk&, const Trk&);.
| evt | event |
| selector | track selector |
| comparator | track comparator |
Definition at line 481 of file JReconstruction/JEvtToolkit.hh.
Get best reconstructed muon.
| evt | event |
Definition at line 506 of file JReconstruction/JEvtToolkit.hh.
Get best reconstructed shower.
| evt | event |
Definition at line 518 of file JReconstruction/JEvtToolkit.hh.
1.8.5