Auxiliary class for I/O of PMT parameters map.  
 More...
Auxiliary class for I/O of PMT parameters map. 
Definition at line 459 of file JPMTParametersMap.hh.
 
Constructor. 
- Parameters
 - 
  
    | __object | PMT parameters map  | 
    | __equation | equation parameters  | 
  
   
Definition at line 467 of file JPMTParametersMap.hh.
const JEquationParameters & equation
 
JPMTParametersMap & object
 
 
 
 
Stream input PMT parameters map helper. 
- Parameters
 - 
  
    | in | input stream  | 
    | helper | PMT parameters map helper  | 
  
   
- Returns
 - input stream 
 
Definition at line 481 of file JPMTParametersMap.hh.
  486           helper.object[id].getProperties().read(
in);
 
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY source JAcoustics sh $DETECTOR_ID CHECK_EXIT_CODE typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
 
 
 
 
Stream output PMT parameters map helper. 
- Parameters
 - 
  
    | out | output stream  | 
    | helper | PMT parameters map helper  | 
  
   
- Returns
 - output stream 
 
Definition at line 500 of file JPMTParametersMap.hh.
  502         for (JPMTParametersMap::const_iterator i = helper.object.begin(); i != helper.object.end(); ++i) {
 
  506           i->second.getProperties(helper.equation).write(out);
 
 
 
 
The documentation for this class was generated from the following file: