6#include "GaudiKernel/MsgStream.h"
virtual void persToTrans(const CscRawDataCollection_p3 *persColl, CscRawDataCollection *transColl, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...
virtual void transToPers(const CscRawDataCollection *transColl, CscRawDataCollection_p3 *persColl, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...
Persistent represenation of the Collection of CSC Raw Hits.
uint16_t m_numRPU
number of RPU
std::vector< uint16_t > m_spuCount
cluster counts for 10 SPU: 5 SPU in each chamber or RPU!
std::vector< uint16_t > m_rpuID
RPU ID and data type.
uint32_t m_id
Identifier of this collection.
uint16_t m_rodId
online ROD Identifier
uint32_t m_scaAddress
SCA Address.
uint8_t m_firstBitSummary
First Bit Summary.
bool m_triggerType
trigger Type
bool m_samplingPhase
sampling phase
std::vector< uint8_t > m_dataType
uint32_t m_eventType
event type/data type
Collection of CSC Raw Hits, arranged according to CSC Detector Elements Author: Ketevi A.
void set_scaAddress(const uint32_t sca)
uint32_t scaAddress() const
bool samplingPhase() const
void set_eventType(const uint32_t eventType)
IdentifierHash identifyHash() const
Returns the OFFLINE identifier hash for this collection.
void setRodId(uint16_t rodId)
set methods - the name should be self-descriptive
void set_spuCount(unsigned int i, uint16_t count)
uint8_t firstBitSummary() const
uint16_t identify() const
access methods
void setIdentifyHash(const IdentifierHash &idHash)
sets the OFFLINE IdentifierHash for this collection
uint16_t spuCount(unsigned int i) const
return the SPU cluster counts For all the non-precision layers,
void setRPUID(const std::vector< uint16_t > &rpuID)
uint16_t subDetectorId() const
const std::vector< uint16_t > & rpuID() const
void setNumDPU(const uint16_t numDPU)
obsolete - just backward compatibility with old data
void set_dataType(const unsigned int i, const uint8_t dataType)
uint32_t eventType() const
const std::vector< uint8_t > & dataType() const
void set_firstBitSummary(const uint8_t summary)
void setOnlineId(uint16_t id)
void setSubDetectorId(uint16_t subDetectorId)
This is a "hash" representation of an Identifier.
virtual void persToTrans(const PERS *persVect, TRANS *transVect, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...
virtual void transToPers(const TRANS *transVect, PERS *persVect, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...