15 Apr 2005, Ryu Sawada, Suggestion, <Online> in configuration file
|
<Online> in configuration file is MIDAS specific thing. Non MIDAS users don't need it.
And it can be used when MIDAS is linked.
|
15 Apr 2005, Ryu Sawada, Suggestion, About parameters in definition and configuration file
|
At first there must be several opinions and discussions. Following is just my opinion.
Probably asking opinion some users before changing ROME is better.
|
14 Apr 2005, Ryu Sawada, Suggestion, GetDataBase, GetActiveDAQ
|
There is no check if the pointer returned by GetDataBase,GetActiveDAQ is valid. This can result
segmentation fault.
For instance, if one specifies DAQ system as "none", or one does not specify DataBaseName, rome
|
15 Apr 2005, Matthias Schneebeli, Suggestion, GetDataBase, GetActiveDAQ
|
> There is no check if the pointer returned by GetDataBase,GetActiveDAQ is valid. This can result
> segmentation fault.
> For instance, if one specifies DAQ system as "none", or one does not specify DataBaseName, rome
|
09 Apr 2005, Daniele Barbareschi, Bug Report, Compiling Builder
|
I am Daniele Barbareschi, I am a Corrado Gatto's student
I work to interfacing between ALIROOT and MYSQL for CONSTANT CALIBRATION of
subdetector.
|
07 Apr 2005, Ryu Sawada, Info, Compiler warning
|
Followings are warning message from compiler, please check if they are correct.
When I changed line-490 like,
490 while ((obj = iterFolders->Next())) {
|
01 Apr 2005, Matthias Schneebeli, Info, Inportant !!! -> Changes in the user code requiered
|
In the current cvs version of ROME several things have changed that require
changes in the user code.
|
24 Mar 2005, Ryu Sawada, Info, CVS_RSH
|
I recommended to my friend trying ROME, but he couldn't download it, because he didn't set CVS_RSH.
There is no instruction for setting CVS_RSH in ROME download page.
|
30 Mar 2005, Matthias Schneebeli, Info, CVS_RSH
|
> I recommended to my friend trying ROME, but he couldn't download it, because he didn't set CVS_RSH.
> There is no instruction for setting CVS_RSH in ROME download page.
>
|
29 Mar 2005, Ryu Sawada, Suggestion, Input file format
|
I am going to make a new ROME project to analyze MC data. Input file will be ROOT which is created by
h2root.
And my friend who is working on dark matter search at Columbia university in NY is going to use
|
29 Mar 2005, Ryu Sawada, Info, Histograms
|
It does not seem that fHistoNameTitleOverWritten,fHistoNameFolderTitleOverWritten and so on are not
initialized.
|
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? |
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, ResetFolders
|
> In ROMEEventLoop.cpp::ReadEvent
> this->ResetFolders is called before fActiveDAQ->ReadEvent, so data in event headers are not updated
> properly.
|
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.
|
18 Mar 2005, Ryu Sawada, Info, xmlwriter.h
|
I realized that some unix system distribution does not provide xmlwriter.h in standard libxml2-devel
package.
|
23 Mar 2005, Matthias Schneebeli, Info, xmlwriter.h
|
> I realized that some unix system distribution does not provide xmlwriter.h in standard libxml2-devel
> package.
>
|
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.
|
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.
|
28 Feb 2005, Ryu Sawada, Info, Run number in online mode
|
We usually use ROME framework without specifying run number in romeConfig.xml and command line
in online mode.
|
21 Mar 2005, Matthias Schneebeli, Info, Run number in online mode
|
> We usually use ROME framework without specifying run number in romeConfig.xml and command line
> in online mode.
>
|
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.
|
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.
|
13 Mar 2005, Ryu Sawada, Info, Warning message from compiler (These are just warnings, not problems)
|
I will summarize some points which g++ warned.
(1) I fixed following points. |
11 Mar 2005, Ryu Sawada, Info, make build
|
I added new make target "build" in ARGUS. It may be useful also for ROME users.
in WriteMakefile(char* xmlFile)
|
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. |
06 Mar 2005, Ryu Sawada, Suggestion, Cint mode on online
|
We sometimes want to use trees in ROME.
One way is to read it by TSocket connection. But treees are larger than histograms in general, and it
|
19 Jan 2005, Ryu Sawada, Suggestion, messaging system
|
About warnings,errors and informations output in online mode.
Probably we lauch ROME from web interface of MIDAS. And we don't see console of ROME.
|
27 Jan 2005, Matthias Schneebeli, Suggestion, messaging system
|
> About warnings,errors and informations output in online mode.
>
> Probably we lauch ROME from web interface of MIDAS. And we don't see console of ROME.
|
27 Jan 2005, Stefan Ritt, Suggestion, messaging system
|
> I implemented the cm_msg calls.
You should implement a central "message dispatcher". So all errors etc. should go to someting linke
|
28 Jan 2005, Matthias Schneebeli, Suggestion, messaging system
|
> > I implemented the cm_msg calls.
>
> You should implement a central "message dispatcher". So all errors etc. should go to someting linke
|