~mwinter4/maus/ckov_0_9_3

« back to all changes in this revision

Viewing changes to src/common_cpp/JsonCppProcessors/SciFiChannelIdProcessor.cc

MergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    RegisterValueBranch("plane_number", &_int_proc,
32
32
                        &SciFiChannelId::GetPlaneNumber,
33
33
                        &SciFiChannelId::SetPlaneNumber, true);
 
34
    RegisterValueBranch("digit_id", &_double_proc,
 
35
                        &SciFiChannelId::GetID,
 
36
                        &SciFiChannelId::SetID, false);
34
37
}
35
38
}
36
39