CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
StripGTS.h
Go to the documentation of this file.
1#ifndef STRIPGTS_H
2#define STRIPGTS_H
3
4#include "APV25GTS.h"
5
6// class APV25GTS;
7
8class StripGTS {
9
10 StripGTS(int id);
11 ~StripGTS();
12
13 void set_stripID(int id) { stripID = id; }
14 void set_charge(double q) { charge = q; }
15 void set_time(double t) { time = t; }
16 int get_stripID() { return stripID; }
17 double get_charge() { return charge; }
18 double get_time() { return time; }
19
20 int stripID;
21 double charge;
22 double time;
23
24 APV25GTS* apv;
25
26};
27
28#endif
29
****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
int t()
Definition t.c:1