#include <cstdint>
#include "DataFormats/CTPPSDigi/interface/HPTDCErrorFlags.h"
#include <iostream>
Go to the source code of this file.
◆ operator<()
Definition at line 59 of file CTPPSDiamondDigi.h.
References trackingPlots::other.
60 if (
one.leadingEdge() <
other.leadingEdge())
62 if (
one.leadingEdge() >
other.leadingEdge())
64 if (
one.trailingEdge() <
other.trailingEdge())
66 if (
one.trailingEdge() >
other.trailingEdge())
68 if (
one.multipleHit() <
other.multipleHit())
70 if (
one.multipleHit() >
other.multipleHit())
72 if (
one.hptdcErrorFlags().errorFlag() <
other.hptdcErrorFlags().errorFlag())
74 if (
one.hptdcErrorFlags().errorFlag() >
other.hptdcErrorFlags().errorFlag())
76 if (
one.thresholdVoltage() <
other.thresholdVoltage())
78 if (
one.thresholdVoltage() >
other.thresholdVoltage())
◆ operator<<()