#include "DataFormats/DTRecHit/interface/DTSLRecCluster.h"
#include <iostream>
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &os, const DTSLRecCluster &clus) |
ostream& operator<< | ( | ostream & | os, |
const DTSLRecCluster & | clus | ||
) |
Definition at line 65 of file DTSLRecCluster.cc.
References DTSLRecCluster::localPosition(), DTSLRecCluster::localPositionError(), and DTSLRecCluster::nHits().
{ os << "Pos " << clus.localPosition() << " err " << clus.localPositionError() << " nHits: " << clus.nHits() ; return os; }