CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
L1TUtmCutValue Struct Reference

#include <L1TUtmCutValue.h>

Public Member Functions

 L1TUtmCutValue ()
 
 L1TUtmCutValue (const tmeventsetup::esCutValue &esCV)
 
virtual ~L1TUtmCutValue ()=default
 

Public Attributes

unsigned int index
 
double value
 
unsigned int 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

Author
Takashi Matsushita Created: 12 Mar 2015 This class implements data structure for CutValue

Definition at line 20 of file L1TUtmCutValue.h.

Constructor & Destructor Documentation

◆ L1TUtmCutValue() [1/2]

L1TUtmCutValue::L1TUtmCutValue ( )
inline

◆ L1TUtmCutValue() [2/2]

L1TUtmCutValue::L1TUtmCutValue ( const tmeventsetup::esCutValue &  esCV)
inline

Definition at line 23 of file L1TUtmCutValue.h.

23 : value(esCV.value), index(esCV.index), version(esCV.version){};
unsigned int version
unsigned int index

◆ ~L1TUtmCutValue()

virtual L1TUtmCutValue::~L1TUtmCutValue ( )
virtualdefault

Member Function Documentation

◆ serialize()

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

◆ cond::serialization::access

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

Definition at line 30 of file L1TUtmCutValue.h.

Member Data Documentation

◆ index

unsigned int L1TUtmCutValue::index

◆ value

double L1TUtmCutValue::value

◆ version

unsigned int L1TUtmCutValue::version