CMS 3D CMS Logo

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

#include <L1TMuonBarrelParams.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 28 of file L1TMuonBarrelParams.h.

Constructor & Destructor Documentation

◆ Node()

L1TMuonBarrelParams::Node::Node ( )
inline

Definition at line 37 of file L1TMuonBarrelParams.h.

37  {
38  type_ = "unspecified";
39  version_ = 0;
40  }

References type_, and version_.

Member Function Documentation

◆ serialize()

template<class Archive >
void L1TMuonBarrelParams::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 41 of file L1TMuonBarrelParams.h.

◆ cond::serialization::access

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

Definition at line 41 of file L1TMuonBarrelParams.h.

Member Data Documentation

◆ dparams_

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

Definition at line 33 of file L1TMuonBarrelParams.h.

◆ iparams_

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

Definition at line 35 of file L1TMuonBarrelParams.h.

◆ LUT_

l1t::LUT L1TMuonBarrelParams::Node::LUT_

Definition at line 32 of file L1TMuonBarrelParams.h.

◆ sparams_

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

Definition at line 36 of file L1TMuonBarrelParams.h.

◆ type_

std::string L1TMuonBarrelParams::Node::type_

◆ uparams_

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

Definition at line 34 of file L1TMuonBarrelParams.h.

◆ version_

unsigned L1TMuonBarrelParams::Node::version_

Definition at line 31 of file L1TMuonBarrelParams.h.

Referenced by Node().

L1TMuonBarrelParams::Node::type_
std::string type_
Definition: L1TMuonBarrelParams.h:30
L1TMuonBarrelParams::Node::version_
unsigned version_
Definition: L1TMuonBarrelParams.h:31