CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
mypt Class Reference

#include <mypt.h>

Public Member Functions

void fill ()
 
 mypt ()
 

Public Attributes

fixedArray< unsigned short, 2097 > pt
 

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 6 of file mypt.h.

Constructor & Destructor Documentation

mypt::mypt ( )
inline

Definition at line 8 of file mypt.h.

8 {}

Member Function Documentation

void mypt::fill ( )

Definition at line 7 of file mypt.cc.

References gather_cfg::cout, i, and pt.

7  {
8  //base_generator_type rng(42u);
9  //boost::uniform_int<int> uni_dist(0,200);
10  //boost::variate_generator<base_generator_type&, boost::uniform_int<> > uni(rng, uni_dist);
11  for(size_t i=0;i<2097;++i){
12  std::cout<<"i "<<i<<" ";
13  pt[i]=(unsigned short)(i);
14  }
15 }
int i
Definition: DBlmapReader.cc:9
fixedArray< unsigned short, 2097 > pt
Definition: mypt.h:10
tuple cout
Definition: gather_cfg.py:121
template<class Archive >
void mypt::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 12 of file mypt.h.

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

Definition at line 12 of file mypt.h.

Member Data Documentation

fixedArray<unsigned short,2097> mypt::pt