| 
    Jpp
    17.2.0
    
   the software that should make you happy 
   | 
 
Auxiliary class for simultaneously handling light yields and response of PMT. More...
#include <JNPEHit.hh>
  
 Public Member Functions | |
| JNPEHit () | |
| Default constructor.  More... | |
| JNPEHit (const JNPE &npe, const size_t n) | |
| Constructor.  More... | |
| size_t | getN () const | 
| Get number of hits.  More... | |
| double | getP () const | 
| Get probability.  More... | |
| double | getP (const double E_GeV) const | 
| Get muon energy dependent probability.  More... | |
| double | getChi2 (const double E_GeV) const | 
| Get chi2.  More... | |
| double | getY1 () const | 
| Get light yield due to minimum ionizing particle.  More... | |
| double | getYA () const | 
| Get light yield due to delta-rays.  More... | |
| double | getYB () const | 
| Get light yield due to bremsstrahlung.  More... | |
| double | getZ () const | 
| Get position along muon path.  More... | |
| double | getH1 (const double E_GeV) const | 
| Expected number of photo-electrons for muon hypothesis as a function of muon energy.  More... | |
| double | getP (const double E_GeV, const bool hit) const | 
| Get probability for observing a hit or not as a function of muon energy.  More... | |
| double | getP (const bool hit) const | 
| Get probability for observing a hit or not.  More... | |
| double | getChi2 (const double E_GeV, const bool hit) const | 
| Get chi2 for observing a hit or not as a function of muon energy.  More... | |
| double | getChi2 (const bool hit) const | 
| Get chi2 for observing a hit or not.  More... | |
| double | getY0 () const | 
| Get light yield due to random background.  More... | |
| double | getH0 () const | 
| Expected number of photo-electrons for random background hypothesis.  More... | |
Protected Attributes | |
| size_t | __n | 
| double | y1 | 
| light yield due to minimum ionizing particle [npe]  More... | |
| double | yA | 
| light yield due to delta-rays [npe*m/GeV]  More... | |
| double | yB | 
| light yield due to bremsstrahlung [npe/GeV]  More... | |
| double | z | 
| position along muon path [m]  More... | |
| double | y0 | 
| light yield due to random background [npe]  More... | |
Auxiliary class for simultaneously handling light yields and response of PMT.
Definition at line 19 of file JNPEHit.hh.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Get muon energy dependent probability.
| E_GeV | energy [GeV] | 
Definition at line 75 of file JNPEHit.hh.
      
  | 
  inline | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Get position along muon path.
      
  | 
  inlineinherited | 
Expected number of photo-electrons for muon hypothesis as a function of muon energy.
| E_GeV | energy [GeV] | 
Definition at line 117 of file JNPE.hh.
      
  | 
  inlineinherited | 
Get probability for observing a hit or not as a function of muon energy.
| E_GeV | energy [GeV] | 
| hit | hit | 
Definition at line 139 of file JNPE.hh.
      
  | 
  inlineinherited | 
Get probability for observing a hit or not.
| hit | hit | 
Definition at line 72 of file JK40.hh.
      
  | 
  inlineinherited | 
Get chi2 for observing a hit or not as a function of muon energy.
| E_GeV | energy [GeV] | 
| hit | hit | 
Definition at line 152 of file JNPE.hh.
      
  | 
  inlineinherited | 
Get chi2 for observing a hit or not.
| hit | hit | 
Definition at line 84 of file JK40.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Expected number of photo-electrons for random background hypothesis.
Definition at line 60 of file JK40.hh.
      
  | 
  protected | 
Definition at line 93 of file JNPEHit.hh.
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
 1.8.5