void plot1(void){
  TFile *hFile1 = new TFile("myOutFile.root");
  TH1D *hYStar1;  hFile1->GetObject("hYStar1",hYStar1);
  hYStar1->Draw();
}
