11 #include <framework/core/Module.h>
14 #include <TEfficiency.h>
17 #include <mdst/dataobjects/MCParticle.h>
18 #include <mdst/dataobjects/PIDLikelihood.h>
19 #include <mdst/dataobjects/Track.h>
20 #include <mdst/dataobjects/TrackFitResult.h>
22 #include <framework/datastore/StoreArray.h>
23 #include <framework/gearbox/Const.h>
51 virtual void event()
override;
69 Int_t nbins, Double_t min, Double_t max, TList* histoList = NULL);
106 double pidvalue(
float pida,
float pidb);
117 enum dettype {svd, cdc, top, arich, klm, ecl, dedx, dedxtop, dedxecl, all};
The DetectorSet class for sets of detector IDs in the form of EDetector values.
Class to collect log likelihoods from TOP, ARICH, dEdx, ECL and KLM aimed for output to mdst includes...
Accessor to arrays stored in the data store.
Values of the result of a track fit with a given particle hypothesis.
Abstract base class for different kinds of events.