BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/MdcPatRec/MdcTrkRecon/MdcTrkRecon-00-03-48/MdcTrkRecon/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//
13class MdcSegWorks {
14public:
15 double wirLen2inv;
16 double phiArg;
18};
19
20#endif
21
22
23
24
25
26
27