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 32 of file CaloParams.h.

Constructor & Destructor Documentation

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

Definition at line 41 of file CaloParams.h.

41 { type_="unspecified"; version_=1; }
std::string type_
Definition: CaloParams.h:34

Member Function Documentation

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

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 42 of file CaloParams.h.

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

Definition at line 42 of file CaloParams.h.

Member Data Documentation

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

Definition at line 37 of file CaloParams.h.

Referenced by operator==().

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

Definition at line 39 of file CaloParams.h.

Referenced by operator==().

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

Definition at line 36 of file CaloParams.h.

Referenced by operator==().

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

Definition at line 40 of file CaloParams.h.

Referenced by operator==().

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

Definition at line 38 of file CaloParams.h.

Referenced by operator==().

unsigned l1t::CaloParams::Node::version_

Definition at line 35 of file CaloParams.h.

Referenced by l1t::CaloParams::CaloParams(), and operator==().