CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes | Friends
L1MuTriggerScales Class Reference

#include <L1MuTriggerScales.h>

Public Member Functions

const L1MuScalegetGMTEtaScale () const
 get the GMT eta scale More...
 
const L1MuScalegetPhiScale () const
 get the phi scale More...
 
const L1MuScalegetRegionalEtaScale (int isys) const
 get the regioanl muon trigger eta scale, isys = 0(DT), 1(bRPC), 2(CSC), 3(fwdRPC) More...
 
 L1MuTriggerScales ()
 constructor More...
 
 L1MuTriggerScales (int nbitPackingDTEta, bool signedPackingDTEta, int nbinsDTEta, float minDTEta, float maxDTEta, int offsetDTEta, int nbitPackingCSCEta, int nbinsCSCEta, float minCSCEta, float maxCSCEta, const std::vector< double > &scaleRPCEta, int nbitPackingBrlRPCEta, bool signedPackingBrlRPCEta, int nbinsBrlRPCEta, int offsetBrlRPCEta, int nbitPackingFwdRPCEta, bool signedPackingFwdRPCEta, int nbinsFwdRPCEta, int offsetFwdRPCEta, int nbitPackingGMTEta, int nbinsGMTEta, const std::vector< double > &scaleGMTEta, int nbitPackingPhi, bool signedPackingPhi, int nbinsPhi, float minPhi, float maxPhi)
 
void setGMTEtaScale (const L1MuSymmetricBinnedScale &scale)
 set the GMT eta scale More...
 
void setPhiScale (const L1MuBinnedScale &scale)
 set the phi scale More...
 
virtual ~L1MuTriggerScales ()
 destructor More...
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

L1MuSymmetricBinnedScale m_GMTEtaScale
 
L1MuBinnedScale m_PhiScale
 
L1MuBinnedScale m_RegionalEtaScale [4]
 
L1MuSymmetricBinnedScale m_RegionalEtaScaleCSC
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Description: Class that creates all scales used to pass data from the regional muon triggers to the Global Muon Trigger and from the latter to the Global Trigger

Definition at line 33 of file L1MuTriggerScales.h.

Constructor & Destructor Documentation

L1MuTriggerScales::L1MuTriggerScales ( )
inline

constructor

Definition at line 37 of file L1MuTriggerScales.h.

L1MuTriggerScales::L1MuTriggerScales ( int  nbitPackingDTEta,
bool  signedPackingDTEta,
int  nbinsDTEta,
float  minDTEta,
float  maxDTEta,
int  offsetDTEta,
int  nbitPackingCSCEta,
int  nbinsCSCEta,
float  minCSCEta,
float  maxCSCEta,
const std::vector< double > &  scaleRPCEta,
int  nbitPackingBrlRPCEta,
bool  signedPackingBrlRPCEta,
int  nbinsBrlRPCEta,
int  offsetBrlRPCEta,
int  nbitPackingFwdRPCEta,
bool  signedPackingFwdRPCEta,
int  nbinsFwdRPCEta,
int  offsetFwdRPCEta,
int  nbitPackingGMTEta,
int  nbinsGMTEta,
const std::vector< double > &  scaleGMTEta,
int  nbitPackingPhi,
bool  signedPackingPhi,
int  nbinsPhi,
float  minPhi,
float  maxPhi 
)
inline

Definition at line 39 of file L1MuTriggerScales.h.

virtual L1MuTriggerScales::~L1MuTriggerScales ( )
inlinevirtual

destructor

Definition at line 171 of file L1MuTriggerScales.h.

Member Function Documentation

const L1MuScale* L1MuTriggerScales::getGMTEtaScale ( ) const
inline

get the GMT eta scale

Definition at line 194 of file L1MuTriggerScales.h.

Referenced by L1MuGMTLFEtaConvLUT::TheLookupFunction().

const L1MuScale* L1MuTriggerScales::getPhiScale ( ) const
inline

get the phi scale

Definition at line 201 of file L1MuTriggerScales.h.

const L1MuScale* L1MuTriggerScales::getRegionalEtaScale ( int  isys) const
inline
template<class Archive >
void L1MuTriggerScales::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void L1MuTriggerScales::setGMTEtaScale ( const L1MuSymmetricBinnedScale scale)
inline

set the GMT eta scale

Definition at line 197 of file L1MuTriggerScales.h.

void L1MuTriggerScales::setPhiScale ( const L1MuBinnedScale scale)
inline

set the phi scale

Definition at line 204 of file L1MuTriggerScales.h.

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 217 of file L1MuTriggerScales.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 217 of file L1MuTriggerScales.h.

Member Data Documentation

L1MuSymmetricBinnedScale L1MuTriggerScales::m_GMTEtaScale
private

Definition at line 213 of file L1MuTriggerScales.h.

L1MuBinnedScale L1MuTriggerScales::m_PhiScale
private

Definition at line 214 of file L1MuTriggerScales.h.

L1MuBinnedScale L1MuTriggerScales::m_RegionalEtaScale[4]
private

Definition at line 204 of file L1MuTriggerScales.h.

L1MuSymmetricBinnedScale L1MuTriggerScales::m_RegionalEtaScaleCSC
private

Definition at line 212 of file L1MuTriggerScales.h.