Jpp  17.3.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JAANET::generator Struct Reference

Description of Monte Carlo event generation applications. More...

#include <JHead.hh>

Inheritance diagram for JAANET::generator:
JAANET::simul

Public Member Functions

 generator ()
 Default constructor. More...
 
bool less (const generator &object) const
 Comparison. More...
 
bool match (const generator &object) const
 Test match. More...
 
 ClassDefNV (generator, 1)
 

Public Attributes

std::string program
 program name More...
 
std::string version
 program version More...
 
std::string date
 processing date More...
 
std::string time
 processing time More...
 

Detailed Description

Description of Monte Carlo event generation applications.

Definition at line 456 of file JHead.hh.

Constructor & Destructor Documentation

JAANET::generator::generator ( )
inline

Default constructor.

Definition at line 460 of file JHead.hh.

460  :
461  program(),
462  version(),
463  date(),
464  time()
465  {}
std::string program
program name
Definition: JHead.hh:491
std::string version
program version
Definition: JHead.hh:492
std::string date
processing date
Definition: JHead.hh:493
std::string time
processing time
Definition: JHead.hh:494

Member Function Documentation

bool JAANET::generator::less ( const generator object) const
inline

Comparison.

Parameters
objectgenerator
Returns
true if this primary particle is less than given primary particle; else false

Definition at line 473 of file JHead.hh.

474  {
475  return program < object.program;
476  }
std::string program
program name
Definition: JHead.hh:491
bool JAANET::generator::match ( const generator object) const
inline

Test match.

Note that only the name of program is matched.

Parameters
objectgenerator
Returns
true if matches; else false

Definition at line 486 of file JHead.hh.

487  {
488  return program == object.program;
489  }
std::string program
program name
Definition: JHead.hh:491
JAANET::generator::ClassDefNV ( generator  ,
 
)

Member Data Documentation

std::string JAANET::generator::program

program name

Definition at line 491 of file JHead.hh.

std::string JAANET::generator::version

program version

Definition at line 492 of file JHead.hh.

std::string JAANET::generator::date

processing date

Definition at line 493 of file JHead.hh.

std::string JAANET::generator::time

processing time

Definition at line 494 of file JHead.hh.


The documentation for this struct was generated from the following file: