~jan.greis/maus/straighttemp

« back to all changes in this revision

Viewing changes to src/map/MapCppKLCellHits/MapCppKLCellHits.hh

  • Committer: Jan Greis
  • Date: 2015-07-13 13:30:11 UTC
  • mfrom: (798.9.72 merge)
  • Revision ID: j.r.greis@warwick.ac.uk-20150713133011-7eslktnc50xn8yjn
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
   *  @param xDocDetectorData Json document containing digits from 
70
70
   * one particle event in one individual detector.
71
71
   */
 
72
 
72
73
  Json::Value makeCellHits(Json::Value xDocPartEvent) const;
 
74
  MiceModule* geo_module;
 
75
  std::vector<const MiceModule*> kl_modules;
 
76
  std::vector<const MiceModule*> kl_mother_modules;
73
77
};
74
78
}
75
79
#endif