1 #ifndef EventFilter_CSCRawToDigi_CSCEventData_h
2 #define EventFilter_CSCRawToDigi_CSCEventData_h
24 #include <boost/dynamic_bitset.hpp>
45 bool isALCT(
const uint16_t *buf);
48 bool isTMB(
const uint16_t *buf);
57 std::vector<CSCStripDigi>
stripDigis(
unsigned idlayer,
unsigned icfeb)
const;
60 std::vector<std::vector<CSCStripDigi> >
stripDigis()
const;
62 std::vector<CSCWireDigi>
wireDigis(
unsigned ilayer)
const;
64 std::vector<std::vector<CSCWireDigi> >
wireDigis()
const;
102 void add(
const std::vector<CSCALCTDigi> &);
103 void add(
const std::vector<CSCCLCTDigi> &);
104 void add(
const std::vector<CSCCorrelatedLCTDigi> &);
105 void add(
const std::vector<CSCShowerDigi> &);
106 void add(
const std::vector<GEMPadDigiCluster> &,
const GEMDetId &);
113 boost::dynamic_bitset<>
pack();
void unpack_data(const uint16_t *buf)
CSCComparatorData * comparatorData() const
user must check if nclct > 0
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)
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.
CSCCFEBData * theCFEBData[CSCConstants::MAX_CFEBS_RUN2]
for up to MAX_CFEB CFEB boards
const CSCDMBTrailer * dmbTrailer() const
DMB trailer.
void addALCTStructures()
adds an empty ALCTHeader, trailer, and anode data
void checkTMBClasses()
makes new TMB classes, if needed
std::ostream & operator<<(std::ostream &out, const ALILine &li)
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
constexpr std::array< uint8_t, layerIndexSize > layer
bool isALCT(const uint16_t *buf)
if dealing with ALCT data
CSCDMBHeader theDMBHeader
uint16_t getFormatVersion() const
CSCALCTTrailer * alctTrailer() const
user must check if nalct > 0
CSCALCTHeader * theALCTHeader
CSCTMBData * tmbData() const
user must check in nclct > 0
CSCDMBHeader * dmbHeader()
CSCDMBTrailer theDMBTrailer
CSCEventData operator=(const CSCEventData &data)
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