35 :
IShowerTool(pset.get<fhicl::ParameterSet>(
"BaseTools"))
36 , fVerbose(pset.get<int>(
"Verbose"))
37 , fInitialTrackInputLabel(pset.get<std::string>(
"InitialTrackInputLabel"))
38 , fShowerStartPositionOutputLabel(pset.get<std::string>(
"ShowerStartPositionOutputLabel"))
49 mf::LogError(
"ShowerTrackStartPosition") <<
"Initial track not set" << std::endl;
52 recob::Track InitialTrack;
56 geo::Point_t StartPositionErr = {-999, -999, -999};
58 geo::Point_t TrajPosition = InitialTrack.LocationAtPoint(0);