Belle II Software  release-08-01-10
DataStorePackage Class Reference
Collaboration diagram for DataStorePackage:

Public Member Functions

 DataStorePackage (DataStoreStreamer *streamer, int eb2, unsigned int serial=0)
 
bool restore ()
 
unsigned int getSerial () const
 
void setSerial (unsigned int serial)
 
const BinDatagetData () const
 
const BinDatagetHLTData () const
 
const BinDatagetPXDData () const
 

Static Public Attributes

static const unsigned int MAX_BUFFER_WORDS = 10000000
 

Private Types

enum  ETObjectBits {
  c_IsTransient = BIT(19) ,
  c_IsNull = BIT(20)
}
 

Private Attributes

unsigned int m_serial
 
BinData m_data
 
BinData m_data_hlt
 
BinData m_data_pxd
 
int * m_buf
 
int m_eb2
 
DataStoreStreamerm_streamer
 
StoreArray< RawPXDm_rawpxdary
 

Static Private Attributes

static Mutex g_mutex
 
static bool g_init
 

Detailed Description

Definition at line 25 of file DataStorePackage.h.


The documentation for this class was generated from the following files: