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

Constructor & Destructor Documentation

L1TMuonOverlapParams::Node::Node ( )
inline

Definition at line 27 of file L1TMuonOverlapParams.h.

27 { type_="unspecified"; version_=0; }

Member Function Documentation

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

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 28 of file L1TMuonOverlapParams.h.

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

Definition at line 28 of file L1TMuonOverlapParams.h.

Member Data Documentation

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

Definition at line 23 of file L1TMuonOverlapParams.h.

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

Definition at line 25 of file L1TMuonOverlapParams.h.

l1t::LUT L1TMuonOverlapParams::Node::LUT_

Definition at line 22 of file L1TMuonOverlapParams.h.

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

Definition at line 26 of file L1TMuonOverlapParams.h.

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

Definition at line 24 of file L1TMuonOverlapParams.h.

unsigned L1TMuonOverlapParams::Node::version_

Definition at line 21 of file L1TMuonOverlapParams.h.