URL: https://www.desy.de/school/school_lab/zeuthen_site/cosmic_particles/glossar/index_eng.html
.
Breadcrumb Navigation
Glossar
T
Time Conversion
In the following it will be shown how to transform seconds into the standard date and time units using the relations:
1 minute = 60 seconds
1 hour = 60 minutes = 3600 seconds
1 day = 24 hours = 86400 seconds
1 year = 365 or 366 days = 31536000 or 31622400 seconds
Example: Calculate the date and time for the variable time = 165500000 s
Estimate the year:
165500000 / 31536000 = 5 years with a rest of 7820000 s.
The year is then: 5 + 2010 = 2015.
Estimate the day using the rest value:
But pay attention! Between 2010 und 2015 is with 2012 a leap year. Therefore one has to subtract 1 day from the rest value. Then the number of days is
(7820000 - (1 * 86400)) / 86400 = 89 days with a rest of 44000 s.
Since the year starts with day 1, it is the 90. day of the year 2015 in the which corresponds to the 31.03.2015.
Estimate the time (hh:mm:ss):
hh: 44000 / 3600 = 12 hours with the rest of 800 s.
mm: 800 : 60 = 13 minutes with a rest of 20 s.
The variable time = 165500000 s corresponds to the UTC time: 31.03.2015 at 12:13:20.
Trigger
With the DAQ cards used in our experiments two types of trigger conditions can be selected: The definition of the signal threshold for the corresponding channel guarantees that only signals above the threshold will be accepted. Another possibility is to require that the signals of different electronics channels have to appear in a defined short time window. This coincidence requirement allows to exclude fake signals by electronics noise and/or to select particles of a special direction or particle showers.