Skip to content
Snippets Groups Projects

Patch etashift

Merged Thomas Owen James requested to merge patch-etashift into patch-prescale
2 files
+ 149
58
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -98,8 +98,8 @@ void ElasticProcessor::makeCreateIndexRequest(unsigned int run){
void ElasticProcessor::makeAppendToBulkRequest(std::ostringstream &particle_data, char*c){
uint32_t *p = (uint32_t*)c;
uint32_t header = *p++;
int mAcount = (header&header_masks::mAcount)>>header_shifts::mAcount;
int mBcount = (header&header_masks::mBcount)>>header_shifts::mBcount;
int mAcount = (header&packed_format_header_masks::mAcount)>>packed_format_header_shifts::mAcount;
int mBcount = (header&packed_format_header_masks::mBcount)>>packed_format_header_shifts::mBcount;
uint32_t bx=*p++;
uint32_t orbit=*p++;
Loading