Function object for constant fluxes.  
 More...
#include <JFlatFlux.hh>
Function object for constant fluxes. 
Definition at line 20 of file JFlatFlux.hh.
 
  
  
      
        
          | JAANET::JFlatFlux::JFlatFlux  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Default constructor. 
Definition at line 25 of file JFlatFlux.hh.
double flux
flux [GeV * m^-2 * sr^-1 * s^-1] 
 
 
 
 
  
  
      
        
          | JAANET::JFlatFlux::JFlatFlux  | 
          ( | 
          const double  | 
          flux | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
    | flux | [GeV * m^-2 * sr^-1 * s^-1]  | 
  
   
Definition at line 35 of file JFlatFlux.hh.
double flux
flux [GeV * m^-2 * sr^-1 * s^-1] 
 
 
 
 
  
  
      
        
          | double JAANET::JFlatFlux::operator()  | 
          ( | 
          const Evt &  | 
          evt | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get flux of given event. 
- Parameters
 - 
  
  
 
- Returns
 - flux [GeV * m^-2 * sr^-1 * s^-1] 
 
Definition at line 46 of file JFlatFlux.hh.
double flux
flux [GeV * m^-2 * sr^-1 * s^-1] 
 
 
 
 
  
  
      
        
          | std::istream& operator>>  | 
          ( | 
          std::istream &  | 
          in,  | 
         
        
           | 
           | 
          JFlatFlux &  | 
          object  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Stream input. 
- Parameters
 - 
  
    | in | input stream  | 
    | object | uniform flux  | 
  
   
- Returns
 - input stream 
 
Definition at line 59 of file JFlatFlux.hh.
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 JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
 
 
 
 
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const JFlatFlux &  | 
          object  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Write flux to output stream. 
- Parameters
 - 
  
    | out | output stream  | 
    | object | uniform  | 
  
   
- Returns
 - output stream 
 
Definition at line 74 of file JFlatFlux.hh.
   78       out << 
FIXED(5,3) << 
object.flux;
 
Auxiliary data structure for floating point format specification. 
 
 
 
 
      
        
          | double JAANET::JFlatFlux::flux | 
        
      
 
flux [GeV * m^-2 * sr^-1 * s^-1] 
Definition at line 83 of file JFlatFlux.hh.
 
 
The documentation for this struct was generated from the following file: