MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000388JANAFeature Requestpublic2013-11-18 10:412013-11-18 11:05
Reporterdavidl 
Assigned Todavidl 
PrioritynormalSeverityminorReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformOSOS Version
Summary0000388: Add GetJEventSources method to JApplication
DescriptionThis is requested by Elliott for the farm manager so that the CODAObject-based plugin can get the pointer to the JEventSource reading from ET and tell it to stop if a end run message comes in.

A convenience method to get a pointer to a specific type of JEventSource would be useful too. This would be templated and do the dynamic_cast for the caller. Something like:

T* GetFirstJEventSource()

which would be called like:

JEventSourceEVIO *evio_src = japp->GetFirstJEventSource<JEventSourceEVIO>();
if(evio_src != NULL){
   // ... do something with evio_src ...
}


TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000577)
davidl (administrator)
2013-11-18 11:05

The requested feature was added in svn version 1394 and will appear in jana 0.6.7

- Issue History
Date Modified Username Field Change
2013-11-18 10:41 davidl New Issue
2013-11-18 11:05 davidl Note Added: 0000577
2013-11-18 11:05 davidl Status new => resolved
2013-11-18 11:05 davidl Resolution open => fixed
2013-11-18 11:05 davidl Assigned To => davidl


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker