FairRoot/PandaRoot
Functions
PndSciTHit.cxx File Reference
#include <iostream>
#include "PndSciTHit.h"

Go to the source code of this file.

Functions

std::ostreamoperator<< (std::ostream &out, PndSciTHit &hit)
 

Function Documentation

std::ostream& operator<< ( std::ostream out,
PndSciTHit hit 
)

Definition at line 14 of file PndSciTHit.cxx.

References out.

14  {
15  out << "PndSciTHit in Sensor: " << hit.GetDetectorID();
16  return out;
17 }
TFile * out
Definition: reco_muo.C:20