Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
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

◆ JElement() [1/2]

MONITORL1DT::JElement::JElement ( )
inline

Definition at line 39 of file JMonitorL1dt.cc.

39 :
40 id(0),
41 t (0.0)
42 {}

◆ JElement() [2/2]

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

◆ id

int MONITORL1DT::JElement::id

Definition at line 50 of file JMonitorL1dt.cc.

◆ t

double MONITORL1DT::JElement::t

Definition at line 51 of file JMonitorL1dt.cc.


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