Generator for simulation.  
 More...
#include <JHead.hh>
|  | 
| std::string | program | 
|  | program name 
 | 
|  | 
| std::string | version | 
|  | program version 
 | 
|  | 
| std::string | date | 
|  | processing date 
 | 
|  | 
| std::string | time | 
|  | processing time 
 | 
|  | 
Generator for simulation. 
Definition at line 526 of file JHead.hh.
◆ ClassDefNV() [1/2]
      
        
          | JAANET::simul::ClassDefNV | ( | simul | , | 
        
          |  |  | 1 | ) | 
      
 
 
◆ less()
  
  | 
        
          | bool JAANET::generator::less | ( | const generator & | object | ) | const |  | inlineinherited | 
 
Comparison. 
- Parameters
- 
  
  
- Returns
- true if this primary particle is less than given primary particle; else false 
Definition at line 486 of file JHead.hh.
  487    {
  488      return program < 
object.program;
 
  489    }
std::string program
program name
 
 
◆ match()
  
  | 
        
          | bool JAANET::generator::match | ( | const generator & | object | ) | const |  | inlineinherited | 
 
Test match. 
Note that only the name of program is matched.
- Parameters
- 
  
  
- Returns
- true if matches; else false 
Definition at line 499 of file JHead.hh.
  500    {
  501      return program == 
object.program;
 
  502    }
 
 
◆ ClassDefNV() [2/2]
  
  | 
        
          | JAANET::generator::ClassDefNV | ( | generator | , |  
          |  |  | 1 | ) |  | inherited | 
 
 
◆ program
  
  | 
        
          | std::string JAANET::generator::program |  | inherited | 
 
 
◆ version
  
  | 
        
          | std::string JAANET::generator::version |  | inherited | 
 
program version 
Definition at line 505 of file JHead.hh.
 
 
◆ date
  
  | 
        
          | std::string JAANET::generator::date |  | inherited | 
 
processing date 
Definition at line 506 of file JHead.hh.
 
 
◆ time
  
  | 
        
          | std::string JAANET::generator::time |  | inherited | 
 
processing time 
Definition at line 507 of file JHead.hh.
 
 
The documentation for this struct was generated from the following file: