BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcSegWorks.h
Go to the documentation of this file.
1// MdcSegWorks.h -- structure to hold some pass some calculated quantities to
2// segInfo class
3
4// Interface Dependencies ----------------------------------------------
5
6#ifndef MDCSEGWORKS_H
7#define MDCSEGWORKS_H
8#include "MdcGeom/BesAngle.h"
9
10// End Interface Dependencies -----------------------------------------
11
12// Class definition//
14public:
15 double wirLen2inv;
16 double phiArg;
18};
19
20#endif
21
22
23
24
25
26
27
double wirLen2inv
Definition: MdcSegWorks.h:15
BesAngle phiAx
Definition: MdcSegWorks.h:17
double phiArg
Definition: MdcSegWorks.h:16