EDM4eic
EIC data model
Loading...
Searching...
No Matches
MCRecoCalorimeterHitAssociationData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_MCRecoCalorimeterHitAssociationDATA_H
4#define EDM4EIC_MCRecoCalorimeterHitAssociationDATA_H
5
6
7namespace edm4eic {
8
9
10/** @class MCRecoCalorimeterHitAssociationData
11 * Association between a RawCalorimeterHit and a SimCalorimeterHit
12 * @author: S. Rahman
13 */
15public:
16 float weight{}; ///< weight of this association
17
18};
19
20} // namespace edm4eic
21
22
23#endif
Definition MCRecoCalorimeterHitAssociationData.h:14
float weight
weight of this association
Definition MCRecoCalorimeterHitAssociationData.h:16
Definition CalorimeterHit.cc:18