21 Dec 2004, Matthias Schneebeli, Bug Report, ReadConfiguration 
 | 
> I can not change some global steering parameters.
 
> In my LPConfig::ReadConfiguration in LPConfig.cpp which was generated by builder.
 
> 
 | 
   
   21 Dec 2004, Matthias Schneebeli, Bug Report, -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.
 | 
   01 Jan 2005, Ryu Sawada, Bug Report, Multiple TTree writing 
 | 
When I make two TTree's write flag true. Both TTrees is written in one file. And the other file is empty.
 
 
I added some lines to fix it in ROMEEventLoop.cpp
 | 
   
   04 Jan 2005, Matthias Schneebeli, Bug Report, Multiple TTree writing 
 | 
> When I make two TTree's write flag true. Both TTrees is written in one file. And the other file is empty.
 
> 
 
> I added some lines to fix it in ROMEEventLoop.cpp
 | 
   09 Jan 2005, Ryu Sawada, Bug Report, long task description 
 | 
When I made task description longer than about 80 characters. The description was not written in html 
 
file propery. It was shorten.
 
 | 
   
   10 Jan 2005, Matthias Schneebeli, Bug Report, long task description 
 | 
> When I made task description longer than about 80 characters. The description was not written in html 
 
> file propery. It was shorten.
 
> 
 | 
   
   10 Jan 2005, Matthias Schneebeli, Bug Report, long task description 
 | 
> When I made task description longer than about 80 characters. The description was not written in html 
 
> file propery. It was shorten.
 
> 
 | 
   12 Jan 2005, Ryu Sawada, Bug Report, invalid header 
 | 
When I built my application with romebuilder.
 
It complained like,
 
Error : File './/src/tasks/LPTXEGainCalib.cpp' has an invalid header !!!
 | 
   16 Jan 2005, Ryu Sawada, Bug Report, user input 
 | 
| After change of ROMEEventLoop.cpp 1.39, Program steerings don't work on Linux. | 
   
   17 Jan 2005, Matthias Schneebeli, Bug Report, user input 
 | 
> After change of ROMEEventLoop.cpp 1.39, Program steerings don't work on Linux.
 
 
Sorry. | 
   05 Feb 2005, Ryu Sawada, Bug Report, small problem of XML definition file 
 | 
About <EventHeader> in xml definition file.
 
 
In description page in ROME homepage, It is wirtten that <EventId> specifies the field.
 | 
   09 Mar 2005, Ryu Sawada, Bug Report, Unanalyzed events 
 | 
In online mode, ROME often stops before finishing to analyze all events of runs. 
 
 When it happens, gAnalyzer->GetCurrentEventNumber() starts not from 1 but from analyzed event 
 
number at previous run. And unanalyzed events at the previous run are mixed with the new run.
 | 
   09 Mar 2005, Ryu Sawada, Bug Report, default values in romeConfig.xml 
 | 
Recently, default values of steering parameters in romeConfig.xml are always 0. They are not as same 
 
as values in SPFieldInitialization of definition XML file. | 
   10 Mar 2005, Ryu Sawada, Bug Report, ResetFolders 
 | 
In ROMEEventLoop.cpp::ReadEvent
 
this->ResetFolders is called before fActiveDAQ->ReadEvent, so data in event headers are not updated 
 
properly. | 
   
   21 Mar 2005, Matthias Schneebeli, Bug Report, small problem of XML definition file 
 | 
> About <EventHeader> in xml definition file.
 
> 
 
> In description page in ROME homepage, It is wirtten that <EventId> specifies the field.
 | 
   
   21 Mar 2005, Matthias Schneebeli, Bug Report, ResetFolders 
 | 
> In ROMEEventLoop.cpp::ReadEvent
 
> this->ResetFolders is called before fActiveDAQ->ReadEvent, so data in event headers are not updated 
 
> properly.
 | 
   
   21 Mar 2005, Matthias Schneebeli, Bug Report, Unanalyzed events 
 | 
> In online mode, ROME often stops before finishing to analyze all events of runs. 
 
>  When it happens, gAnalyzer->GetCurrentEventNumber() starts not from 1 but from analyzed event 
 
> number at previous run. And unanalyzed events at the previous run are mixed with the new run.
 | 
   
   21 Mar 2005, Ryu Sawada, Bug Report, ResetFolders 
 | 
> > In ROMEEventLoop.cpp::ReadEvent
 
> > this->ResetFolders is called before fActiveDAQ->ReadEvent, so data in event headers are not updated 
 
> > properly.
 | 
   
   23 Mar 2005, Matthias Schneebeli, Bug Report, ResetFolders 
 | 
> > > In ROMEEventLoop.cpp::ReadEvent
 
> > > this->ResetFolders is called before fActiveDAQ->ReadEvent, so data in event headers are not updated 
 
> > > properly.
 | 
   26 Mar 2005, Ryu Sawada, Bug Report, problem after changing xml library 
 | 
After changing xml library from libxml2 to mxml, examples (sample and MEG) can not be compiled.
 
 
My project does not work too. What is necessary to make it work? |