Jpp  18.3.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
JSUPERNOVA::JCoincidenceSN Class Reference

Auxiliary class to store reduced information of a coincidence on an optical module. More...

#include <JSupernova.hh>

Public Member Functions

 JCoincidenceSN (double t, int m, int dom)
 
int getMultiplicity () const
 
int getModule () const
 
double getTime () const
 
bool operator< (const JCoincidenceSN &rhs) const
 

Private Attributes

double time
 
int multiplicity
 
int moduleID
 

Detailed Description

Auxiliary class to store reduced information of a coincidence on an optical module.

Definition at line 47 of file JSupernova.hh.

Constructor & Destructor Documentation

JSUPERNOVA::JCoincidenceSN::JCoincidenceSN ( double  t,
int  m,
int  dom 
)
inline

Definition at line 55 of file JSupernova.hh.

Member Function Documentation

int JSUPERNOVA::JCoincidenceSN::getMultiplicity ( ) const
inline

Definition at line 59 of file JSupernova.hh.

59  {
60  return multiplicity;
61  }
int JSUPERNOVA::JCoincidenceSN::getModule ( ) const
inline

Definition at line 63 of file JSupernova.hh.

63  {
64  return moduleID;
65  }
double JSUPERNOVA::JCoincidenceSN::getTime ( ) const
inline

Definition at line 67 of file JSupernova.hh.

67  {
68  return time;
69  }
bool JSUPERNOVA::JCoincidenceSN::operator< ( const JCoincidenceSN rhs) const
inline

Definition at line 71 of file JSupernova.hh.

71  {
72  return (time < rhs.time);
73  }

Member Data Documentation

double JSUPERNOVA::JCoincidenceSN::time
private

Definition at line 50 of file JSupernova.hh.

int JSUPERNOVA::JCoincidenceSN::multiplicity
private

Definition at line 51 of file JSupernova.hh.

int JSUPERNOVA::JCoincidenceSN::moduleID
private

Definition at line 52 of file JSupernova.hh.


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