LDMX Software
EventReadout.cxx
Go to the documentation of this file.
1
8
9#include <exception>
10#include <iostream>
12
13namespace trigscint {
14
15void EventReadout::print(Option_t* option) const {
16 std::cout << "EventReadout { " << "chan_id = " << chan_id_ << ", "
17 << "ADC[0]= " << adcs_[0] << ", " << "charge[0]= " << qs_[0] << ", "
18 << "pedestal= " << pedestal_ << ", " << "noise= " << noise_ << ", "
19 << "}\n";
20}
21
22void EventReadout::clear(Option_t* option) {}
23} // namespace trigscint
Class that stores full reconstructed (linearized) readout QIE sample from the TS.
This class represents the linearised QIE output from the trigger scintillator, in charge (fC).
std::vector< float > qs_
analog to digital counts
void print(Option_t *option="") const
Print out the object.
void clear(Option_t *option="")
Clear the data in the object.
std::vector< int > adcs_
analog to digital counts