| Line | Branch | Exec | Source |
|---|---|---|---|
| 1 | #include "na64event/hdql-augments.hh" | ||
| 2 | |||
| 3 | #if defined(hdql_FOUND) && hdql_FOUND | ||
| 4 | |||
| 5 | #include "na64event/data/event.hh" | ||
| 6 | #include "na64event/hdql-augments.hh" | ||
| 7 | |||
| 8 | /**\file | ||
| 9 | * \brief HDQL interfaces for CaloHit. | ||
| 10 | * | ||
| 11 | * \warning This is a file generated for event's data structure integrating | ||
| 12 | * with HDQL. | ||
| 13 | * \note Generated at 14/08/2025 23:52:56 with template utils/evstruct/templates/cpp/impl-hdql.cc | ||
| 14 | * \version 0.1 | ||
| 15 | */ | ||
| 16 | |||
| 17 | namespace na64dp { | ||
| 18 | namespace event { | ||
| 19 | |||
| 20 | void | ||
| 21 | 9 | define_calo_hdql_compounds( ::hdql::helpers::CompoundTypes & types | |
| 22 | , hdql_Context * context | ||
| 23 | ) { | ||
| 24 |
1/1✓ Branch 1 taken 9 times.
|
9 | types.new_compound<CaloHit>("CaloHit") |
| 25 |
1/1✓ Branch 1 taken 9 times.
|
9 | .attr<&CaloHit::hits, DetIDSelection>("hits") |
| 26 |
1/1✓ Branch 1 taken 9 times.
|
9 | .attr<&CaloHit::timeClusterLabel>("timeClusterLabel") |
| 27 |
1/1✓ Branch 1 taken 9 times.
|
9 | .attr<&CaloHit::eDep>("eDep") |
| 28 |
1/1✓ Branch 1 taken 9 times.
|
9 | .attr<&CaloHit::eDepError>("eDepError") |
| 29 |
1/1✓ Branch 1 taken 9 times.
|
9 | .attr<&CaloHit::time>("time") |
| 30 |
1/1✓ Branch 1 taken 9 times.
|
9 | .attr<&CaloHit::timeStddev>("timeStddev") |
| 31 | 9 | .end_compound(); | |
| 32 | 9 | } | |
| 33 | |||
| 34 | } // namespace ::na64dp::event | ||
| 35 | } // namespace na64dp | ||
| 36 | |||
| 37 | #endif // defined(hdql_FOUND) && hdql_FOUND | ||
| 38 |