BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EmcDataIO.cxx
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3// Description:
4// Class EmcDataIO - Data input/output using root.
5//
6// Environment:
7// Software developed for the BESIII Detector at the BEPCII.
8//
9// Author List:
10// Chunxiu Liu
11//
12// Copyright Information:
13// Copyright (C) 2005 IHEP
14//
15//------------------------------------------------------------------------
16
17//-----------------------
18// This Class's Header --
19//-----------------------
20#include "EmcDataIO.h"
21
22//-------------
23// C Headers --
24//-------------
25extern "C" {}
26
27//---------------
28// C++ Headers --
29//---------------
30
31#include <fstream>
32
33using namespace std;
34
35// ----------------------------------------
36// -- Public Function Member Definitions --
37// ----------------------------------------
38
39//----------------
40// Constructors --
41//----------------
43
45
46{}
47
48//--------------
49// Destructor --
50//--------------
52
53//-------------
54// Operators --
55//-------------