BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EmcDataIO.h
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2// Environment:
3// This software was developed for the BESIII collaboration. If you
4// use all or part of it, please give an appropriate acknowledgement.
5//
6// Copyright Information:
7// Copyright (C) 2005 IHEP
8//
9//------------------------------------------------------------------------
10
11#ifndef EMCDATAIO_H
12#define EMCDATAIO_H
13
14//-------------
15// C Headers --
16//-------------
17extern "C" {}
18
19//---------------
20// C++ Headers --
21//---------------
22#include <iostream>
23//---------------
24// Gaudi Headers --
25//---------------
26#include "GaudiKernel/MsgStream.h"
27
28using namespace std;
29
30// ---------------------
31// -- Class Interface --
32// ---------------------
33
34/**
35 * Data input / output of Emc calibration using root.,
36 *
37 * @see
38 *
39 * @author Chunxiu Liu (originator/contributor etc.);
40 */
41
42class EmcDataIO {
43
44 //--------------------
45 // Instance Members --
46 //--------------------
47
48public:
49 // Constructors
50 EmcDataIO();
51
52 // copy
53 EmcDataIO( const EmcDataIO& m1 );
54
55 // Destructor
56 ~EmcDataIO();
57
58protected:
59private:
60 // Friends
61
62 // Data members
63
64 IMessageSvc* _msgSvc() const;
65 std::string name() const { return "EmcDataIO"; }
66};
67
68#endif /* EMCDATAIO_H */
double * m1
Definition qcdloop1.h:83