LDMX Software
TrigScintQIEDigis.cxx
Go to the documentation of this file.
1
7#include "TrigScint/Event/TrigScintQIEDigis.h"
8
9#include <exception>
10#include <iostream>
12
13namespace trigscint {
14
15std::ostream& operator<<(std::ostream& o, const TrigScintQIEDigis& c) {
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}
20
21void TrigScintQIEDigis::clear(Option_t* option) {}
22} // namespace trigscint
class for storing QIE output
std::vector< int > adcs_
analog to digital counts
void clear(Option_t *option="")
A dummy function.
std::vector< int > tdcs_
Time to Digital counts.