21 double flightTime(
const Particle* part);
22 double flightDistance(
const Particle* part);
23 double flightTimeErr(
const Particle* part);
24 double flightDistanceErr(
const Particle* part);
25 double vertexDistance(
const Particle* part);
26 double vertexDistanceErr(
const Particle* part);
27 double vertexDistanceSignificance(
const Particle* part);
28 double mcFlightDistance(
const Particle* part);
29 double mcFlightTime(
const Particle* part);
30 double flightTimeOfDaughterErr(
const Particle* part,
const std::vector<double>& daughters);
31 double flightDistanceOfDaughterErr(
const Particle* part,
const std::vector<double>& daughters);
32 double flightTimeOfDaughter(
const Particle* part,
const std::vector<double>& daughters);
33 double flightDistanceOfDaughter(
const Particle* part,
const std::vector<double>& daughters);
34 double vertexDistanceOfDaughter(
const Particle* part,
const std::vector<double>& arguments);
35 double vertexDistanceOfDaughterErr(
const Particle* part,
const std::vector<double>& arguments);
36 double vertexDistanceOfDaughterSignificance(
const Particle* part,
const std::vector<double>& arguments);
37 double mcFlightDistanceOfDaughter(
const Particle* part,
const std::vector<double>& daughters);
38 double mcFlightTimeOfDaughter(
const Particle* part,
const std::vector<double>& daughters);
Abstract base class for different kinds of events.