EIC Software
 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:
19 
23  int mergeIntoOutputFile(TString name);
24 
25  private:
26 
28 };
29 
30 #endif