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 { "
17 << "chanID= " << chanID_ << ", "
18 << "ADC[0]= " << adcs_[0] << ", "
19 << "charge[0]= " << qs_[0] << ", "
20 << "pedestal= " << pedestal_ << ", "
21 << "noise= " << noise_ << ", "
22 << "}\n";
23}
24
25void EventReadout::Clear(Option_t* option) {}
26} // 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).
void Print(Option_t *option="") const
Print out the object.
std::vector< float > qs_
analog to digital counts
void Clear(Option_t *option="")
Clear the data in the object.
std::vector< int > adcs_
analog to digital counts