]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
increased the number of allowed histos to an unreasonable number
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Jan 2008 17:36:24 +0000 (17:36 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Jan 2008 17:36:24 +0000 (17:36 +0000)
STEER/AliQADataMaker.cxx

index 834f47456deea4fbcf33ad54df5a0a2db6588825..ec14c2b19c88d0663c91a2e64acf858009c7fea0 100644 (file)
@@ -75,9 +75,9 @@ AliQADataMaker::AliQADataMaker(const AliQADataMaker& qadm) :
 Int_t AliQADataMaker::Add2List(TH1 * hist, const Int_t index, TObjArray * list) 
 { 
        // Set histograms memory resident and add to the list
-       // Maximm allowed is 100
-       if ( index > 100 ) {
-               AliError("Max number of authorized QA objects is 100") ; 
+       // Maximm allowed is 10000
+       if ( index > 10000 ) {
+               AliError("Max number of authorized QA objects is 10000") ; 
                return -1 ; 
        } else {
                hist->SetDirectory(0) ;