| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

MixHeader.h File Reference

#include "PerReadoutEvent/PerReadoutHeader.h"

Include dependency graph for MixHeader.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  MixHeader

Functions

bool operator< (const MixHeader &lmh, const MixHeader &rmh)
bool operator!= (const MixHeader &lmh, const MixHeader &rmh)

Function Documentation

bool operator< ( const MixHeader lmh,
const MixHeader rmh 
) [inline]

Definition at line 28 of file MixHeader.h.

00029 { 
00030   return lmh.hder->readout->triggerTimeSec      < rmh.hder->readout->triggerTimeSec ||
00031         (lmh.hder->readout->triggerTimeSec     == rmh.hder->readout->triggerTimeSec &&
00032          lmh.hder->readout->triggerTimeNanoSec  < rmh.hder->readout->triggerTimeNanoSec ); 
00033 }

bool operator!= ( const MixHeader lmh,
const MixHeader rmh 
) [inline]

Definition at line 35 of file MixHeader.h.

00036 { 
00037   return lmh.hder != rmh.hder || lmh.entry != rmh.entry || lmh.sample != rmh.sample; 
00038 }

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:45:53 2011 for Mixing by doxygen 1.4.7