![]() |
![]() |
#include <L1GtEtaPhiConversions.h>
Public Member Functions | |
void | convert (const L1CaloGeometry *, const L1MuTriggerScales *, const int, const int) |
perform all conversions More... | |
L1GtEtaPhiConversions () | |
constructor More... | |
virtual void | print (std::ostream &myCout) const |
print all the performed conversions More... | |
virtual | ~L1GtEtaPhiConversions () |
destructor More... | |
Private Attributes | |
std::vector< unsigned int > | m_lutEtaCenCaloCommon |
eta conversion of calorimeter object to a common scale More... | |
std::vector< unsigned int > | m_lutPhiMuCalo |
phi conversion for Mu to Calo More... | |
Description: convert eta and phi between various L1 trigger objects.
Implementation: <TODO: enter implementation details>
$Date$ $Revision$
Definition at line 41 of file L1GtEtaPhiConversions.h.
L1GtEtaPhiConversions::L1GtEtaPhiConversions | ( | ) |
constructor
Definition at line 38 of file L1GtEtaPhiConversions.cc.
|
virtual |
void L1GtEtaPhiConversions::convert | ( | const L1CaloGeometry * | l1CaloGeometry, |
const L1MuTriggerScales * | l1MuTriggerScales, | ||
const int | ifCaloEtaNumberBits, | ||
const int | ifMuEtaNumberBits | ||
) |
perform all conversions
Definition at line 54 of file L1GtEtaPhiConversions.cc.
References L1CaloGeometry::emJetPhiBinHighEdge(), L1CaloGeometry::emJetPhiBinLowEdge(), L1MuScale::getHighEdge(), L1MuScale::getLowEdge(), L1MuTriggerScales::getPhiScale(), edm::isDebugEnabled(), LogTrace, m_lutEtaCenCaloCommon, m_lutPhiMuCalo, L1CaloGeometry::numberGctCentralEtaBinsPerHalf(), L1CaloGeometry::numberGctEmJetPhiBins(), L1CaloGeometry::numberGctForwardEtaBinsPerHalf(), and L1MuScale::print().
Referenced by L1GlobalTriggerGTL::run().
|
virtual |
print all the performed conversions
Definition at line 179 of file L1GtEtaPhiConversions.cc.
|
private |
eta conversion of calorimeter object to a common scale
Definition at line 67 of file L1GtEtaPhiConversions.h.
Referenced by convert().
|
private |
phi conversion for Mu to Calo
Definition at line 64 of file L1GtEtaPhiConversions.h.
Referenced by convert().