#include <FPGATrackSimClusteringOfflineTool.h>
◆ FPGATrackSimClusteringOfflineTool()
| FPGATrackSimClusteringOfflineTool::FPGATrackSimClusteringOfflineTool |
( |
const std::string & | algname, |
|
|
const std::string & | name, |
|
|
const IInterface * | ifc ) |
◆ ~FPGATrackSimClusteringOfflineTool()
| virtual FPGATrackSimClusteringOfflineTool::~FPGATrackSimClusteringOfflineTool |
( |
| ) |
|
|
virtualdefault |
◆ DoClustering()
Definition at line 13 of file FPGATrackSimClusteringOfflineTool.cxx.
14{
15
17
18 for( auto& cluster:clusters){
19 FPGATrackSimHit clusterEquiv = cluster.getClusterEquiv();
20 FPGATrackSimMultiTruth mt;
24 cluster.setClusterEquiv(clusterEquiv);
25 }
26 return StatusCode::SUCCESS;
27}
long getEventIndex() const
float getBarcodePt() const
HepMcParticleLink::barcode_type getBarcode() const
void setTruth(const FPGATrackSimMultiTruth &v)
void maximize(const FPGATrackSimMultiTruth::Barcode &code, const FPGATrackSimMultiTruth::Weight &weight)
std::pair< unsigned long, unsigned long > Barcode
The documentation for this class was generated from the following files: