BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
ixtime_.c File Reference
#include <sys/times.h>
#include <unistd.h>

Go to the source code of this file.

Functions

long ixtime_ ()
 

Function Documentation

◆ ixtime_()

long ixtime_ ( )

Definition at line 3 of file EeTo4e/EeTo4e-00-01-00/src/EeTo4e/basesv5.1/ixtime_.c.

4{
5 struct tms q;
6 long t,s;
7 long sysconf();
8 long ticks;
9 float uxtime;
10 float answer;
11
12 times(&q);
13 t = q.tms_utime + q.tms_cutime
14 +q.tms_stime + q.tms_cstime;
15 return t;
16}
XmlRpcServer s
****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
TTree * t
Definition binning.cxx:23