CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
mypt.cc
Go to the documentation of this file.
2 #include <boost/random/linear_congruential.hpp>
3 #include <boost/random/uniform_int.hpp>
4 #include <boost/random/variate_generator.hpp>
5 //#include <iostream>
6 //typedef boost::minstd_rand base_generator_type;
7 void mypt::fill() {
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 }
fixedArray< unsigned short, 2097 > pt
Definition: mypt.h:10
void fill()
Definition: mypt.cc:7
tuple cout
Definition: gather_cfg.py:144