 |
Belle II Software
release-05-02-19
|
11 #ifndef COMBINEDPIDPERFORMANCEMODULE_H_
12 #define COMBINEDPIDPERFORMANCEMODULE_H_
14 #include <framework/core/Module.h>
17 #include <TEfficiency.h>
20 #include <mdst/dataobjects/MCParticle.h>
21 #include <mdst/dataobjects/PIDLikelihood.h>
22 #include <mdst/dataobjects/Track.h>
23 #include <mdst/dataobjects/TrackFitResult.h>
25 #include <framework/datastore/StoreArray.h>
39 class CombinedPIDPerformanceModule :
public Module {
53 virtual void event()
override;
71 Int_t nbins, Double_t min, Double_t max, TList* histoList = NULL);
119 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...
Values of the result of a track fit with a given particle hypothesis.
Abstract base class for different kinds of events.
Accessor to arrays stored in the data store.