X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAnalyzeSDDGainAllMod.C;h=2ed1c2f09544647164cf1ddbd178671189c2a3ec;hb=b7fd161dfe12830a643dcb4df0b56bc337da6712;hp=f33c8b423285c878caf5bea8240a8112c5c70ca4;hpb=a79964674f876fef4751d592a2dd67783fe42857;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AnalyzeSDDGainAllMod.C b/ITS/AnalyzeSDDGainAllMod.C index f33c8b42328..2ed1c2f0954 100644 --- a/ITS/AnalyzeSDDGainAllMod.C +++ b/ITS/AnalyzeSDDGainAllMod.C @@ -80,7 +80,9 @@ void AnalyzeSDDGainAllMod(Char_t *datafil, Int_t nDDL, Int_t firstEv=10, Int_t l while(s.Next()){ Int_t iDDL=rd->GetDDLID(); Int_t iCarlos=s.GetCarlosId(); - if(iDDL>=0 && iDDL=0 && iDDLFill(s.GetCoord2(),s.GetCoord1(),s.GetSignal()); isFilled[index]=1; @@ -106,7 +108,7 @@ void AnalyzeSDDGainAllMod(Char_t *datafil, Int_t nDDL, Int_t firstEv=10, Int_t l printf(" --- OK\n"); }while(rd->NextEvent()&&iev<=lastEv); - TH1F *htotgain=new TH1F("htotgain","",100,0.,5.); + TH1F *htotgain=new TH1F("htotgain","",100,0.2,4.2); TH1F *htotpeakpos=new TH1F("htotpeakpos","",256,-0.5,255.5); TH1F *hstatus=new TH1F("hstatus","",2,-0.5,1.5);