|
Jpp
18.3.0-rc.1
the software that should make you happy
|
Summary time slices. More...
#include <TimeSlice.hh>
Public Types | |
| typedef Summary_Frame | frame_type |
| item type definition More... | |
| typedef frame_type::item_type | item_type |
| item sub-type definition More... | |
Public Member Functions | |
| Summary_TimeSlice () | |
| Default constructor. More... | |
| template<class T > | |
| Summary_TimeSlice (const TimeSlice< T > &object) | |
| Constructor. More... | |
| template<class T > | |
| Summary_TimeSlice & | operator+= (const TimeSlice< T > &object) |
| operator += More... | |
| ClassDef (Summary_TimeSlice, 2) | |
| ROOT class definition. More... | |
| TimeSlice< Summary_Frame > & | operator+= (const TimeSlice< Summary_Frame > &object) |
| operator += More... | |
| ClassDef (TimeSlice, 2) | |
| ROOT class definition. More... | |
| ClassDef (EventPreamble, 2) | |
Public Attributes | |
| unsigned short | frameTarget |
| Unique code representing the shore station for this frame. More... | |
| unsigned int | frameTime1 |
| Frame 'time stamp' in units of 50ns (MSW) More... | |
| unsigned int | frameTime2 |
| Frame 'time stamp' in units of 50ns (LSW) More... | |
| unsigned int | frameIndex |
| Number of frames since start of the run. More... | |
| unsigned int | runNumber |
| Run-number as given by the RunControl. More... | |
Summary time slices.
Definition at line 587 of file TimeSlice.hh.
|
inherited |
item type definition
Definition at line 401 of file TimeSlice.hh.
|
inherited |
item sub-type definition
Definition at line 402 of file TimeSlice.hh.
|
inline |
Default constructor.
Definition at line 594 of file TimeSlice.hh.
|
inline |
operator +=
| object | time slice |
Definition at line 620 of file TimeSlice.hh.
| Summary_TimeSlice::ClassDef | ( | Summary_TimeSlice | , |
| 2 | |||
| ) |
ROOT class definition.
|
inlineinherited |
operator +=
| object | time slice |
Definition at line 446 of file TimeSlice.hh.
|
inherited |
ROOT class definition.
|
inherited |
|
inherited |
Unique code representing the shore station for this frame.
Definition at line 26 of file EventPreamble.hh.
|
inherited |
Frame 'time stamp' in units of 50ns (MSW)
Definition at line 29 of file EventPreamble.hh.
|
inherited |
Frame 'time stamp' in units of 50ns (LSW)
Definition at line 31 of file EventPreamble.hh.
|
inherited |
Number of frames since start of the run.
Definition at line 34 of file EventPreamble.hh.
|
inherited |
Run-number as given by the RunControl.
Definition at line 37 of file EventPreamble.hh.
1.8.5