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

Constructor & Destructor Documentation

JAANET::flux::flux ( )
inline

Default constructor.

Definition at line 844 of file JHead.hh.

844  :
845  type(0),
846  key(),
847  file_1(),
848  file_2()
849  {}
std::string file_2
File name.
Definition: JHead.hh:876
std::string key
Key.
Definition: JHead.hh:874
int type
Type.
Definition: JHead.hh:873
std::string file_1
File name.
Definition: JHead.hh:875

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

858  {
859  return type < object.type;
860  }
int type
Type.
Definition: JHead.hh:873
bool JAANET::flux::match ( const flux object) const
inline

Test match.

Parameters
objectlive time
Returns
true if matches; else false

Definition at line 868 of file JHead.hh.

869  {
870  return type == object.type;
871  }
int type
Type.
Definition: JHead.hh:873
JAANET::flux::ClassDefNV ( flux  ,
 
)

Member Data Documentation

int JAANET::flux::type

Type.

Definition at line 873 of file JHead.hh.

std::string JAANET::flux::key

Key.

Definition at line 874 of file JHead.hh.

std::string JAANET::flux::file_1

File name.

Definition at line 875 of file JHead.hh.

std::string JAANET::flux::file_2

File name.

Definition at line 876 of file JHead.hh.


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