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
mypt Class Reference

#include <mypt.h>

Public Member Functions

void fill ()
 
 mypt ()
 

Public Attributes

fixedArray< unsigned short, 2097 > pt
 

Detailed Description

Definition at line 4 of file mypt.h.

Constructor & Destructor Documentation

mypt::mypt ( )
inline

Definition at line 6 of file mypt.h.

6 {}

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:8
tuple cout
Definition: gather_cfg.py:121

Member Data Documentation

fixedArray<unsigned short,2097> mypt::pt

Definition at line 8 of file mypt.h.

Referenced by fill().