LDMX Software
TestBeamHit.cxx File Reference

Class that stores reconstructed hit information from the TS test stand/test beam. More...

#include "TrigScint/Event/TestBeamHit.h"
#include <iostream>

Go to the source code of this file.

Functions

 ClassImp (trigscint::TestBeamHit)
 
std::ostream & trigscint::operator<< (std::ostream &o, const TestBeamHit &c)
 

Detailed Description

Class that stores reconstructed hit information from the TS test stand/test beam.

Author
Lene Kristian Bryngemark, Stanford University

Definition in file TestBeamHit.cxx.

Function Documentation

◆ operator<<()

std::ostream & trigscint::operator<< ( std::ostream & o,
const TestBeamHit & c )

Definition at line 27 of file TestBeamHit.cxx.

27 {
28 return o << "TestBeamHit { " << "Total charge: " << c.getQ()
29 << " fC, start time sample: " << c.getStartSample()
30 << ", bar: " << c.getBarID() << ", pulseWidth: " << c.getPulseWidth()
31 << "}";
32}