BOSS 7.0.1
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 "EmcBhaCalib/EmcDataIO.h"
21
22//-------------
23// C Headers --
24//-------------
25extern "C" {
26}
27
28//---------------
29// C++ Headers --
30//---------------
31
32#include <fstream>
33
34using namespace std;
35
36// ----------------------------------------
37// -- Public Function Member Definitions --
38// ----------------------------------------
39
40//----------------
41// Constructors --
42//----------------
44{}
45
47
48{
49
50}
51
52//--------------
53// Destructor --
54//--------------
56
57}
58
59//-------------
60// Operators --
61//-------------
62
63
64
65
66
67
68
69
70
71
72
73
74
75