CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
L1TUtmBin Class Reference

#include <L1TUtmBin.h>

Public Member Functions

 L1TUtmBin ()
 
 L1TUtmBin (const unsigned int id, const double min, const double max)
 
virtual ~L1TUtmBin ()
 

Public Attributes

unsigned int hw_index
 
double maximum
 
double minimum
 
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 Bin

Definition at line 35 of file L1TUtmBin.h.

Constructor & Destructor Documentation

L1TUtmBin::L1TUtmBin ( )
inline

Definition at line 39 of file L1TUtmBin.h.

L1TUtmBin::L1TUtmBin ( const unsigned int  id,
const double  min,
const double  max 
)
inline

Definition at line 45 of file L1TUtmBin.h.

48  : hw_index(id), minimum(min), maximum(max), version(0) { };
double maximum
Definition: L1TUtmBin.h:55
unsigned int version
Definition: L1TUtmBin.h:56
unsigned int hw_index
Definition: L1TUtmBin.h:51
T min(T a, T b)
Definition: MathUtil.h:58
double minimum
Definition: L1TUtmBin.h:54
virtual L1TUtmBin::~L1TUtmBin ( )
inlinevirtual

Definition at line 51 of file L1TUtmBin.h.

References hw_index.

51 { };

Member Function Documentation

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

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 57 of file L1TUtmBin.h.

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

Definition at line 57 of file L1TUtmBin.h.

Member Data Documentation

unsigned int L1TUtmBin::hw_index

HW index of bin

Definition at line 51 of file L1TUtmBin.h.

Referenced by ~L1TUtmBin().

double L1TUtmBin::maximum

maximum value of bin

Definition at line 55 of file L1TUtmBin.h.

double L1TUtmBin::minimum

minimum value of bin

Definition at line 54 of file L1TUtmBin.h.

unsigned int L1TUtmBin::version