Jpp  16.0.0-rc.2
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::norma Struct Reference

Normlisation of CORSIKA events. More...

#include <JHead.hh>

Public Member Functions

 norma ()
 Default constructor. More...
 
bool match (const norma &object) const
 Test match. More...
 
normaadd (const norma &object)
 Addition. More...
 
 ClassDefNV (norma, 1)
 

Public Attributes

double primaryFlux
 Primary flux. More...
 
double numberOfPrimaries
 Number of primaries. More...
 

Detailed Description

Normlisation of CORSIKA events.

Definition at line 776 of file JHead.hh.

Constructor & Destructor Documentation

JAANET::norma::norma ( )
inline

Default constructor.

Definition at line 780 of file JHead.hh.

780  :
781  primaryFlux(0),
783  {}
double numberOfPrimaries
Number of primaries.
Definition: JHead.hh:810
double primaryFlux
Primary flux.
Definition: JHead.hh:809

Member Function Documentation

bool JAANET::norma::match ( const norma object) const
inline

Test match.

Parameters
objectnormalisation
Returns
true if matches; else false

Definition at line 791 of file JHead.hh.

792  {
793  return (primaryFlux == object.primaryFlux);
794  }
double primaryFlux
Primary flux.
Definition: JHead.hh:809
norma& JAANET::norma::add ( const norma object)
inline

Addition.

Parameters
objectnormalisation
Returns
this normalisation

Definition at line 802 of file JHead.hh.

803  {
804  numberOfPrimaries += object.numberOfPrimaries;
805 
806  return *this;
807  }
double numberOfPrimaries
Number of primaries.
Definition: JHead.hh:810
JAANET::norma::ClassDefNV ( norma  ,
 
)

Member Data Documentation

double JAANET::norma::primaryFlux

Primary flux.

Definition at line 809 of file JHead.hh.

double JAANET::norma::numberOfPrimaries

Number of primaries.

Definition at line 810 of file JHead.hh.


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