| 
    Jpp
    17.3.2
    
   the software that should make you happy 
   | 
 
Auxiliary class for PMT parameters including threshold. More...
#include <JParameters.hh>
Public Member Functions | |
| bool | operator< (const JParameters ¶meters) const | 
| Less-than operator.  More... | |
| JParameters () | |
| Default constructor.  More... | |
| JParameters (int runId, int domId, int pmtId, double threshold, double noise, double signal, bool badChannel) | |
| Constructor.  More... | |
Public Attributes | |
| int | runId | 
| int | domId | 
| int | pmtId | 
| double | threshold | 
| double | noise | 
| double | signal | 
| bool | badChannel | 
Friends | |
| std::ostream & | operator<< (std::ostream &out, const JParameters ¶meters) | 
| Write parameters to output stream.  More... | |
| std::istream & | operator>> (std::istream &in, JParameters ¶meters) | 
| Read parameters from input stream.  More... | |
Auxiliary class for PMT parameters including threshold.
Definition at line 21 of file JParameters.hh.
      
  | 
  inline | 
      
  | 
  inline | 
Constructor.
| runId | run number | 
| domId | module identifier | 
| pmtId | PMT number | 
| threshold | threshold | 
| noise | noise | 
| signal | signal | 
| badChannel | badness of channel | 
Definition at line 110 of file JParameters.hh.
      
  | 
  inline | 
Less-than operator.
| parameters | parameters | 
Definition at line 67 of file JParameters.hh.
      
  | 
  friend | 
Write parameters to output stream.
| out | output stream | 
| parameters | parameters | 
Definition at line 30 of file JParameters.hh.
      
  | 
  friend | 
Read parameters from input stream.
| in | input stream | 
| parameters | parameters | 
Definition at line 49 of file JParameters.hh.
| int JCALIBRATE::JParameters::runId | 
Definition at line 126 of file JParameters.hh.
| int JCALIBRATE::JParameters::domId | 
Definition at line 127 of file JParameters.hh.
| int JCALIBRATE::JParameters::pmtId | 
Definition at line 128 of file JParameters.hh.
| double JCALIBRATE::JParameters::threshold | 
Definition at line 129 of file JParameters.hh.
| double JCALIBRATE::JParameters::noise | 
Definition at line 130 of file JParameters.hh.
| double JCALIBRATE::JParameters::signal | 
Definition at line 131 of file JParameters.hh.
| bool JCALIBRATE::JParameters::badChannel | 
Definition at line 132 of file JParameters.hh.
 1.8.5