 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
14 #include <framework/datastore/StoreArray.h>
16 #include <svd/dataobjects/SVDCluster.h>
18 #include <svd/online/SVDOnlineToOfflineMap.h>
19 #include <framework/database/PayloadFile.h>
36 class SVDMissingAPVsClusterCreatorModule :
public Module {
50 virtual void event()
override;
73 std::unique_ptr<SVDOnlineToOfflineMap>
m_map;
static std::string m_xmlFileName
< channel mapping xml filename
Specialization of DBObjPtr in case of PayloadFiles.
int m_size
size of the cluster
float m_timeError
time error of the cluster, in ns
std::string m_storeClustersName
name of the collection to use for the SVDClusters
float m_SNR
SNR of the cluster.
DBObjPtr< PayloadFile > m_mapping
channel mapping payload
SVDMissingAPVsClusterCreatorModule()
Constructor defining the parameters.
float m_seedCharge
seed charge of the cluster, in e-
std::unique_ptr< SVDOnlineToOfflineMap > m_map
channel mapping map
Abstract base class for different kinds of events.
int m_firstFrame
first frame
virtual void event() override
do the clustering
float m_charge
total charge of the cluster, in e-
float m_time
time of the cluster, in ns
StoreArray< SVDCluster > m_storeClusters
Collection of SVDClusters.
virtual void initialize() override
Initialize the module.
virtual void beginRun() override
check if channel mapping is changed
int m_nFakeClusters
number of fake clusters