#include <iosfwd>
#include <vector>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | CSCComparatorDigi |
Functions | |
std::ostream & | operator<< (std::ostream &o, const CSCComparatorDigi &digi) |
Output operator. |
std::ostream& operator<< | ( | std::ostream & | o, |
const CSCComparatorDigi & | digi | ||
) |
Output operator.
Definition at line 108 of file CSCComparatorDigi.cc.
References CSCComparatorDigi::getComparator(), CSCComparatorDigi::getStrip(), and CSCComparatorDigi::getTimeBin().
{ return o << " " << digi.getStrip() << " " << digi.getComparator() << " " << digi.getTimeBin(); }