9#include <pxd/modules/pxdPerformance/PXDPerformanceModule.h>
43 std::string(
"PXDClustersFromTracks"));
65 B2DEBUG(20,
"||| PXDPerformanceModule Parameters:");
75 B2DEBUG(20,
"PXD2TrackEvent created");
81 B2DEBUG(20,
"PXD2TrackEvent update status: " << good);
84 B2DEBUG(20,
"PXD2TrackEvent is appended.");
@ c_ErrorIfAlreadyRegistered
If the object/array was already registered, produce an error (aborting initialisation).
void setDescription(const std::string &description)
Sets the description of the module.
void setPropertyFlags(unsigned int propertyFlags)
Sets the flags for the module properties.
@ c_ParallelProcessingCertified
This module can be run in parallel processing mode safely (All I/O must be done through the data stor...
Class PXD2TrackEvent: Event data container for performance and calibration studies.
bool isRequired(const std::string &name="")
Ensure this array/object has been registered previously.
void addParam(const std::string &name, T ¶mVariable, const std::string &description, const T &defaultValue)
Adds a new parameter to the module.
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
virtual bool setValues(const StoreArray< RecoTrack > &recoTracks, const std::string &recoTracksName="", const std::string &pxdInterceptsName="", const std::string &pxdTrackClustersName="PXDClustersFromTracks")
Set values from RecoTrack collection.
Namespace to encapsulate code needed for simulation and reconstrucion of the PXD.
Abstract base class for different kinds of events.