|  | 
| Back
Midas
Rome
Roody
Rootana | 
| 
| Rome Analyzer Framework | Not logged in |  |  | 
|
|  | 
| 
| Message ID: 28
    Entry time: 21 Dec 2004
    In reply to: 23 |  | | Author: | Matthias Schneebeli |  | Topic: | Bug Report |  | Subject: | -e option | 
 |  | 
| > When I used "-e" option in generated framework. It stopped immediately after starting analysis.
> 
> When I commented out following two lines in ROMEEventLoop.cpp. It worked.
> 
>   // check event numbers
>       int status = gROME->CheckEventNumber(event);
>       if (status==0) {
> //	this->SetContinue();
> //	return true;
>       }
the syntax is : -e 100-200,205,300-400 |