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

In This Package:

MixHeader.h File Reference

#include "Event/ReadoutHeader.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 26 of file MixHeader.h.

00027 { 
00028   return lmh.roh->readout()->triggerTime().GetSec() < rmh.roh->readout()->triggerTime().GetSec() ||
00029         (lmh.roh->readout()->triggerTime().GetSec() == rmh.roh->readout()->triggerTime().GetSec() &&
00030          lmh.roh->readout()->triggerTime().GetNanoSec() < rmh.roh->readout()->triggerTime().GetNanoSec() ); 
00031 }

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

Definition at line 33 of file MixHeader.h.

00034 { 
00035   return lmh.roh != rmh.roh; 
00036 }

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

Generated on Mon Apr 11 20:45:30 2011 for ROBufferSvc by doxygen 1.4.7