| 
    Jpp
    
   | 
 
Data structure for input to trigger algorithm. More...
#include <JTriggerInput.hh>
  
 Public Member Functions | |
| template<class JHit_t > | |
| JTriggerInput (const JTimeslice< JHit_t > &input) | |
| Constructor.  More... | |
| const_iterator | end () const | 
| get iterator to end of data (without end marker)  More... | |
| iterator | end () | 
| get iterator to end of data (without end marker)  More... | |
| int | size () const | 
| get size of data (without end marker)  More... | |
| bool | empty () const | 
| test emptyness (without end marker)  More... | |
| const JDAQChronometer & | getDAQChronometer () const | 
| Get DAQ chronometer.  More... | |
| void | setDAQChronometer (const JDAQChronometer &chronometer) | 
| Set DAQ chronometer.  More... | |
| int | getDetectorID () const | 
| Get detector identifier.  More... | |
| int | getRunNumber () const | 
| Get run number.  More... | |
| int | getFrameIndex () const | 
| Get frame index.  More... | |
| const JDAQUTCExtended & | getTimesliceStart () const | 
| Get start of timeslice.  More... | |
| void | setRunNumber (const int run) | 
| Set run number.  More... | |
| void | setFrameIndex (const int frame_index) | 
| Set frame index.  More... | |
| void | setTimesliceStart (const JDAQUTCExtended ×lice_start) | 
| Set timeslice start time.  More... | |
| ClassDef (JDAQChronometer, 3) | |
Static Public Member Functions | |
| static int | sizeOf () | 
| Get size of object.  More... | |
Protected Attributes | |
| int | detector_id | 
| int | run | 
| int | frame_index | 
| JDAQUTCExtended | timeslice_start | 
Private Attributes | |
| std::vector< JHitR1 >::iterator | __end | 
Data structure for input to trigger algorithm.
The input data for the trigger are time ordered and contain an end marker. The member methods JTriggerInput::size() and JTriggerInput::end() refer to the position before the end marker.
Definition at line 32 of file JTriggerInput.hh.
      
  | 
  inline | 
Constructor.
| input | input data | 
Definition at line 44 of file JTriggerInput.hh.
      
  | 
  inline | 
get iterator to end of data (without end marker)
Definition at line 74 of file JTriggerInput.hh.
      
  | 
  inline | 
get iterator to end of data (without end marker)
Definition at line 75 of file JTriggerInput.hh.
      
  | 
  inline | 
get size of data (without end marker)
Definition at line 77 of file JTriggerInput.hh.
      
  | 
  inline | 
test emptyness (without end marker)
Definition at line 78 of file JTriggerInput.hh.
      
  | 
  inlineinherited | 
Get DAQ chronometer.
Definition at line 88 of file JDAQChronometer.hh.
      
  | 
  inlineinherited | 
Set DAQ chronometer.
| chronometer | DAQ chronometer | 
Definition at line 99 of file JDAQChronometer.hh.
      
  | 
  inlineinherited | 
Get detector identifier.
Definition at line 110 of file JDAQChronometer.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Get start of timeslice.
Definition at line 144 of file JDAQChronometer.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Set frame index.
| frame_index | frame index | 
Definition at line 166 of file JDAQChronometer.hh.
      
  | 
  inlineinherited | 
Set timeslice start time.
| timeslice_start | timeslice start time | 
Definition at line 177 of file JDAQChronometer.hh.
      
  | 
  inlinestaticinherited | 
Get size of object.
Definition at line 224 of file JDAQChronometer.hh.
      
  | 
  inherited | 
      
  | 
  private | 
Definition at line 82 of file JTriggerInput.hh.
      
  | 
  protectedinherited | 
Definition at line 237 of file JDAQChronometer.hh.
      
  | 
  protectedinherited | 
Definition at line 238 of file JDAQChronometer.hh.
      
  | 
  protectedinherited | 
Definition at line 239 of file JDAQChronometer.hh.
      
  | 
  protectedinherited | 
Definition at line 240 of file JDAQChronometer.hh.
 1.8.5