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
//-------------
17
extern
"C"
{}
18
19
//---------------
20
// C++ Headers --
21
//---------------
22
#include <iostream>
23
//---------------
24
// Gaudi Headers --
25
//---------------
26
#include "GaudiKernel/MsgStream.h"
27
28
using 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
42
class
EmcDataIO
{
43
44
//--------------------
45
// Instance Members --
46
//--------------------
47
48
public
:
49
// Constructors
50
EmcDataIO
();
51
52
// copy
53
EmcDataIO
(
const
EmcDataIO
&
m1
);
54
55
// Destructor
56
~EmcDataIO
();
57
58
protected
:
59
private
:
60
// Friends
61
62
// Data members
63
64
IMessageSvc* _msgSvc()
const
;
65
std::string name()
const
{
return
"EmcDataIO"
; }
66
};
67
68
#endif
/* EMCDATAIO_H */
EmcDataIO::~EmcDataIO
~EmcDataIO()
Definition
EmcDataIO.cxx:51
EmcDataIO::EmcDataIO
EmcDataIO()
Definition
EmcDataIO.cxx:42
std
Definition
x86_64-el9-gcc13-dbg/Event/RootEventData/RootEventDataDict.cxx:101
m1
double * m1
Definition
qcdloop1.h:83
8.0.0
BOSS_Source
Emc
EmcCalib
EmcBhaCalib
src
EmcDataIO.h
Generated by
1.16.1