LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Functions to load trigger time in detinfo::DetectorClocksStandard
.
More...
#include "lardataobj/RawData/TriggerData.h"
#include "canvas/Utilities/InputTag.h"
#include "cetlib_except/exception.h"
#include <optional>
#include <vector>
Go to the source code of this file.
Namespaces | |
detinfo | |
General LArSoft Utilities. | |
Functions | |
template<typename Event > | |
std::optional< std::pair< double, double > > | detinfo::trigger_times_for_event (art::InputTag const &triggerTag, Event const &event) |
Loads DetectorClocksStandard trigger times. More... | |
template<typename Event > | |
std::optional< double > | detinfo::g4ref_time_for_event (art::InputTag const &triggerTag, Event const &event) |
Loads DetectorClocksStandard G4Ref correction times. More... | |
Functions to load trigger time in detinfo::DetectorClocksStandard
.
This header contains framework-dependent functions to:
DetectorClocksStandard
trigger time from a raw::Trigger
DetectorClocksStandard
trigger time from a raw::Trigger
in an eventThese functions are compatible with both art and gallery.
This is a pure header library. Effective dependencies include:
lardata_DetectorInfo
lardataobj_RawData
canvas
cetlib_except
Definition in file DetectorClocksStandardTriggerLoader.h.