From d3e168086b230c7f486b0d8f2af6a96bed877a4b Mon Sep 17 00:00:00 2001 From: schutz Date: Fri, 11 Feb 2000 18:29:37 +0000 Subject: [PATCH] Just updated --- PHOS/AliPHOSAnalyze.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PHOS/AliPHOSAnalyze.cxx b/PHOS/AliPHOSAnalyze.cxx index 1296371f386..94abec4971a 100644 --- a/PHOS/AliPHOSAnalyze.cxx +++ b/PHOS/AliPHOSAnalyze.cxx @@ -271,17 +271,17 @@ void AliPHOSAnalyze::BookingHistograms() if (fhVetoCluster ) delete fhVetoCluster ; if (fhConvertorCluster ) delete fhConvertorCluster ; if (fhConvertorEmc ) delete fhConvertorEmc ; - fhEmcDigit = new TH1F("hEmcDigit", "hEmcDigit", 500, 0. , 5.); + fhEmcDigit = new TH1F("hEmcDigit", "hEmcDigit", 1000, 0. , 25.); fhVetoDigit = new TH1F("hVetoDigit", "hVetoDigit", 500, 0. , 3.e-5); fhConvertorDigit = new TH1F("hConvertorDigit","hConvertorDigit", 500, 0. , 3.e-5); - fhEmcCluster = new TH1F("hEmcCluster", "hEmcCluster", 500, -5. , 5.); + fhEmcCluster = new TH1F("hEmcCluster", "hEmcCluster", 1000, 0. , 30.); fhVetoCluster = new TH1F("hVetoCluster", "hVetoCluster", 500, 0. , 3.e-5); fhConvertorCluster = new TH1F("hConvertorCluster","hConvertorCluster",500, 0. , 3.e-5); fhConvertorEmc = new TH2F("hConvertorEmc", "hConvertorEmc", 200, 1. , 3., 200, 0., 3.e-5); - fhPhotonEnergy = new TH1F("hPhotonEnergy", "hPhotonEnergy", 500, 0. , 5.); - fhElectronEnergy = new TH1F("hElectronEnergy","hElectronEnergy", 500, 0. , 5.); - fhNeutralEnergy = new TH1F("hNeutralEnergy", "hNeutralEnergy", 500, 0. , 5.); - fhChargedEnergy = new TH1F("hChargedEnergy", "hChargedEnergy", 500, 0. , 5.); + fhPhotonEnergy = new TH1F("hPhotonEnergy", "hPhotonEnergy", 1000, 0. , 30.); + fhElectronEnergy = new TH1F("hElectronEnergy","hElectronEnergy", 1000, 0. , 30.); + fhNeutralEnergy = new TH1F("hNeutralEnergy", "hNeutralEnergy", 1000, 0. , 30.); + fhChargedEnergy = new TH1F("hChargedEnergy", "hChargedEnergy", 1000, 0. , 30.); fhPhotonPositionX = new TH1F("hPhotonPositionX","hPhotonPositionX", 500,-80. , 80.); fhElectronPositionX= new TH1F("hElectronPositionX","hElectronPositionX",500,-80. , 80.); fhNeutralPositionX = new TH1F("hNeutralPositionX","hNeutralPositionX",500,-80. , 80.); -- 2.43.5