09 Jan 2006, Ryu Sawada, Suggestion, Configuration file
|
About configuration XML files.
Now we merged ROME and ARGUS.
|
13 Jan 2006, Ryu Sawada, Suggestion, Configuration file
|
done.
Program searches configuration XML file in ./ and ./config |
06 Jan 2006, Steven Sheets, Forum, TNetFolder.h
|
I just downloaded ROME v 2.0, I think. After running the make file I try and use romebuilder.exe
on the example stepbystep given in the download. When running romebuilder.exe
on stepbystep.xml I found it could not locate the file TNetFolder.h.
|
06 Jan 2006, Ryu Sawada, Forum, TNetFolder.h
|
You can download the latest TNetFolder.h from the repository with web browser.
http://savannah.psi.ch/websvn/listing.php?repname=rome&path=%2Ftrunk%2Frome%2F&rev=0&sc=0
|
18 Dec 2005, Ryu Sawada, Info, Re-organization of directory structure
|
I and Matthias discussed about directory structure. In previous structure, files which can be overwritten and others were placed in the same directory.
We thought it would be better to separate two kinds of files clearly. So I modified directory structure like following.
|
07 Dec 2005, Ryu Sawada, Suggestion, Proposal reorganiztion directory structure
|
*) Currently, builder makes many files in the top directory.
XXXFolderDict.cpp
|
16 Nov 2005, Matthias Schneebeli, Info, Changed Root DAQ to Rome DAQ
|
I have changed the name of ROMEs input/output DAQ system from Root to Rome.
This has to implications for the user :
|
17 Oct 2005, Matthias Schneebeli, Info, Moved ROME from cvs to subversion
|
ROME moved from the cvs repository to a subversion repository.
Subversion repositories are much easier to maintain.
|
14 Oct 2005, Ryu Sawada, Info, EventID
|
It seems that when tasks have different eventID from 'a', event methods are not executed.
I modified ROMETask.cpp for temporary solution like
|
08 Sep 2005, Ryu Sawada, Forum, Dividing xml the definition xml file.
|
I am thinking to divide my definition xml file into several files.
I do not know if there is a general way, but I found some web pages mentioning about it. According to
|
06 Oct 2005, Ryu Sawada, Forum, Dividing xml the definition xml file.
|
> I am thinking to divide my definition xml file into several files.
>
> I do not know if there is a general way, but I found some web pages mentioning about it. According to
|
07 Oct 2005, Ryu Sawada, Forum, Dividing xml the definition xml file.
|
> I made a patch to enable it with mxml.
> Please test it.
>
|
29 Aug 2005, Ryu Sawada, Bug Report, TFile creation and TTree
|
When the filename base IO was added, it seems that TFile creation was moved from
ROMEEventLoop::DAQInit to ROMEEventLoop:DAQEndOfRun.
|
30 Aug 2005, Matthias Schneebeli, Bug Report, TFile creation and TTree
|
> When the filename base IO was added, it seems that TFile creation was moved from
> ROMEEventLoop::DAQInit to ROMEEventLoop:DAQEndOfRun.
>
|
21 Jul 2005, Ryu Sawada, Suggestion, An idea of file I/O
|
Current file handling of ROME is based on run number. This way is simple and easy to understand. But
there are some arguments on it.
|
10 Jul 2005, Ryu Sawada, Suggestion, ResetFolders
|
ResetFolders are called in DAQEvent for every events.
I have some folders who's information have to be kept during the run.
|
21 Jul 2005, Ryu Sawada, Suggestion, ResetFolders
|
> ResetFolders are called in DAQEvent for every events.
>
> I have some folders who's information have to be kept during the run.
|
28 Jun 2005, Ryu Sawada, Bug Report, support folder object in folder.
|
When one makes a support folder type field in folder, pointer to the support folder or pointer of
TClonesArray is in the folder.
But There is no "new" statement to create the object. |
11 Jun 2005, Ryu Sawada, Suggestion, class members in TTree
|
I think that fUniqueID and fBits in TObject is not useful to store in TTree.
I found in ROOT users guide that we can disable that with
MyClass::Class()->IgnoreTObjectStreamer();
|
28 Jun 2005, Matthias Schneebeli, Suggestion, class members in TTree
|
> I think that fUniqueID and fBits in TObject is not useful to store in TTree.
> I found in ROOT users guide that we can disable that with
> MyClass::Class()->IgnoreTObjectStreamer();
|
28 Jun 2005, Ryu Sawada, Suggestion, class members in TTree
|
> This is just a matter of favor.
> We sometimes use TTree interactively. At that time, I feel fRunNumber, fEventNumber, fTimeStamp,
> fSequentialNumber are long to type.
|
26 Jun 2005, Yasuko HISAMATSU, Bug Report, Need to include stdarg.h in file ROMEString.h
|
Hello,
It seems some compliers have a problem with making ROME, sending error message
|
27 Jun 2005, Matthias Schneebeli, Bug Report, Need to include stdarg.h in file ROMEString.h
|
> Hello,
>
> It seems some compliers have a problem with making ROME, sending error message
|
28 Jun 2005, Ryu Sawada, Bug Report, Need to include stdarg.h in file ROMEString.h
|
> > Hello,
> >
> > It seems some compliers have a problem with making ROME, sending error message
|
28 Jun 2005, Ryu Sawada, Suggestion, Folder reset.
|
In Reset method of folders. Support folder members are ignored currently.
Reset method of support folder member had better to be called.
|
01 Jun 2005, Ryu Sawada, Forum, TaskHierarchy
|
This is a proposal on specifying relation of tasks.
Currently, ROME has task hierarchy system. It may be enough.
|
07 May 2005, Ryu Sawada, Bug Report, Mismatch of [Set/Append]Formatted
|
In ROMEBuilder.cpp, there are some mismatchs of formart and argument of ROMEString::Set or
AppendFormatted.
|
13 May 2005, Ryu Sawada, Bug Report, Mismatch of [Set/Append]Formatted
|
done.
> In ROMEBuilder.cpp, there are some mismatchs of formart and argument of ROMEString::Set or
> AppendFormatted.
|
06 May 2005, Ryu Sawada, Info, Identical check in builder
|
About identical check of new and existing file in builder.
Currently there is a limit of file size defined by "bufferLength".
|
13 May 2005, Ryu Sawada, Info, Identical check in builder
|
done.
> About identical check of new and existing file in builder.
|
18 Apr 2005, Pierre-Andre Amaudruz, Suggestion, ROOTCINT path
|
As ROOTSYS is required for the ROME build, I would suggest to
include the code below in the builder for the application Makefile.
This will make Rome less dependent on the ROOT path.
|
18 Apr 2005, Matthias Schneebeli, Suggestion, ROOTCINT path
|
> As ROOTSYS is required for the ROME build, I would suggest to
> include the code below in the builder for the application Makefile.
> This will make Rome less dependent on the ROOT path.
|
03 May 2005, Ryu Sawada, Suggestion, ROOTCINT path
|
> > As ROOTSYS is required for the ROME build, I would suggest to
> > include the code below in the builder for the application Makefile.
> > This will make Rome less dependent on the ROOT path.
|
03 Apr 2005, Ryu Sawada, Suggestion, user defined command line options
|
This is not strong request, just a proposal because the same thing can be done by configuration file.
It may be useful if users can have his command line options.
|
22 Apr 2005, Ryu Sawada, Suggestion, user defined command line options
|
> Then user can change the variable with command line option like
> ./megframework -m -t 2;
|
22 Apr 2005, Ryu Sawada, Suggestion, user defined command line options
|
>
> > Then user can change the variable with command line option like
> > ./megframework -m -t 2;
|