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

In This Package:

MixSimHit.h File Reference

#include "Event/SimHit.h"

Include dependency graph for MixSimHit.h:

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

Go to the source code of this file.


Classes

class  MixSimHit

Functions

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

Function Documentation

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

Definition at line 28 of file MixSimHit.h.

00029 { 
00030   return (lmh.sht->hitTime() < rmh.sht->hitTime());
00031 }

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

Definition at line 33 of file MixSimHit.h.

00034 { 
00035   return (lmh.sht->hitTime() != rmh.sht->hitTime());
00036 }

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

Generated on Mon Apr 11 20:44:14 2011 for SimHitSplitSvc by doxygen 1.4.7