#include <DataFormats/CSCDigi/interface/CSCComparatorDigi.h>
#include <iostream>
#include <algorithm>
#include <iterator>
Go to the source code of this file.
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(); }