Warning, file /include/edm4eic/TrackProtoClusterMatchData.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003 #ifndef EDM4EIC_TrackProtoClusterMatchDATA_H
0004 #define EDM4EIC_TrackProtoClusterMatchDATA_H
0005
0006
0007 namespace edm4eic {
0008
0009
0010
0011
0012
0013
0014 class TrackProtoClusterMatchData {
0015 public:
0016 float weight{};
0017
0018 };
0019
0020
0021 namespace v850 {
0022 using TrackProtoClusterMatchData = edm4eic::TrackProtoClusterMatchData;
0023 }
0024
0025
0026 }
0027
0028
0029 #endif