|
ATLAS Offline Software
|
Go to the documentation of this file.
31 std::vector<Identifier> rdoList;
32 rdoList.resize( persObj->
m_rdoList.size() );
34 transObj->
rdoList (std::move(rdoList));
58 const std::vector<Identifier>& rdoList = transObj->
rdoList();
60 persObj->
m_rdoList.reserve( rdoList.size() );
62 persObj->
m_rdoList.push_back (
id.get_compact());
void StrawTime(const int NSTime)
void param(const TrigInDetTrackFitPar *param)
ITPConverterFor< TrigInDetTrackFitPar > * m_fpCnv
int NStrawTime() const
Number of TRT straws with valid drift time intersected by track.
void chi2(const double chi2)
void TRHits(const int NTR)
int NStraw() const
Number of TRT straws intersected by track.
virtual void persToTrans(const TrigInDetTrack_p5 *, TrigInDetTrack *, MsgStream &)
void NPixelSpacePoints(const int n)
void NSCT_SpacePoints(const int n)
int NStrawHits() const
Number of TRT hits associated with track.
TPObjRef toPersistent(CNV **cnv, const typename CNV::TransBase_t *transObj, MsgStream &log) const
Persistify an object and store the persistent represenation in the storage vector of the top-level pe...
void StrawHits(const int NSHits)
virtual void transToPers(const TrigInDetTrack *, TrigInDetTrack_p5 *, MsgStream &)
int NTRHits() const
Number of high-threshold TRT hits associated with track.
void endParam(const TrigInDetTrackFitPar *param)
std::vector< unsigned long long > m_rdoList
void algorithmId(const AlgoId id)
const std::vector< Identifier > & rdoList() const
RDOs associated with track.
void HitPattern(const long hp)
Hit pattern setter method.
CNV::Trans_t * createTransFromPStore(CNV **cnv, const TPObjRef &ref, MsgStream &log) const
Create transient representation of a persistent object, stored in the the top-level persistent object...