*
?
ext:cpp
regexp:(?i)\bs?printf
regexp:"(three|3) mice"
function:foo
callers:GetStringFromName
type:Stack
bases:SomeSubclass
derived:SomeSuperclass
member:SomeClass
+overridden:Derived::foo()
overrides:someMethod
#include "DataFormats/HcalRecHit/interface/HORecHit.h" std::ostream& operator<<(std::ostream& s, const HORecHit& hit) { return s << hit.id() << ": " << hit.energy() << " GeV, " << hit.time() << " ns"; }
#include "DataFormats/HcalRecHit/interface/HORecHit.h"
std::ostream& operator<<(std::ostream& s, const HORecHit& hit) {
return s << hit.id() << ": " << hit.energy() << " GeV, " << hit.time() << " ns";
}