]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Just updated
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2000 18:29:37 +0000 (18:29 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2000 18:29:37 +0000 (18:29 +0000)
PHOS/AliPHOSAnalyze.cxx

index 1296371f386522ea42b4e53bfd130b5e06708795..94abec4971ab7e8c8d9da0b9fc5c731fd84016e9 100644 (file)
@@ -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.);