Neutrino flux.  
 More...
#include <JHead.hh>
 | 
| int  | type | 
|   | Type.  
  | 
|   | 
| std::string  | key | 
|   | Key.  
  | 
|   | 
| std::string  | file_1 | 
|   | File name.  
  | 
|   | 
| std::string  | file_2 | 
|   | File name.  
  | 
|   | 
Neutrino flux. 
Definition at line 906 of file JHead.hh.
 
◆ flux()
Default constructor. 
Definition at line 911 of file JHead.hh.
  911           :
  916    {}
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.
  925    {
  926      return type < 
object.type;
 
  927    }
 
 
 
◆ 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.
  936    {
  937      return type == 
object.type;
 
  938    }
 
 
 
◆ 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: