CMS 3D CMS Logo

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

#include <RPCClusterSize.h>

Classes

struct  ClusterSizeItem
 

Public Member Functions

std::vector< ClusterSizeItem > const & getCls () const
 
 RPCClusterSize ()
 
 ~RPCClusterSize ()
 

Public Attributes

std::vector< ClusterSizeItemv_cls
 

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 10 of file RPCClusterSize.h.

Constructor & Destructor Documentation

◆ RPCClusterSize()

RPCClusterSize::RPCClusterSize ( )
inline

Definition at line 20 of file RPCClusterSize.h.

20 {}

◆ ~RPCClusterSize()

RPCClusterSize::~RPCClusterSize ( )
inline

Definition at line 21 of file RPCClusterSize.h.

21 {}

Member Function Documentation

◆ getCls()

std::vector<ClusterSizeItem> const& RPCClusterSize::getCls ( ) const
inline

Definition at line 23 of file RPCClusterSize.h.

References v_cls.

Referenced by RPCDigiProducer::beginRun(), and RPCandIRPCDigiProducer::beginRun().

23 { return v_cls; }
std::vector< ClusterSizeItem > v_cls

◆ serialize()

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

◆ cond::serialization::access

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

Definition at line 26 of file RPCClusterSize.h.

Member Data Documentation

◆ v_cls

std::vector<ClusterSizeItem> RPCClusterSize::v_cls

Definition at line 24 of file RPCClusterSize.h.

Referenced by getCls().