X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=T0%2FT0Laserda.cxx;h=574f37e458aa82f01834a383ca69701a375a5ae6;hb=7a385c9e9ce97c4e10641d3b8ef284443aeebfda;hp=eaa9deca40034b7b8e3366f30dbe141c8d965ad5;hpb=0d31d5fedf25f848ea2757bc91cac8e49cf65004;p=u%2Fmrichter%2FAliRoot.git diff --git a/T0/T0Laserda.cxx b/T0/T0Laserda.cxx index eaa9deca400..574f37e458a 100644 --- a/T0/T0Laserda.cxx +++ b/T0/T0Laserda.cxx @@ -138,8 +138,8 @@ int main(int argc, char **argv) { for(Int_t ic=0; ic<24; ic++) { - hQTC[ic] = new TH1F(Form("hQTC%d_%d",ic+1,nIndex),"QTC",1000, 500, 4500); - hLED[ic] = new TH1F(Form("hLED%d_%d",ic+1,nIndex),"LED",300,300,600); + hQTC[ic] = new TH1F(Form("hQTC%d_%d",ic+1,nIndex),"QTC",1000, 500, 10000); + hLED[ic] = new TH1F(Form("hLED%d_%d",ic+1,nIndex),"LED",125,200,700); hCFD[ic] = new TH1F(Form("hCFD%d_%d",ic+1,nIndex),"CFD", Int_t ((hcfd-lcfd)/2), lcfd, hcfd); } @@ -267,7 +267,7 @@ int main(int argc, char **argv) { printf("After loop, before writing histos\n"); TH1F* hAmp = new TH1F("hAmpLaser"," Laser amplitude ", 1000, 0.5, 20.5); - for(Int_t i=0; iFill(mipsin[i]); + for(Int_t i=0; iFill(mipsin[i]); // write a file with the histograms TFile *hist=0; if(nIndex == 1 )