CMS 3D CMS Logo

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

#include <CaloParams.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 29 of file CaloParams.h.

Constructor & Destructor Documentation

◆ Node()

l1t::CaloParams::Node::Node ( )
inline

Definition at line 38 of file CaloParams.h.

References type_, and version_.

38  {
39  type_ = "unspecified";
40  version_ = 1;
41  }
std::string type_
Definition: CaloParams.h:31

Member Function Documentation

◆ serialize()

template<class Archive >
void l1t::CaloParams::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 42 of file CaloParams.h.

◆ cond::serialization::access

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

Definition at line 42 of file CaloParams.h.

Member Data Documentation

◆ dparams_

std::vector<double> l1t::CaloParams::Node::dparams_

Definition at line 34 of file CaloParams.h.

Referenced by operator==().

◆ iparams_

std::vector<int> l1t::CaloParams::Node::iparams_

Definition at line 36 of file CaloParams.h.

Referenced by operator==().

◆ LUT_

l1t::LUT l1t::CaloParams::Node::LUT_

Definition at line 33 of file CaloParams.h.

Referenced by operator==().

◆ sparams_

std::vector<std::string> l1t::CaloParams::Node::sparams_

Definition at line 37 of file CaloParams.h.

Referenced by operator==().

◆ type_

std::string l1t::CaloParams::Node::type_

◆ uparams_

std::vector<unsigned> l1t::CaloParams::Node::uparams_

Definition at line 35 of file CaloParams.h.

Referenced by operator==().

◆ version_

unsigned l1t::CaloParams::Node::version_

Definition at line 32 of file CaloParams.h.

Referenced by Node(), and operator==().