BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
uxdate_.c File Reference
#include <time.h>

Go to the source code of this file.

Functions

void uxdate_ (int *year, int *mon, int *day, int *hour, int *min)

Function Documentation

◆ uxdate_()

void uxdate_ ( int * year,
int * mon,
int * day,
int * hour,
int * min )

Definition at line 4 of file Eepipi/src/ee2eepp/basesv5.1/uxdate_.c.

5{
6 struct tm q;
7 struct tm* localtime();
8 time_t tp;
9 time_t mktime();
10 time_t time();
11 char* ctime();
12 char* date;
13
14 time( &tp );
15 date = ctime( &tp );
16 q = *localtime( &tp );
17 *year = q.tm_year;
18 *mon = q.tm_mon + 1;
19 *day = q.tm_mday;
20 *hour = q.tm_hour;
21 *min = q.tm_min;
22
23 return;
24}
Double_t time
#define min(a, b)
****INTEGER imax DOUBLE PRECISION m_pi *DOUBLE PRECISION m_amfin DOUBLE PRECISION m_Chfin DOUBLE PRECISION m_Xenph DOUBLE PRECISION m_sinw2 DOUBLE PRECISION m_GFermi DOUBLE PRECISION m_MfinMin DOUBLE PRECISION m_ta2 INTEGER m_out INTEGER m_KeyFSR INTEGER m_KeyQCD *COMMON c_Semalib $ !copy of input $ !CMS energy $ !beam mass $ !final mass $ !beam charge $ !final charge $ !smallest final mass $ !Z mass $ !Z width $ !EW mixing angle $ !Gmu Fermi $ alphaQED at q
Definition KKsem.h:33