ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMonTimer.h File Reference
#include "AthenaKernel/CLASS_DEF.h"
#include <stdint.h>
Include dependency graph for TrigMonTimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrigMonTimer

Functions

bool operator== (const TrigMonTimer &lhs, const TrigMonTimer &rhs)
bool operator< (const TrigMonTimer &lhs, const TrigMonTimer &rhs)

Function Documentation

◆ operator<()

bool operator< ( const TrigMonTimer & lhs,
const TrigMonTimer & rhs )
inline

Definition at line 61 of file TrigMonTimer.h.

61 {
62 return lhs.getEncoded() < rhs.getEncoded();
63}
uint32_t getEncoded() const

◆ operator==()

bool operator== ( const TrigMonTimer & lhs,
const TrigMonTimer & rhs )
inline

Definition at line 58 of file TrigMonTimer.h.

58 {
59 return lhs.getEncoded() == rhs.getEncoded();
60}