23 #include <boost/dynamic_bitset.hpp> 32 CSCEventData(
const uint16_t * buf, uint16_t format_version = 2005);
48 bool isALCT(
const uint16_t * buf);
51 bool isTMB(
const uint16_t * buf);
63 std::vector<CSCStripDigi>
stripDigis(
unsigned idlayer,
unsigned icfeb)
const;
67 std::vector< std::vector<CSCStripDigi> >
stripDigis()
const;
70 std::vector<CSCWireDigi>
wireDigis(
unsigned ilayer)
const;
72 std::vector< std::vector<CSCWireDigi> >
wireDigis()
const;
111 void add(
const std::vector<CSCALCTDigi> &);
112 void add(
const std::vector<CSCCLCTDigi> &);
113 void add(
const std::vector<CSCCorrelatedLCTDigi> &);
121 boost::dynamic_bitset<>
pack();
131 unsigned int calcALCTcrc(std::vector< std::pair<unsigned int, unsigned short*> > &vec);
void unpack_data(const uint16_t *buf)
void setEventInformation(int bxnum, int lvl1num)
unsigned int calcALCTcrc(std::vector< std::pair< unsigned int, unsigned short * > > &vec)
unsigned short * alctZSErecovered
Auxiliary bufer to recove the ALCT raw payload from zero suppression.
int nclct() const
the number of CLCTs
uint16_t theFormatVersion
Output Format Version (2005, 2013)
#define MAX_CFEB
Maximum available CFEBs per chamber (for old system 5, for new ME11 should be 7)
std::vector< std::vector< CSCStripDigi > > stripDigis() const
deprecated. Use the above methods instead
void checkALCTClasses()
makes new ALCT classes, if needed
std::vector< std::vector< CSCWireDigi > > wireDigis() const
deprecated. Use the above method instead.
const CSCDMBTrailer * dmbTrailer() const
DMB trailer.
void addALCTStructures()
adds an empty ALCTHeader, trailer, and anode data
void checkTMBClasses()
makes new TMB classes, if needed
CSCAnodeData * alctData() const
user must check if nalct > 0
CSCALCTHeader * alctHeader() const
user must check if nalct > 0
int nalct() const
the flag for existence of ALCT data
bool isALCT(const uint16_t *buf)
if dealing with ALCT data
CSCDMBHeader theDMBHeader
uint16_t getFormatVersion() const
CSCCLCTData * clctData() const
user must check if nclct > 0
CSCALCTTrailer * alctTrailer() const
user must check if nalct > 0
CSCALCTHeader * theALCTHeader
std::ostream & operator<<(std::ostream &os, const CSCEventData &evt)
CSCTMBData * tmbData() const
user must check in nclct > 0
CSCDMBHeader * dmbHeader()
CSCDMBTrailer theDMBTrailer
CSCEventData operator=(const CSCEventData &data)
CSCCFEBData * theCFEBData[7]
for up to MAX_CFEB CFEB boards
CSCALCTTrailer * theALCTTrailer
void copy(const CSCEventData &)
bool isTMB(const uint16_t *buf)
if dealing with TMB data
unsigned short size() const
size of the data buffer used, in bytes
void add(const CSCStripDigi &, int layer)
routines to add digis to the data
CSCTMBHeader * tmbHeader() const
user must check if nclct > 0
const CSCCFEBData * cfebData(unsigned icfeb) const
unpacked in long mode: has overflow and error bits decoded
char data[epos_bytes_allocation]
void addComparatorInformation(std::vector< CSCStripDigi > &, int layer) const
adds the comparators to the strip digis
static std::atomic< bool > debug
int chamberType() const
might not be set in real data
boost::dynamic_bitset pack()
returns the packed event data.
const CSCDMBHeader * dmbHeader() const
the DAQ motherboard header. A good place for event and chamber info
static void setDebug(const bool value)
CSCAnodeData * theAnodeData