~christopher-hunt08/maus/maus_scifi_recon_devel

« back to all changes in this revision

Viewing changes to src/common_cpp/JsonCppProcessors/HitProcessor.hh

  • Committer: Christopher Hunt
  • Date: 2015-12-14 08:48:38 UTC
  • mfrom: (697.47.179 cctag_corr)
  • Revision ID: christopher.hunt08@imperial.ac.uk-20151214084838-wjl32e152yx3ks1j
MAUS Merg Remerged

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    this->RegisterValueBranch("particle_id", &_int_proc,
61
61
                        &Hit<ChannelId>::GetParticleId,
62
62
                        &Hit<ChannelId>::SetParticleId, true);
 
63
    this->RegisterValueBranch("path_length", &_double_proc,
 
64
                        &Hit<ChannelId>::GetPathLength,
 
65
                        &Hit<ChannelId>::SetPathLength, true);
63
66
    this->RegisterValueBranch("energy", &_double_proc,
64
67
                        &Hit<ChannelId>::GetEnergy,
65
68
                        &Hit<ChannelId>::SetEnergy, true);