Belle II Software  release-05-01-25
TRGGDLUnpackerStore.h
1 //-----------------------------------------------------------
2 // $Id$
3 //-----------------------------------------------------------
4 // Filename : TRGGDLUnpackerStore.h
5 // Section : TRG GDL
6 // Owner :
7 // Email :
8 //-----------------------------------------------------------
9 // Description : A class to represent TRG GDL.
10 //-----------------------------------------------------------
11 // $Log$
12 //-----------------------------------------------------------
13 #ifndef TRGGDLUNPACKERSTORE_H
14 #define TRGGDLUNPACKERSTORE_H
15 
16 #include <TObject.h>
17 
18 namespace Belle2 {
24  class TRGGDLUnpackerStore : public TObject {
26  public:
27 
28 
29  int m_unpacker[320];
30 
31  char m_unpackername[320][100];
32 
33 
35  ClassDef(TRGGDLUnpackerStore, 2);
36 
37  };
38 
40 } // end namespace Belle2
41 #endif
Belle2::TRGGDLUnpackerStore::ClassDef
ClassDef(TRGGDLUnpackerStore, 2)
the class title
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19