BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcSegInfo.cxx
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2// File and Version Information:
3// $Id: MdcSegInfo.cxx,v 1.2 2009/12/16 09:02:47 zhangy Exp $
4//
5// Description:
6//
7//
8// Environment:
9// Software developed for the BaBar Detector at the SLAC B-Factory.
10//
11// Author(s):
12// Steve Schaffner
13// Zhang Yao([email protected]) Migrate to BESIII
14//
15//------------------------------------------------------------------------
16
18#include <iostream>
19
20
21//------------------------------------------------------------------------
23//------------------------------------------------------------------------
24}
25
26
27//------------------------------------------------------------------------
29//------------------------------------------------------------------------
30 std::cout<<"seginfo: "<<_par0<<" "<<_par1<<" "<<_arc<< std::endl;
31}
double _arc
Definition: MdcSegInfo.h:53
double _par0
Definition: MdcSegInfo.h:49
void plotSegInfo() const
Definition: MdcSegInfo.cxx:28
virtual ~MdcSegInfo()
Definition: MdcSegInfo.cxx:22
double _par1
Definition: MdcSegInfo.h:50