Jpp  test_elongated_shower_pde
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::flux Struct Reference

Neutrino flux. More...

#include <JHead.hh>

Public Member Functions

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

Public Attributes

int type
 Type. More...
 
std::string key
 Key. More...
 
std::string file_1
 File name. More...
 
std::string file_2
 File name. More...
 

Detailed Description

Neutrino flux.

Definition at line 890 of file JHead.hh.

Constructor & Destructor Documentation

JAANET::flux::flux ( )
inline

Default constructor.

Definition at line 895 of file JHead.hh.

895  :
896  type(0),
897  key(),
898  file_1(),
899  file_2()
900  {}
std::string file_2
File name.
Definition: JHead.hh:927
std::string key
Key.
Definition: JHead.hh:925
int type
Type.
Definition: JHead.hh:924
std::string file_1
File name.
Definition: JHead.hh:926

Member Function Documentation

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

Comparison.

Parameters
objectflux
Returns
true if this flux is less than given flux; else false

Definition at line 908 of file JHead.hh.

909  {
910  return type < object.type;
911  }
int type
Type.
Definition: JHead.hh:924
bool JAANET::flux::match ( const flux object) const
inline

Test match.

Parameters
objectflux
Returns
true if matches; else false

Definition at line 919 of file JHead.hh.

920  {
921  return type == object.type;
922  }
int type
Type.
Definition: JHead.hh:924
JAANET::flux::ClassDefNV ( flux  ,
 
)

Member Data Documentation

int JAANET::flux::type

Type.

Definition at line 924 of file JHead.hh.

std::string JAANET::flux::key

Key.

Definition at line 925 of file JHead.hh.

std::string JAANET::flux::file_1

File name.

Definition at line 926 of file JHead.hh.

std::string JAANET::flux::file_2

File name.

Definition at line 927 of file JHead.hh.


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