~mice-lcr/maus/end-of-emr-run

« back to all changes in this revision

Viewing changes to src/common_cpp/Optics/PolynomialOpticsModel.cc

  • Committer: Durga Rajaram
  • Date: 2013-10-01 00:19:57 UTC
  • mfrom: (659.1.74 rc)
  • Revision ID: durga@fnal.gov-20131001001957-iswih60vis9rodw0
Tags: MAUS-v0.7.1
MAUS-v0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  // Iterate through each First plane hit
61
61
  MAUSGeant4Manager * simulator = MAUSGeant4Manager::GetInstance();
62
62
  simulator->GetPhysicsList()->BeginOfRunAction();
 
63
 
63
64
  std::map<int, std::vector<TrackPoint> > station_hits_map;
64
65
  std::vector<TrackPoint>::const_iterator first_plane_hit;
65
66
  for (first_plane_hit = first_plane_hits.begin();