EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
EicDigiParData.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EicDigiParData.h
1
//
2
// AYK (ayk@bnl.gov), 2014/10/14
3
//
4
// Bare digi class;
5
//
6
7
#include <TObject.h>
8
#include <TString.h>
9
10
#ifndef _EIC_DIGI_PAR_DATA_
11
#define _EIC_DIGI_PAR_DATA_
12
14
class
EicDigiParData
:
public
TObject
15
{
16
public
:
17
EicDigiParData
() {};
18
~EicDigiParData
() {};
19
23
int
mergeIntoOutputFile
(TString
name
);
24
25
private
:
26
27
ClassDef
(
EicDigiParData
,1);
28
};
29
30
#endif
EicRoot
blob
master
eic
base
EicDigiParData.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:33
using
1.8.2 with
EIC GitHub integration