/search.css" rel="stylesheet" type="text/css"/> /search.js">
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Classes | Functions
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.

{ 
  return lmh.roh->readout()->triggerTime().GetSec() < rmh.roh->readout()->triggerTime().GetSec() ||
        (lmh.roh->readout()->triggerTime().GetSec() == rmh.roh->readout()->triggerTime().GetSec() &&
         lmh.roh->readout()->triggerTime().GetNanoSec() < rmh.roh->readout()->triggerTime().GetNanoSec() ); 
}
bool operator!= ( const MixHeader lmh,
const MixHeader rmh 
) [inline]

Definition at line 33 of file MixHeader.h.

{ 
  return lmh.roh != rmh.roh; 
}
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Fri May 16 2014 10:15:11 for ROBufferSvc by doxygen 1.7.4