LDMX Software
TrigScint
src
TrigScint
Event
TrigScintQIEDigis.cxx
Go to the documentation of this file.
1
7
#include "TrigScint/Event/TrigScintQIEDigis.h"
8
9
#include <exception>
10
#include <iostream>
11
ClassImp(
trigscint::TrigScintQIEDigis
);
12
13
namespace
trigscint {
14
15
std::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
21
void
TrigScintQIEDigis::clear
(Option_t* option) {}
22
}
// namespace trigscint
trigscint::TrigScintQIEDigis
class for storing QIE output
Definition
TrigScintQIEDigis.h:13
trigscint::TrigScintQIEDigis::adcs_
std::vector< int > adcs_
analog to digital counts
Definition
TrigScintQIEDigis.h:112
trigscint::TrigScintQIEDigis::chan_id_
int chan_id_
channel ID
Definition
TrigScintQIEDigis.h:107
trigscint::TrigScintQIEDigis::clear
void clear(Option_t *option="")
A dummy function.
Definition
TrigScintQIEDigis.cxx:21
trigscint::TrigScintQIEDigis::tdcs_
std::vector< int > tdcs_
Time to Digital counts.
Definition
TrigScintQIEDigis.h:115
Generated by
1.12.0