|
void getCovariance(std::vector<double>& sigx1vec,std::vector<double>& sigx2vec,std::vector<double>& sigx3vec,std::vector<double>& sigy1vec, std::vector<double>& sigy2vec,std::vector<double>& sigy3vec,std::vector<double>& cov1vec,std::vector<double>& cov2vec,std::vector<double>& cov3vec,std::string& tag,const unsigned int& n,double& x1min,double& x1max,unsigned short& x2min,unsigned short& x2max,double& x3min,double& x3max,double& x4min,double& x4max,double& x5min,double& x5max,double& x6min,double& x6max,double& x7min,double& x7max,double& x8min,double& x8max,TTree *obj, Int_t& n_obj, Myclass *myObject, double& var1min,unsigned short& var2min,double& var3max,double& var4min,double& var5min,double& var6max,double& var7max,double& var8min)
|