CMS 3D CMS Logo

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

#include <L1TMuonOverlapParams.h>

Public Member Functions

 Node ()
 

Public Attributes

std::vector< double > dparams_
 
std::vector< int > iparams_
 
l1t::LUT LUT_
 
std::vector< std::string > sparams_
 
std::string type_
 
std::vector< unsigned > uparams_
 
unsigned version_
 

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 16 of file L1TMuonOverlapParams.h.

Constructor & Destructor Documentation

◆ Node()

L1TMuonOverlapParams::Node::Node ( )
inline

Definition at line 25 of file L1TMuonOverlapParams.h.

References type_, and version_.

25  {
26  type_ = "unspecified";
27  version_ = 0;
28  }

Member Function Documentation

◆ serialize()

template<class Archive >
void L1TMuonOverlapParams::Node::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 29 of file L1TMuonOverlapParams.h.

◆ cond::serialization::access

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

Definition at line 29 of file L1TMuonOverlapParams.h.

Member Data Documentation

◆ dparams_

std::vector<double> L1TMuonOverlapParams::Node::dparams_

Definition at line 21 of file L1TMuonOverlapParams.h.

◆ iparams_

std::vector<int> L1TMuonOverlapParams::Node::iparams_

Definition at line 23 of file L1TMuonOverlapParams.h.

◆ LUT_

l1t::LUT L1TMuonOverlapParams::Node::LUT_

Definition at line 20 of file L1TMuonOverlapParams.h.

◆ sparams_

std::vector<std::string> L1TMuonOverlapParams::Node::sparams_

Definition at line 24 of file L1TMuonOverlapParams.h.

◆ type_

std::string L1TMuonOverlapParams::Node::type_

◆ uparams_

std::vector<unsigned> L1TMuonOverlapParams::Node::uparams_

Definition at line 22 of file L1TMuonOverlapParams.h.

◆ version_

unsigned L1TMuonOverlapParams::Node::version_

Definition at line 19 of file L1TMuonOverlapParams.h.

Referenced by Node().