Go to the source code of this file.
static Json::Value channel_jsoner |
( |
const cluster_node_t & |
n | ) |
|
|
static |
Definition at line 68 of file JsonClusterTap.cxx.
72 ret[
"ident"] = ich->ident();
73 ret[
"index"] = ich->index();
74 ret[
"wpid"] = ich->planeid().ident();
GenericValue< UTF8<> > Value
GenericValue with UTF8 encoding.
const GenericPointer< typename T::ValueType > & pointer
Definition at line 58 of file JsonClusterTap.cxx.
61 for (
int ind=0; ind<3; ++ind) {
GenericValue< UTF8<> > Value
GenericValue with UTF8 encoding.
Json::Value measurement_jsoner |
( |
const cluster_node_t & |
n | ) |
|
Definition at line 176 of file JsonClusterTap.cxx.
178 IChannel::shared_vector ichv = std::get<IChannel::shared_vector>(
n.ptr);
181 for (
auto ich : *ichv) {
182 j.append(ich->ident());
183 ret[
"wpid"] = ich->planeid().ident();
GenericValue< UTF8<> > Value
GenericValue with UTF8 encoding.
static Json::Value size_stringer |
( |
const cluster_node_t & |
n | ) |
|
|
static |
Definition at line 159 of file JsonClusterTap.cxx.
164 ret[
"ident"] = islice->ident();
165 ret[
"frameid"] = islice->frame()->ident();
166 ret[
"start"] = islice->start();
167 ret[
"span"] = islice->span();
169 for (
const auto& it : islice->activity()) {
172 ret[
"activity"] = jact;
GenericValue< UTF8<> > Value
GenericValue with UTF8 encoding.
const GenericPointer< typename T::ValueType > & pointer
static Json::Value wire_jsoner |
( |
const cluster_node_t & |
n | ) |
|
|
static |
Definition at line 79 of file JsonClusterTap.cxx.
83 ret[
"ident"] = iwire->ident();
84 ret[
"index"] = iwire->index();
85 ret[
"wpid"] = iwire->planeid().ident();
86 ret[
"chid"] = iwire->channel();
87 ret[
"seg"] = iwire->segment();
88 auto r = iwire->ray();
static Json::Value jpoint(const Point &p)
GenericValue< UTF8<> > Value
GenericValue with UTF8 encoding.
const GenericPointer< typename T::ValueType > & pointer