PADS

RAW  DATA BANKS
 
 



 

YBOS/ROOT/EDM  banks overhead ( from R. Kennedy):

*) ABCD_StorableBank writes itself out



 
 
 

Some examples:
 

I've run Trigsim on real data so there will be 2 instances of TC2D_StorableBank:
 

1) real bank  - ByteIn = 5350 in units of bytes
 

2) simulated  - ByteIn = 5358 in units of bytes


The 8 bytes I guessed are the slight difference in the header due to the name.
 

Now, since I know that the pointers sections + data  is 5264 in units of bytes I have an overhead of 86/94 units of bytes.
 
 
 

This is the same I get for TC1D_StorableBank:
 

1) real bank : 2638  ByteIn
 

2) sim bank : 2646 ByteIn

The size ( in units of bytes) of pointers+ data is 2552  which again if
subtracted from the above numbers gives me 94/86.
 
 


TL1D_StorableBank
 

1) real data  174 ( only writes out Cal prefred)
 

2) simulation 214
 

Actual  size of data ( pointers + data) 120 ==> 214-120 = 94 !

CONCLUSION : very small banks should be avoided


Note on simulated data only ( tt) :
 

TC2D_StorableBank = 5376
 

TC1D_StorableBank  = 2664
 

TL1D_StorableBank  = 232
 

All of them have 28 words or 112 bytes left.