]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- commented couts
authorfbock <friederike.bock@cern.ch>
Fri, 11 Apr 2014 13:55:11 +0000 (15:55 +0200)
committercholm <Christian.Holm.Christensen@cern.ch>
Fri, 11 Apr 2014 15:36:17 +0000 (17:36 +0200)
PWGGA/GammaConv/AliConversionCuts.cxx

index 93a52302ffb6daaa7c2832747f640b8df9c14a92..728b0d3056c515e997625cfbda0b0d49ccb89396 100644 (file)
@@ -3766,7 +3766,7 @@ void AliConversionCuts::GetNotRejectedParticles(Int_t rejection, TList *HeaderLi
                                gh = (AliGenEventHeader*)genHeaders->At(i);
                                TString GeneratorName = gh->GetName();
                                lastindexA = lastindexA + gh->NProduced();
-                               cout << i << "\t" << GeneratorName.Data() << endl;
+//                             cout << i << "\t" << GeneratorName.Data() << endl;
                                for(Int_t j = 0; j<HeaderList->GetEntries();j++){
                                TString GeneratorInList = ((TObjString*)HeaderList->At(j))->GetString();
                                if(GeneratorName.CompareTo(GeneratorInList) == 0){