File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414namespace anab {
1515
1616 struct TPCChannelInfo {
17- unsigned channel;
18- float baseline;
19- float rms;
17+ unsigned channel; // !< Channel number
18+ float baseline; // !< Channel baseline
19+ float rms; // !< Channel RMS
20+ float even_fraction; // !< Fraction of even samples in waveform
21+ float xbad_fraction; // !< Fraction of samples equal to 0xBAD in the waveform
2022 };
2123
2224}
Original file line number Diff line number Diff line change 11<lcgdict >
22
3- <class name =" anab::TPCChannelInfo" ClassVersion =" 12" >
4- <version ClassVersion =" 12" checksum =" 332166564" />
5- </class >
3+ <class name =" anab::TPCChannelInfo" />
64 <class name =" std::vector<anab::TPCChannelInfo>" />
75 <class name =" art::Wrapper< anab::TPCChannelInfo>" />
86 <class name =" art::Wrapper< std::vector<anab::TPCChannelInfo>>" />
You can’t perform that action at this time.
0 commit comments