We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad23874 commit a13c53aCopy full SHA for a13c53a
1 file changed
conditions/src/main/java/org/hps/conditions/trigger/TiTimeOffset.java
@@ -5,6 +5,14 @@
5
import org.hps.conditions.database.Converter;
6
import org.hps.conditions.database.Table;
7
8
+/**
9
+ * <p>
10
+ * Represents the per-run trigger time offset in nanoseconds.
11
+ * </p>
12
13
+ * A single instance of this class is returned for an entire run.
14
15
+ */
16
@Table(names = {"ti_time_offsets"})
17
@Converter(converter = TiTimeOffsetConverter.class)
18
public class TiTimeOffset extends BaseConditionsObject {
0 commit comments