 |
Belle II Software
release-05-02-19
|
12 #include <framework/core/Module.h>
13 #include <framework/datastore/StoreArray.h>
14 #include <mdst/dataobjects/ECLCluster.h>
15 #include <mdst/dataobjects/MCParticle.h>
16 #include <mdst/dataobjects/Track.h>
17 #include <mdst/dataobjects/TrackFitResult.h>
18 #include <tracking/modules/standardTrackingPerformance/ParticleProperties.h>
43 void event()
override;
197 void addVariableToTree(
const std::string& varName,
double& varReference, TTree* tree);
200 void addVariableToTree(
const std::string& varName,
int& varReference, TTree* tree);
This struct is used by the StandardTrackingPerformanceModule to save information of reconstructed tra...
Abstract base class for different kinds of events.
A Class to store the Monte Carlo particle information.
Accessor to arrays stored in the data store.