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
15void TrigScintQIEDigis::Print(Option_t* option) const {
16 std::cout << "TrigScintQIEDigis { "
17 << "chanID= " << chanID_ << ", "
18 << "ADC[0]= " << adcs_[0] << ", "
19 << "TDC[0]= " << tdcs_[0] << ", "
20 << "CID[0]= " << tdcs_[0] << ", "
21 << "}\n";
22}
23
24void TrigScintQIEDigis::Clear(Option_t* option) {}
25} // namespace trigscint
class for storing QIE output
void Print(Option_t *option="") const
Print ifo about the class.
std::vector< int > adcs_
analog to digital counts
void Clear(Option_t *option="")
A dummy function.
std::vector< int > tdcs_
Time to Digital counts.