Generator for simulation.
More...
#include <JHead.hh>
Generator for simulation.
Definition at line 460 of file JHead.hh.
JAANET::simul::ClassDefNV |
( |
simul |
, |
|
|
1 |
|
|
) |
| |
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 420 of file JHead.hh.
422 return program <
object.program;
std::string program
program name
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 433 of file JHead.hh.
435 return program ==
object.program;
std::string program
program name
JAANET::generator::ClassDefNV |
( |
generator |
, |
|
|
1 |
|
|
) |
| |
|
inherited |
std::string JAANET::generator::program |
|
inherited |
std::string JAANET::generator::version |
|
inherited |
program version
Definition at line 439 of file JHead.hh.
std::string JAANET::generator::date |
|
inherited |
processing date
Definition at line 440 of file JHead.hh.
std::string JAANET::generator::time |
|
inherited |
processing time
Definition at line 441 of file JHead.hh.
The documentation for this struct was generated from the following file: