LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Conversion of times between different formats and references. More...
#include "DetectorClocks.h"
Public Member Functions | |
DetectorClocks (const DetectorClocks &)=delete | |
DetectorClocks (DetectorClocks &&)=delete | |
DetectorClocks & | operator= (const DetectorClocks &)=delete |
DetectorClocks & | operator= (DetectorClocks &&)=delete |
virtual | ~DetectorClocks ()=default |
Configuration information | |
virtual std::vector< std::string > | ConfigNames () const =0 |
virtual std::vector< double > | ConfigValues () const =0 |
Time points and intervals | |
virtual double | TriggerOffsetTPC () const =0 |
Time offset from hardware trigger to TPC electronics start time. More... | |
virtual double | TriggerTime () const =0 |
Harware trigger time (in electronics time frame) [µs]. More... | |
virtual double | TPCTime () const =0 |
Returns the TPC electronics start time in electronics time. More... | |
virtual double | BeamGateTime () const =0 |
Beam gate opening time (in electronics time frame) [µs]. More... | |
Time conversions | |
virtual double | G4ToElecTime (double g4_time) const =0 |
Given a simulation time [ns], converts it into electronics time [µs]. More... | |
virtual double | TPCTick2TrigTime (double tick) const =0 |
Converts a TPC time (in ticks) into a trigger time [µs]. More... | |
virtual double | TPCTick2BeamTime (double tick) const =0 |
Converts a TPC time (in ticks) into a beam gate time [µs]. More... | |
Electronics clocks | |
The clocks are also the main route to discover the sampling frequency and the period of the electronics. For example: will retrieve the "official" optical detector clock period. All times from the clocks (including frame lengths) are measured in microseconds, and all the frequencies are measured in megahertz. Clock objects ( Some overview information on clocks is given in the Clocks section of this documentation. | |
virtual const ::detinfo::ElecClock & | TPCClock () const =0 |
Lends a constant TPC clock with time set to trigger time. More... | |
virtual ::detinfo::ElecClock | TPCClock (double time) const =0 |
Returns a TPC clock with time set to the specified time. More... | |
virtual detinfo::ElecClock | TPCClock (unsigned int sample, unsigned int frame) const =0 |
Returns a TPC clock with time set to the specified time sample. More... | |
virtual const detinfo::ElecClock & | OpticalClock () const =0 |
Lends a constant optical clock with time set to trigger time. More... | |
virtual detinfo::ElecClock | OpticalClock (double time) const =0 |
Returns a optical clock with time set to the specified time. More... | |
virtual detinfo::ElecClock | OpticalClock (unsigned int sample, unsigned int frame) const =0 |
Returns a optical clock with time set to the specified time sample. More... | |
virtual const detinfo::ElecClock & | TriggerClock () const =0 |
Lends a constant trigger clock with time set to trigger time. More... | |
virtual detinfo::ElecClock | TriggerClock (double time) const =0 |
Returns a trigger clock with time set to the specified time. More... | |
virtual detinfo::ElecClock | TriggerClock (unsigned int sample, unsigned int frame) const =0 |
Returns a trigger clock with time set to the specified time sample. More... | |
virtual const detinfo::ElecClock & | ExternalClock () const =0 |
Lends a constant external clock with time set to trigger time. More... | |
virtual detinfo::ElecClock | ExternalClock (double time) const =0 |
Returns a external clock with time set to the specified time. More... | |
virtual detinfo::ElecClock | ExternalClock (unsigned int sample, unsigned int frame) const =0 |
Returns a external clock with time set to the specified time sample. More... | |
Converts an @ref DetectorClocksElectronicsTime "electronics time" | |
virtual double | Time2Tick (double time) const =0 |
Conversions from electronics waveform ticks | |
This section includes also conversions from electronics waveform ticks to other waveform ticks. | |
virtual double | TPCTDC2Tick (double tdc) const =0 |
Given electronics clock count [tdc] returns TPC time-tick. More... | |
virtual double | TPCTick2TDC (double tick) const =0 |
Converts a TPC time tick into a electronics time tick. More... | |
virtual double | TPCTick2Time (double tick) const =0 |
Converts a TPC electronics tick into electronics time [µs]. More... | |
virtual double | OpticalTick2TrigTime (double tick, size_t sample, size_t frame) const =0 |
Converts an optical time tick into a trigger time [µs]. More... | |
virtual double | OpticalTick2BeamTime (double tick, size_t sample, size_t frame) const =0 |
Converts an optical time tick into a beam gate time [µs]. More... | |
virtual double | OpticalTick2TDC (double tick, size_t sample, size_t frame) const =0 |
Converts an optical time tick into ticks from the first optical frame. More... | |
virtual double | OpticalTick2Time (double tick, size_t sample, size_t frame) const =0 |
Converts an optical time tick into time from the first optical frame [µs]. More... | |
virtual double | ExternalTick2TrigTime (double tick, size_t sample, size_t frame) const =0 |
Converts an external time tick into a trigger time [µs]. More... | |
virtual double | ExternalTick2BeamTime (double tick, size_t sample, size_t frame) const =0 |
Converts an external time tick into a beam gate time [µs]. More... | |
virtual double | ExternalTick2TDC (double tick, size_t sample, size_t frame) const =0 |
Given External time-tick (waveform index), sample and frame number, returns time electronics clock count [tdc]. More... | |
virtual double | ExternalTick2Time (double tick, size_t sample, size_t frame) const =0 |
Converts an external time tick into time from the first external frame [µs]. More... | |
Conversions to electronics waveform ticks | |
The conversion methods to waveform ticks from other electronics waveform ticks are listed elsewhere, together with all the conversions from electronics ticks. | |
virtual double | TPCG4Time2TDC (double g4time) const =0 |
Converts simulation time into a electronics time tick. More... | |
virtual double | TPCG4Time2Tick (double g4time) const =0 |
Converts simulation time into a TPC electronics time tick. More... | |
virtual double | OpticalG4Time2TDC (double g4time) const =0 |
Converts a simulation time into optical electronics time ticks. More... | |
virtual double | ExternalG4Time2TDC (double g4time) const =0 |
Converts a simulation time into external electronics time ticks. More... | |
Protected Member Functions | |
DetectorClocks ()=default | |
Conversion of times between different formats and references.
Valuable and very complete documentation on LArSoft timing is described for MicroBooNE by Herbert Greenlee on a document of October 2017 (DocDB 12290). The content in there includes MicroBooNE-specific and general information, and the former is usually clearly distinguished from the latter.
The following information is more terse and aimed to the documentation of this service provider rather than to the more general topic of timing in LArSoft.
Many different components contribute to the operation of a LArTPC, and more are needed for the simulation. Some of the relevant events and time points associated with time are:
raw::RawDigit
objects, this time matches the general electronics start time definition, and for the model of data acquisition described here, this time is by definition function of the hardware trigger. Trimmed raw::RawDigit
with a start portion clipped away will break the assumption of electronics time matching the TPC one (which is defined as seen by raw::RawDigit
) (multi-event)In parentheses, it is indicated if such instant is defined for each considered particle, or for the complete physics process ("event") or for all physics processes recorded in the same time window ("multi-event").
We can also define many ways to measure these times with respect to the others. We use the following time scales and frames:
simb::MCParticle
(usually the generators store a single trajectory point for each particle) [ns]simb::MCParticle
produced by LArG4
module or equivalent [ns]The list above reports in square brackets the "standard" unit, used for that times in that scale by all LArSoft code unless explicitly specified otherwise. For the times bound to readout, there is also an equivalent tick count time (from the TDC), which is an integral value representing the number of elapsed sampling periods of the detector they refer too (and that period may be different for each piece of hardware). Be sure to read the documentation about the methods you want to use to convert ticks, because their implications and assumptions may be quite subtle.
While this system is carefully designed to give physicists an headache, the detinfo::DetectorClocks
service provider attempts to tame this complexity by providing methods to convert from one time to the other.
The following table represents the available conversion functions, with the time in the first column as the time to be converted and in the columns the times to convert to:
to → | electronics time | (ticks) | TPC time ticks | trigger time | trigger clock ticks | beam gate time | Optical clock ticks | External clock ticks |
---|---|---|---|---|---|---|---|---|
(unit) | µs | µs | µs | |||||
hardware trigger | TriggerTime() | TPCClock() | TriggerClock() | OpticalClock() | ExternalClock() | |||
beam gate point | BeamGateTime() | |||||||
electronics time | Time2Tick() | |||||||
(ticks) | TPCTDC2Tick() | |||||||
TPC time | ||||||||
(ticks) | TPCTick2Time() | TPCTick2TDC() | TPCTick2TrigTime() | TPCTick2BeamTime() | ||||
trigger time | ||||||||
(ticks) | ||||||||
Optical | ||||||||
(ticks) | OpticalTick2Time() | OpticalTick2TDC() | OpticalTick2TrigTime() | OpticalTick2BeamTime() | ||||
External | ||||||||
(ticks) | ExternalTick2Time() | ExternalTick2TDC() | ExternalTick2TrigTime() | ExternalTick2BeamTime() | ||||
simulation time | G4ToElecTime() | TPCG4Time2TDC() | TPCG4Time2Tick() | OpticalG4Time2TDC() | ExternalG4Time2TDC() |
Note that the complete definition of optical and external time requires additional information: see the note on electonics time frames below.
The names are not thoroughly consistent, but they roughly follow the following rules:
TrigTime
(but see below)BeamTime
(but see below)Time
; note that e.g. TriggerTime()
and BeamGateTime()
must be read as Trigger
and BeamGate
plus Time()
, that is they return a Time
value (i.e., electronics time) of the hardware trigger instant and beam gate opening instant, in the electronics time frameTDC
G4
or G4Time
TPCTick
is TPC electronics clock ticks, measured from the TPC electronics start timeTick
(without further qualification) is equivalent to "TPCTick" aboveTPC
is usually used in conjunction with Tick
, where it means TPCTick
; but in TPCG4Time2TDC()
it is a misnomer (the TDC
wins in that the result is in ticks in electronics time reference, not in TPC electronics time)The conversion of some electronic time ticks, especially the optical and external ones, assumes that the tick values to be converted are relative to an arbitrary reference, meaning that the absolute (or, e.g., electronics) time for tick 0
is not centrally defined. Instead, it is expected that additional information is provided to locate when this tick 0
actually happens. This is usually done via another pair of arguments, the frame number and the sample number within that frame. In the end, this just moves the questions to when frame 0
sample 0
happens: as those are input arguments, that absolute reference is left to the caller to define; but usually it is referring to the electronics start time.
A clock object (detinfo::ElecClock
) contains settings for a specific hardware clock. DetectorClocks
provides four clock objects:
clock name | purpose | default time |
---|---|---|
TPCClock() | TPC readout and "general" electronics | TriggerTime() |
OpticalClock() | optical detector electronics | TriggerTime() |
TriggerClock() | hardware trigger electronics | TriggerTime() |
ExternalClock() | not specified | TriggerTime() |
A clock object does not change the time frame: in the conversions between times and ticks, and the other way around, it always assumes that at tick 0 (and frame 0, sample 0, if needed), the time is also 0 (see the note on electronics time frames above). Therefore, once again, a clock object does not help in converting between different time scales, and the output times are in the same time frame as the input.
The "default time" is the time the clock is set when returned by the methods with no argument (e.g. TriggerClock()
).
All times (including frame lengths) are measured in microseconds, and all the frequencies are measured in megahertz.
TPCClock()
deals with TPC readout, and the "electronics time" clock is defined to have the same parameters as the TPC readout one.
TriggerClock()
clock has little in common with TriggerTime()
: the former is an electronics setting for a piece of hardware generating the trigger, while the latter is the instant the hardware trigger actually happened.detinfo::DetectorClocks
is an abstract interface enclosing the set of supported queries. A concrete implementation of this interface needs to be provided in order to use this facility. LArSoft provides detinfo::DetectorClocksStandard
as a simple, reasonable implementation. Initialization and configuration are designed by each implementation.
Definition at line 305 of file DetectorClocks.h.
|
delete |
|
delete |
|
virtualdefault |
|
protecteddefault |
|
pure virtual |
Beam gate opening time (in electronics time frame) [µs].
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Returns a list of provider configuration names.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Returns a list of provider configuration values (same order as ConfigNames()
).
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Lends a constant external clock with time set to trigger time.
This clock has the same timing settings as the external electronics.
The clock can be used to convert into time the number of ticks or a sample in a frame, and vice versa.
The current time of this object can't be changed, and it is set to the trigger time, in the same time scale as TriggerTime()
, that is electronics time.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Returns a external clock with time set to the specified time.
time | the current time of the new clock [µs] |
This clock has the same timing settings as the external electronics.
The clock can be used to convert into time the number of ticks or a sample in a frame, and vice versa. The current time of this object is set to the specified time
, and it can be set to any value afterwards.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Returns a external clock with time set to the specified time sample.
sample | number of sample of the clock time |
frame | number of the frame the selected sample belongs to |
This clock represents the "external" readout. It can be used to convert into time the number of ticks or a sample in a frame, and vice versa.
The current time of this object is set to the time specified as frame and sample number, and it can be set to any value afterwards.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Converts a simulation time into external electronics time ticks.
g4time | simulation time value [ns] |
G4ToElecTime()
, OpticalG4Time2TDC()
, ExternalClock()
This method is similar to OpticalG4Time2TDC()
, with the difference that external electronics time is used instead of the optical one.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Converts an external time tick into a beam gate time [µs].
tick | the tick number within the external waveform |
sample | start sample of the external waveform |
frame | start frame of the external waveform |
This method works like ExternalTick2TrigTime()
, but it returns the result as beam gate time (instead of trigger time).
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Given External time-tick (waveform index), sample and frame number, returns time electronics clock count [tdc].
Converts an external time tick into ticks from electronics start time
tick | the tick number within the external waveform |
sample | start sample of the external waveform |
frame | start frame of the external waveform |
This method works like OpticalTick2TDC()
, but it pertains a waveform recorded using the external clock (ExternalClock()
) instead of the optical one (OpticalClock()
).
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Converts an external time tick into time from the first external frame [µs].
tick | the tick number within the external waveform |
sample | start sample of the external waveform |
frame | start frame of the external waveform |
This method is similar to OpticalTick2Time()
, but it refers to the external electronics time and uses the external clock (ExternalClock()
) instead of the optical one (OpticalClock()
).
As stated more extensively in OpticalTick2Time()
documentation, **with the assumption that sample 0
of frame 0
happens at electronics start time, the return value of this method is in electronic time frame.**
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Converts an external time tick into a trigger time [µs].
tick | the tick number within the external waveform |
sample | start sample of the external waveform |
frame | start frame of the external waveform |
This method works like OpticalTick2TrigTime()
, but it pertains a waveform recorded using the external clock (ExternalClock()
) instead of the optical one (OpticalClock()
).
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Given a simulation time [ns], converts it into electronics time [µs].
Implemented in detinfo::DetectorClocksStandard.
Referenced by detsim::SimDriftElectrons::produce().
|
delete |
|
delete |
|
pure virtual |
Lends a constant optical clock with time set to trigger time.
This clock has the same timing settings as the optical readout electronics.
The clock can be used to convert into time the number of ticks or a sample in a frame, and vice versa.
The current time of this object can't be changed, and it is set to the trigger time, in the same time scale as TriggerTime()
, that is electronics time.
Implemented in detinfo::DetectorClocksStandard.
Referenced by opdet::ConstructFlash(), and opdet::ConstructHit().
|
pure virtual |
Returns a optical clock with time set to the specified time.
time | the current time of the new clock [µs] |
This clock has the same timing settings as the optical readout electronics.
The clock can be used to convert into time the number of ticks or a sample in a frame, and vice versa. The current time of this object is set to the specified time
, and it can be set to any value afterwards.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Returns a optical clock with time set to the specified time sample.
sample | number of sample of the clock time |
frame | number of the frame the selected sample belongs to |
This clock represents the optical readout. It can be used to convert into time the number of ticks or a sample in a frame, and vice versa. The current time of this object is set to the time specified as frame and sample number, and it can be set to any value afterwards.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Converts a simulation time into optical electronics time ticks.
g4time | simulation time value [ns] |
G4ToElecTime()
, ExternalG4Time2TDC()
, OpticalClock()
Note that the result is the number of optical ticks (OpticalClock()
) from the electronics start time (not the optical electronics start time, which is in fact not absolutely defined).
The result is a real number including a fractional part describing how far within the tick the specified instant g4time
is. To effectively have the tick number, truncate the value, e.g.:
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Converts an optical time tick into a beam gate time [µs].
tick | the tick number within the optical waveform |
sample | start sample of the optical waveform |
frame | start frame of the optical waveform |
This method works like OpticalTick2TrigTime()
, but it returns the result as beam gate time (instead of trigger time).
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Converts an optical time tick into ticks from the first optical frame.
tick | the tick number within the optical waveform |
sample | start sample of the optical waveform |
frame | start frame of the optical waveform |
The definition of method arguments is the same as in OpticalTick2TrigTime()
. This method returns the total number of optical clock ticks elapsed since the first tick, marked as sample 0
of frame 0
. Frame and tick periods are defined by the OpticalClock()
.
Note that while this method does not assume any absolute time point for the frame 0
(see the note on electronics time frames), that time point should nevertheless be assumed to be the electronics start time for consistency with the arguments from other methods like OpticalTick2TrigTime()
.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Converts an optical time tick into time from the first optical frame [µs].
tick | the tick number within the optical waveform |
sample | start sample of the optical waveform |
frame | start frame of the optical waveform |
This method is similar to OpticalTick2TDC()
, but the result is in an absolute time interval rather than a tick count.
The note in OpticalTick2TDC()
is also valid: while this method does not assume any absolute time point for the frame 0
(see the note on electronics time frames), that time point should nevertheless be assumed to be the electronics start time for consistency with the arguments from other methods like OpticalTick2TrigTime()
. **With that assumption, the return value is in electronic time frame.**
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Converts an optical time tick into a trigger time [µs].
tick | the tick number within the optical waveform |
sample | start sample of the optical waveform |
frame | start frame of the optical waveform |
The idea is that we have a optical waveform which starts at a given frame number, and at sample number within that frame. Given a tick number within that waveform, this method returns the trigger time corresponding at the start of that tick.
More explicitly: tick
is the number of tick in the waveform, measured from the start of the waveform, which is tick = 0
; this start point of the waveform is specified by a frame
and a sample
, where the sample 0
of frame 0
is the electronics start time. Both sample
and ticks
are defined using the period of the optical clock (OpticalClock()
), and the frame is defined from the same clock as well.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Lends a constant TPC clock with time set to trigger time.
This clock has the same timing settings as the TPC channel readout electronics (which ultimately fills raw::RawDigit
objects).
The clock can be used to convert into time the number of ticks or a sample in a frame, and vice versa.
The current time of this object can't be changed, and it is set to the trigger time, in the same time scale as TriggerTime()
, that is electronics time.
Implemented in detinfo::DetectorClocksStandard.
Referenced by detsim::SimDriftElectrons::beginJob(), detinfo::DetectorPropertiesStandard::DetectorPropertiesStandard(), larg4::LArVoxelReadout::LArVoxelReadout(), and detinfo::DetectorPropertiesStandard::UpdateClocks().
|
pure virtual |
Returns a TPC clock with time set to the specified time.
time | the current time of the new clock [µs] |
This clock has the same timing settings as the TPC channel readout electronics (which ultimately fills raw::RawDigit
objects).
The clock can be used to convert into time the number of ticks or a sample in a frame, and vice versa. The current time of this object is set to the specified time
, and it can be set to any value afterwards.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Returns a TPC clock with time set to the specified time sample.
sample | number of sample of the clock time |
frame | number of the frame the selected sample belongs to |
This clock represents the TPC channel readout (which ultimately fills raw::RawDigit
objects). It can be used to convert into time the number of ticks or a sample in a frame, and vice versa. The current time of this object is set to the time specified as frame and sample number, and it can be set to any value afterwards.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Converts simulation time into a electronics time tick.
g4time | simulation time [ns] |
The result is a real number including a fractional part describing how far within the tick the specified instant g4time
is. To effectively have the tick number, truncate the value, e.g.:
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Converts simulation time into a TPC electronics time tick.
g4time | simulation time [ns] |
The result is a real number including a fractional part describing how far within the tick the specified instant g4time
is. To effectively have the tick number, truncate the value, e.g.:
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Given electronics clock count [tdc] returns TPC time-tick.
Converts an electronics time tick into a TPC time tick.
tdc | an electronics time tick |
tdc
TPCClock()
, TPCTime()
Implemented in detinfo::DetectorClocksStandard.
Referenced by detinfo::DetectorPropertiesStandard::ConvertTDCToTicks(), and hit::HitAnaAlg::FindAndStoreMCHitsInRange().
|
pure virtual |
Converts a TPC time (in ticks) into a beam gate time [µs].
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Converts a TPC time tick into a electronics time tick.
tick | the tick number within the TPC waveform |
The idea is that we have a TPC waveform. Given a tick number within that waveform, this method returns the electronics time corresponding to the start of that tick, but in TPC clock ticks (TPCClock()
).
More explicitly: tick
is the number of tick in the waveform, measured from the start of the waveform, which is tick = 0
; the start point of this waveform is the TPC electronics start time.
Implemented in detinfo::DetectorClocksStandard.
Referenced by hit::MCHitAnaExample::analyze(), lar::example::AnalysisExample::analyze(), cheat::BackTracker::ChannelToTrackIDEs(), detinfo::DetectorPropertiesStandard::ConvertTicksToTDC(), cheat::BackTracker::HitToAvgSimIDEs(), cheat::BackTracker::HitToSimIDEs_Ps(), and btutil::MCBTAlg::MCQ().
|
pure virtual |
Converts a TPC electronics tick into electronics time [µs].
tick | tick from the beginning of the TPC waveform |
TPCTime()
, TPCClock()
Note that the start of the TPC waveform is defined by TPCTime()
.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Converts a TPC time (in ticks) into a trigger time [µs].
Implemented in detinfo::DetectorClocksStandard.
Referenced by calo::LinearEnergyAlg::CalculateHitEnergy().
|
pure virtual |
Returns the TPC electronics start time in electronics time.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Lends a constant trigger clock with time set to trigger time.
This clock has the same timing settings as the trigger electronics. Note that, despite the name, the clock tick 0
is not the trigger time itself, but the electronics start time (trigger time is measured in that frame: see TriggerTime()
).
The clock can be used to convert into time the number of ticks or a sample in a frame, and vice versa.
The current time of this object can't be changed, and it is set to the trigger time, in the same time scale as TriggerTime()
, that is electronics time.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Returns a trigger clock with time set to the specified time.
time | the current time of the new clock [µs] |
This clock has the same timing settings as the trigger electronics. Note that, despite the name, the clock tick 0
is not the trigger time itself, but the electronics start time (trigger time is measured in that frame: see TriggerTime()
).
The clock can be used to convert into time the number of ticks or a sample in a frame, and vice versa. The current time of this object is set to the specified time
, and it can be set to any value afterwards.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Returns a trigger clock with time set to the specified time sample.
sample | number of sample of the clock time |
frame | number of the frame the selected sample belongs to |
This clock represents the trigger readout. It can be used to convert into time the number of ticks or a sample in a frame, and vice versa. Note that, despite the name, the clock tick 0
is not the trigger time itself, but the electronics start time (trigger time is measured in that frame: see TriggerTime()
).
The current time of this object is set to the time specified as frame and sample number, and it can be set to any value afterwards.
Implemented in detinfo::DetectorClocksStandard.
|
pure virtual |
Time offset from hardware trigger to TPC electronics start time.
This is the time the TPC readout starts, with respect to the hardware trigger time. This is also the time where the TPC clock starts, again respect to the trigger time.
When negative, it means the TDC electronics clock started before the trigger. And it'd better be negative... or your readout missed the trigger!
Implemented in detinfo::DetectorClocksStandard.
Referenced by detinfo::DetectorPropertiesStandard::TriggerOffset().
|
pure virtual |
Harware trigger time (in electronics time frame) [µs].
Implemented in detinfo::DetectorClocksStandard.
Referenced by opdet::ConstructFlash(), and opdet::ConstructHit().