#include <MuonTriggerPrimitive.h>
|
template<typename IDType > |
IDType | detId () const |
|
const int | getBX () const |
|
const double | getCMSGlobalEta () const |
|
const double | getCMSGlobalPhi () const |
|
const GlobalPoint | getCMSGlobalPoint () const |
|
const double | getCMSGlobalRho () const |
|
const CSCData | getCSCData () const |
|
const DTData | getDTData () const |
|
const unsigned | getGlobalSector () const |
|
const int | getPattern () const |
|
const RPCData | getRPCData () const |
|
const int | getStrip () const |
|
const unsigned | getSubSector () const |
|
double | getThetaBend () const |
|
const int | getWire () const |
|
const int | Id () const |
|
TriggerPrimitive & | operator= (const TriggerPrimitive &tp) |
|
bool | operator== (const TriggerPrimitive &tp) const |
|
void | print (std::ostream &) const |
|
const DetId | rawId () const |
|
void | setCMSGlobalEta (const double eta) |
|
void | setCMSGlobalPhi (const double phi) |
|
void | setCMSGlobalRho (const double rho) |
|
void | setThetaBend (const double theta) |
|
const subsystem_type | subsystem () const |
|
| TriggerPrimitive () |
|
| TriggerPrimitive (const DTChamberId &, const L1MuDTChambPhDigi &, const int segment_number) |
|
| TriggerPrimitive (const DTChamberId &, const L1MuDTChambThDigi &, const int segment_number) |
|
| TriggerPrimitive (const DTChamberId &, const L1MuDTChambPhDigi &, const L1MuDTChambThDigi &, const int theta_bti_group) |
|
| TriggerPrimitive (const CSCDetId &, const CSCCorrelatedLCTDigi &) |
|
| TriggerPrimitive (const RPCDetId &detid, const unsigned strip, const unsigned layer, const uint16_t bx) |
|
| TriggerPrimitive (const TriggerPrimitive &) |
|
| TriggerPrimitive (const TriggerPrimitive &tp1, const TriggerPrimitive &tp2) |
|
Definition at line 46 of file MuonTriggerPrimitive.h.
L1TMuon::TriggerPrimitive::TriggerPrimitive |
( |
| ) |
|
|
inline |
TriggerPrimitive::TriggerPrimitive |
( |
const RPCDetId & |
detid, |
|
|
const unsigned |
strip, |
|
|
const unsigned |
layer, |
|
|
const uint16_t |
bx |
|
) |
| |
void TriggerPrimitive::calculateCSCGlobalSector |
( |
const CSCDetId & |
chid, |
|
|
unsigned & |
global_sector, |
|
|
unsigned & |
subsector |
|
) |
| |
|
private |
void TriggerPrimitive::calculateDTGlobalSector |
( |
const DTChamberId & |
chid, |
|
|
unsigned & |
global_sector, |
|
|
unsigned & |
subsector |
|
) |
| |
|
private |
void TriggerPrimitive::calculateRPCGlobalSector |
( |
const RPCDetId & |
chid, |
|
|
unsigned & |
global_sector, |
|
|
unsigned & |
subsector |
|
) |
| |
|
private |
template<typename IDType >
IDType L1TMuon::TriggerPrimitive::detId |
( |
| ) |
const |
|
inline |
const int TriggerPrimitive::getBX |
( |
| ) |
const |
const double L1TMuon::TriggerPrimitive::getCMSGlobalEta |
( |
| ) |
const |
|
inline |
const double L1TMuon::TriggerPrimitive::getCMSGlobalPhi |
( |
| ) |
const |
|
inline |
const GlobalPoint L1TMuon::TriggerPrimitive::getCMSGlobalPoint |
( |
| ) |
const |
|
inline |
const double L1TMuon::TriggerPrimitive::getCMSGlobalRho |
( |
| ) |
const |
|
inline |
const CSCData L1TMuon::TriggerPrimitive::getCSCData |
( |
| ) |
const |
|
inline |
const DTData L1TMuon::TriggerPrimitive::getDTData |
( |
| ) |
const |
|
inline |
const unsigned L1TMuon::TriggerPrimitive::getGlobalSector |
( |
| ) |
const |
|
inline |
const int TriggerPrimitive::getPattern |
( |
| ) |
const |
const RPCData L1TMuon::TriggerPrimitive::getRPCData |
( |
| ) |
const |
|
inline |
const int TriggerPrimitive::getStrip |
( |
| ) |
const |
const unsigned L1TMuon::TriggerPrimitive::getSubSector |
( |
| ) |
const |
|
inline |
double L1TMuon::TriggerPrimitive::getThetaBend |
( |
| ) |
const |
|
inline |
const int TriggerPrimitive::getWire |
( |
| ) |
const |
const int TriggerPrimitive::Id |
( |
| ) |
const |
void TriggerPrimitive::print |
( |
std::ostream & |
out | ) |
const |
const DetId L1TMuon::TriggerPrimitive::rawId |
( |
| ) |
const |
|
inline |
void L1TMuon::TriggerPrimitive::setCMSGlobalEta |
( |
const double |
eta | ) |
|
|
inline |
void L1TMuon::TriggerPrimitive::setCMSGlobalPhi |
( |
const double |
phi | ) |
|
|
inline |
void L1TMuon::TriggerPrimitive::setCMSGlobalRho |
( |
const double |
rho | ) |
|
|
inline |
void L1TMuon::TriggerPrimitive::setThetaBend |
( |
const double |
theta | ) |
|
|
inline |
CSCData L1TMuon::TriggerPrimitive::_csc |
|
private |
DTData L1TMuon::TriggerPrimitive::_dt |
|
private |
double L1TMuon::TriggerPrimitive::_eta |
|
private |
unsigned L1TMuon::TriggerPrimitive::_globalsector |
|
private |
DetId L1TMuon::TriggerPrimitive::_id |
|
private |
double L1TMuon::TriggerPrimitive::_phi |
|
private |
double L1TMuon::TriggerPrimitive::_rho |
|
private |
RPCData L1TMuon::TriggerPrimitive::_rpc |
|
private |
unsigned L1TMuon::TriggerPrimitive::_subsector |
|
private |
double L1TMuon::TriggerPrimitive::_theta |
|
private |