#include <CondFormats/Calibration/interface/mypt.h>
Public Member Functions | |
void | fill () |
mypt () | |
Public Attributes | |
fixedArray< unsigned short, 2097 > | pt |
Definition at line 4 of file mypt.h.
void mypt::fill | ( | ) |
Definition at line 7 of file mypt.cc.
References GenMuonPlsPt100GeV_cfg::cout, i, and pt.
00007 { 00008 //base_generator_type rng(42u); 00009 //boost::uniform_int<int> uni_dist(0,200); 00010 //boost::variate_generator<base_generator_type&, boost::uniform_int<> > uni(rng, uni_dist); 00011 for(size_t i=0;i<2097;++i){ 00012 std::cout<<"i "<<i<<" "; 00013 pt[i]=(unsigned short)(i); 00014 } 00015 }
fixedArray<unsigned short,2097> mypt::pt |