~sophie-middleton08/maus/devel

« back to all changes in this revision

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

  • Committer: Chris Rogers
  • Date: 2012-05-10 20:25:42 UTC
  • mfrom: (663.6.10 merge)
  • Revision ID: chris.rogers@stfc.ac.uk-20120510202542-cr294lltgh14lde0
Tags: MAUS-v0.2.2
ReleaseĀ 0.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    RegisterValueBranch("slab", &_int_proc,
23
23
                        &TOFChannelId::GetSlab,
24
24
                        &TOFChannelId::SetSlab, true);
25
 
    RegisterValueBranch("station", &_int_proc,
 
25
    RegisterValueBranch("station_number", &_int_proc,
26
26
                        &TOFChannelId::GetStation,
27
27
                        &TOFChannelId::SetStation, true);
28
28
    RegisterValueBranch("plane", &_int_proc,