Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:43

0001 #include "EventFilter/HcalRawToDigi/interface/AMC13Header.h"
0002 
0003 namespace hcal {
0004   const uint64_t* AMC13Header::AMCPayload(int i) const {
0005     const uint64_t* ptr = (&cdfHeader) + 2 + NAMC();
0006     for (int j = 0; j < i; j++)
0007       ptr += AMCSize(j);
0008     return ptr;
0009   }
0010 }  // namespace hcal