Jpp - 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 403 of file JHead.hh.

Constructor & Destructor Documentation

JAANET::generator::generator ( )
inline

Default constructor.

Definition at line 407 of file JHead.hh.

407  :
408  program(),
409  version(),
410  date(),
411  time()
412  {}
std::string program
program name
Definition: JHead.hh:438
std::string version
program version
Definition: JHead.hh:439
std::string date
processing date
Definition: JHead.hh:440
std::string time
processing time
Definition: JHead.hh:441

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 420 of file JHead.hh.

421  {
422  return program < object.program;
423  }
std::string program
program name
Definition: JHead.hh:438
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 433 of file JHead.hh.

434  {
435  return program == object.program;
436  }
std::string program
program name
Definition: JHead.hh:438
JAANET::generator::ClassDefNV ( generator  ,
 
)

Member Data Documentation

std::string JAANET::generator::program

program name

Definition at line 438 of file JHead.hh.

std::string JAANET::generator::version

program version

Definition at line 439 of file JHead.hh.

std::string JAANET::generator::date

processing date

Definition at line 440 of file JHead.hh.

std::string JAANET::generator::time

processing time

Definition at line 441 of file JHead.hh.


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