Definition at line 27 of file HcalAlignPolarfires.h.
◆ PolarfireQueueEntry()
hcal::HcalAlignPolarfires::PolarfireQueueEntry::PolarfireQueueEntry |
( |
const framework::Event & |
event, |
|
|
const std::string & |
input_name, |
|
|
const std::string & |
input_pass, |
|
|
std::pair< int, int > & |
spill_counter |
|
) |
| |
Definition at line 5 of file HcalAlignPolarfires.cxx.
7 {
8 int spilln = event.getObject<int>(input_name + "Spill", input_pass);
9 if (spilln != spill_counter.second) {
10 spill_counter.first++;
11 spill_counter.second = spilln;
12 }
13 spill = spill_counter.first;
14 ticks =
event.getObject<
int>(input_name +
"Ticks", input_pass);
16}
Represents a collection of the digi hits readout by an HGCROC.
int ticks
ticks since spill
◆ earlier_event()
bool hcal::HcalAlignPolarfires::PolarfireQueueEntry::earlier_event |
( |
const PolarfireQueueEntry & |
rhs | ) |
|
|
inline |
◆ same_event()
bool hcal::HcalAlignPolarfires::PolarfireQueueEntry::same_event |
( |
const PolarfireQueueEntry & |
rhs | ) |
|
|
inline |
Definition at line 37 of file HcalAlignPolarfires.h.
37 {
39 }
static int max_tick_diff_
number of 5MHz ticks difference to consider polarfires aligned
◆ digis
◆ spill
int hcal::HcalAlignPolarfires::PolarfireQueueEntry::spill |
◆ ticks
int hcal::HcalAlignPolarfires::PolarfireQueueEntry::ticks |
The documentation for this struct was generated from the following files: