| 
    Jpp - the software that should make you happy
    
   | 
 
#include <JParameters.hh>
Public Member Functions | |
| bool | operator< (const JParameters &par) const | 
| JParameters () | |
| JParameters (int runId, int domId, int pmtId, double threshold, double noise, double signal, bool badChannel) | |
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 &par) | 
| std::istream & | operator>> (std::istream &in, JParameters &par) | 
Definition at line 21 of file JParameters.hh.
      
  | 
  inline | 
Definition at line 55 of file JParameters.hh.
      
  | 
  inline | 
Definition at line 65 of file JParameters.hh.
      
  | 
  inline | 
Definition at line 38 of file JParameters.hh.
      
  | 
  friend | 
Definition at line 23 of file JParameters.hh.
      
  | 
  friend | 
Definition at line 31 of file JParameters.hh.
| int JCALIBRATE::JParameters::runId | 
Definition at line 76 of file JParameters.hh.
| int JCALIBRATE::JParameters::domId | 
Definition at line 77 of file JParameters.hh.
| int JCALIBRATE::JParameters::pmtId | 
Definition at line 78 of file JParameters.hh.
| double JCALIBRATE::JParameters::threshold | 
Definition at line 79 of file JParameters.hh.
| double JCALIBRATE::JParameters::noise | 
Definition at line 80 of file JParameters.hh.
| double JCALIBRATE::JParameters::signal | 
Definition at line 81 of file JParameters.hh.
| bool JCALIBRATE::JParameters::badChannel | 
Definition at line 82 of file JParameters.hh.
 1.8.5