#include <TPrimitives.h>
Public Member Functions | |
TPEntry (const TPEntry &) | |
TPEntry (const TriggerPrimitive &) | |
TPEntry (const TriggerPrimitive &, const TPInfo &) | |
TPEntry (const CSCDetId &, const CSCCorrelatedLCTDigi &) | |
TPEntry (const RPCDetId &, const RPCRecHit &) | |
TPEntry (const GEMDetId &, const GEMPadDigiCluster &) | |
TPEntry (const ME0DetId &, const ME0TriggerDigi &) | |
TPEntry (const GEMDetId &, const ME0TriggerDigi &) | |
~TPEntry () | |
Public Attributes | |
TPInfo | info_ |
TriggerPrimitive | tp_ |
Definition at line 47 of file TPrimitives.h.
TPEntry::TPEntry | ( | const TPEntry & | tp_entry | ) |
Definition at line 7 of file TPrimitives.cc.
TPEntry::TPEntry | ( | const TriggerPrimitive & | tp | ) |
Definition at line 11 of file TPrimitives.cc.
TPEntry::TPEntry | ( | const TriggerPrimitive & | tp, |
const TPInfo & | tp_info | ||
) |
Definition at line 15 of file TPrimitives.cc.
TPEntry::TPEntry | ( | const CSCDetId & | detid, |
const CSCCorrelatedLCTDigi & | digi | ||
) |
Definition at line 19 of file TPrimitives.cc.
Definition at line 23 of file TPrimitives.cc.
TPEntry::TPEntry | ( | const GEMDetId & | detid, |
const GEMPadDigiCluster & | digi | ||
) |
Definition at line 27 of file TPrimitives.cc.
TPEntry::TPEntry | ( | const ME0DetId & | detid, |
const ME0TriggerDigi & | digi | ||
) |
Definition at line 31 of file TPrimitives.cc.
TPEntry::TPEntry | ( | const GEMDetId & | detid, |
const ME0TriggerDigi & | digi | ||
) |
Definition at line 35 of file TPrimitives.cc.
TPEntry::~TPEntry | ( | ) |
Definition at line 39 of file TPrimitives.cc.
TPInfo emtf::phase2::TPEntry::info_ |
Definition at line 61 of file TPrimitives.h.
TriggerPrimitive emtf::phase2::TPEntry::tp_ |
Definition at line 60 of file TPrimitives.h.