LDMX Software
TrigScintQIEDigis.cxx File Reference

class for storing QIE output More...

#include "TrigScint/Event/TrigScintQIEDigis.h"
#include <exception>
#include <iostream>

Go to the source code of this file.

Functions

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

Detailed Description

class for storing QIE output

Author
Niramay Gogate, Texas Tech University

Definition in file TrigScintQIEDigis.cxx.

Function Documentation

◆ operator<<()

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

Definition at line 15 of file TrigScintQIEDigis.cxx.

15 {
16 return o << "TrigScintQIEDigis { " << "chan_id = " << c.chan_id_ << ", "
17 << "ADC[0]= " << c.adcs_[0] << ", " << "TDC[0]= " << c.tdcs_[0]
18 << ", " << "CID[0]= " << c.tdcs_[0] << ", " << "}\n";
19}