Ignore:
Timestamp:
07/05/02 14:22:31 (22 years ago)
Author:
bigongia
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/trigrate.C

    r1379 r1380  
    118118        for (Int_t i = from; i <= to; i++)
    119119          {
    120             TString plot = "MMcTrig;"; 
     120            TString plot = "MMcTrig;";
    121121            plot+=i;
    122122            plot+=".fNumFirstLevel>>h";
     123
     124            if (i == 0)
     125              plot = "MMcTrig.fNumFirstLevel>>h";
    123126
    124127            nsb_events.Draw(plot,"", "goff");
Note: See TracChangeset for help on using the changeset viewer.