CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
L1TMuonOverlapParams::LayerMapNode Class Reference

#include <L1TMuonOverlapParams.h>

Public Member Functions

 LayerMapNode (void)
 

Public Attributes

bool bendingLayer
 Is this a bending layers? More...
 
unsigned int connectedToLayer
 
unsigned int hwNumber
 short layer number used within OMTF emulator More...
 
unsigned int logicNumber
 logic numer of the layer More...
 

Private Member Functions

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

Friends

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

Detailed Description

Definition at line 32 of file L1TMuonOverlapParams.h.

Constructor & Destructor Documentation

◆ LayerMapNode()

L1TMuonOverlapParams::LayerMapNode::LayerMapNode ( void  )
inline

Definition at line 47 of file L1TMuonOverlapParams.h.

47 : hwNumber(0), logicNumber(0), bendingLayer(false), connectedToLayer(0) {}
unsigned int hwNumber
short layer number used within OMTF emulator
unsigned int logicNumber
logic numer of the layer
bool bendingLayer
Is this a bending layers?

Member Function Documentation

◆ serialize()

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

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 49 of file L1TMuonOverlapParams.h.

◆ cond::serialization::access

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

Definition at line 49 of file L1TMuonOverlapParams.h.

Member Data Documentation

◆ bendingLayer

bool L1TMuonOverlapParams::LayerMapNode::bendingLayer

Is this a bending layers?

Definition at line 41 of file L1TMuonOverlapParams.h.

Referenced by L1TMuonOverlapParamsViewer::analyze(), OMTFConfiguration::configure(), and XMLConfigReader::readConfig().

◆ connectedToLayer

unsigned int L1TMuonOverlapParams::LayerMapNode::connectedToLayer

Login number of layer to which this layer is tied. I.e both layers have to fire to account a hit

Definition at line 45 of file L1TMuonOverlapParams.h.

Referenced by L1TMuonOverlapParamsViewer::analyze(), OMTFConfiguration::configure(), and XMLConfigReader::readConfig().

◆ hwNumber

unsigned int L1TMuonOverlapParams::LayerMapNode::hwNumber

short layer number used within OMTF emulator

Definition at line 35 of file L1TMuonOverlapParams.h.

Referenced by L1TMuonOverlapParamsViewer::analyze(), OMTFConfiguration::configure(), and XMLConfigReader::readConfig().

◆ logicNumber

unsigned int L1TMuonOverlapParams::LayerMapNode::logicNumber

logic numer of the layer

Definition at line 38 of file L1TMuonOverlapParams.h.

Referenced by L1TMuonOverlapParamsViewer::analyze(), OMTFConfiguration::configure(), and XMLConfigReader::readConfig().