32template <
class H,
class T>
class hashVector :
public vector<T>
46 size_t (*hashfun)(
const H &);
53template <
class H,
class T>
55 : vector<T>(
max), hashfun(
f)
62template <
class H,
class T>
64 : vector<T>(
max, initialValue), hashfun(
f)
71template <
class H,
class T>
73 : vector<T>(
v), hashfun(
v.hashfun)
80template <
class H,
class T>
85 return vector<T>::operator[] ((*hashfun)(index) % size());
89template <
class H,
class T>
94 return vector<T>::operator[] ((*hashfun)(index) % size());
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_q2 DOUBLE PRECISION m_Wt_KF DOUBLE PRECISION m_WtCut INTEGER m_KFfin *COMMON c_KarLud $ !Input CMS energy[GeV] $ !CMS energy after beam spread beam strahlung[GeV] $ !Beam energy spread[GeV] $ !z boost due to beam spread $ !electron beam mass *ff pair spectrum $ !minimum v
hashVector(size_t max, size_t(*f)(const H &))
T & operator[](const H &index)
TFile f("ana_bhabha660a_dqa_mcPat_zy_old.root")