1 #ifndef PHASE2GMT_CONEVRTEDTTRACK 2 #define PHASE2GMT_CONEVRTEDTTRACK 20 const ap_uint<96>&
word)
44 const int z0()
const {
return z0_; }
45 const int d0()
const {
return d0_; }
66 LogDebug(
"ConvertedTTTrack") <<
"converted track : word=" << std::setfill(
'0') << std::setw(8) << std::hex
67 << (
long long unsigned int)((
word_ >> 64).to_uint64()) << std::setfill(
'0')
68 << std::setw(16) << std::hex
69 << (
long long unsigned int)((
word_ & 0xffffffffffffffff).to_uint64());
const float offline_phi() const
const uint charge() const
edm::Ptr< TTTrack< Ref_Phase2TrackerDigi_ > > trkPtr_
void setTrkPtr(const edm::Ptr< TTTrack< Ref_Phase2TrackerDigi_ > > &trkPtr)
const uint abseta() const
ConvertedTTTrack(const uint &charge, const int &curvature, const uint &abseta, const uint &pt, const int &eta, const int &phi, const int &z0, const int &d0, const int &quality, const ap_uint< 96 > &word)
const edm::Ptr< TTTrack< Ref_Phase2TrackerDigi_ > > trkPtr() const
const float offline_eta() const
Class to store the L1 Track Trigger tracks.
void setOfflineQuantities(float pt, float eta, float phi)
const int curvature() const
const float offline_pt() const
const int quality() const
const ap_uint< 96 > & word() const