Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
MONITORL1DT::JElement Class Reference

Data structure for hit time and DOM identifier. More...

Public Member Functions

 JElement ()
 
 JElement (const int __id, const double __t)
 

Public Attributes

int id
 
double t
 

Detailed Description

Data structure for hit time and DOM identifier.

Definition at line 37 of file JMonitorL1dt.cc.

Constructor & Destructor Documentation

MONITORL1DT::JElement::JElement ( )
inline

Definition at line 39 of file JMonitorL1dt.cc.

39  :
40  id(0),
41  t (0.0)
42  {}
MONITORL1DT::JElement::JElement ( const int  __id,
const double  __t 
)
inline

Definition at line 44 of file JMonitorL1dt.cc.

45  :
46  id(__id),
47  t (__t)
48  {}

Member Data Documentation

int MONITORL1DT::JElement::id

Definition at line 50 of file JMonitorL1dt.cc.

double MONITORL1DT::JElement::t

Definition at line 51 of file JMonitorL1dt.cc.


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