Skip to content
Snippets Groups Projects

Draft: Muon learning

Open Davide Di Croce requested to merge ddicroce/athena:MuonLearning into main
Compare and
32 files
+ 2083
0
Compare changes
  • Side-by-side
  • Inline
Files
32
#include "FCGraphMaker.h"
FCGraphMaker::FCGraphMaker(const SpacePointBucket* bucket, const GraphFramer& graphType, const IMuonIdHelperSvc* idHelperSvc)
: m_bucket(bucket), m_graphType(graphType), m_idHelperSvc(idHelperSvc) {}
void FCGraphMaker::extractGraphData(std::vector<float>& features, std::vector<int64_t>& edge_src, std::vector<int64_t>& edge_dst) {
// implementation
}
Loading