Neutrino flux.  
 More...
#include <JHead.hh>
Neutrino flux. 
Definition at line 906 of file JHead.hh.
 
◆ flux()
Default constructor. 
Definition at line 911 of file JHead.hh.
std::string file_2
File name.
 
std::string file_1
File name.
 
 
 
 
◆ less()
  
  
      
        
          | bool JAANET::flux::less  | 
          ( | 
          const flux &  | 
          object | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Comparison. 
- Parameters
 - 
  
  
 
- Returns
 - true if this flux is less than given flux; else false 
 
Definition at line 924 of file JHead.hh.
  926       return type < 
object.type;
 
 
 
 
◆ match()
  
  
      
        
          | bool JAANET::flux::match  | 
          ( | 
          const flux &  | 
          object | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Test match. 
- Parameters
 - 
  
  
 
- Returns
 - true if matches; else false 
 
Definition at line 935 of file JHead.hh.
  937       return type == 
object.type;
 
 
 
 
◆ ClassDefNV()
      
        
          | JAANET::flux::ClassDefNV  | 
          ( | 
          flux  | 
          ,  | 
        
        
           | 
           | 
          1  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ type
◆ key
      
        
          | std::string JAANET::flux::key | 
        
      
 
 
◆ file_1
      
        
          | std::string JAANET::flux::file_1 | 
        
      
 
 
◆ file_2
      
        
          | std::string JAANET::flux::file_2 | 
        
      
 
 
The documentation for this struct was generated from the following file: