- Mar 11, 2016
-
-
Marco Clemencic authored
-
Benedikt Hegner authored
See merge request !139
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
MetaDataSvc is moved into the Gaudi namespace to avoid conflicts with the existing MetaDataSvc in ATLAS. This also includes a minor fix to MetaDataSvc. Fixes GAUDI-1199 See merge request !138
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
See GAUDI-1199
-
Marco Clemencic authored
-
- Mar 10, 2016
-
-
Benedikt Hegner authored
Fixes GAUDI-1195 See merge request !134
-
Benedikt Hegner authored
data deps of Tools in ToolHandleArrays are not pushed to parent Alg/AlgTool need to add a declareProperty(... ToolHandleArray<T> ...) to Algorithm and AlgTool, and add all ToolHandleArrays thus declared to a container that gets processed during initToolHandles. In order to avoid adding tools from Arrays that haven't been retrieved, we have to add a bool flag to the GaudiHandleArrayBase to detect if it's been retrieved. there's a bit of ugliness in extracting a ptr to an IAlgTool from the untemplated GaudiHandleArrayBase, as we have to explicitly retrieve the tool from the ToolSvc by name, but since it's already been retrieved when the Array gets retrieved, we won't be doing any new creations. I believe that the testing for whether the retrieved tool is public or private is redundant, as I don't think you can put a Public tool into a Private ToolHandleArray (at least you can't seem to do so in ATLAS), but I left it in just in case. See GAUDI-1190 See merge request !124
-
Benedikt Hegner authored
this patch does 3 things: - makes Algorithm::index() const (as it should have been), set the initial value to 0 instead of 123 (!) - adds a protected Algorithm::setIndex(unsigned int) method. this allows you to distinguish between clones. AlgResourcePool is the one who does the setting, and is declared as a friend to IAlgorithm - turns Algorithm::m_name into a StringKey (from a string), so we can hash on the name of Algorithms more easily (a useful ability when dealing with Alg clones, and trying to treat them all the same way) See merge request !125
-
Marco Clemencic authored
-
Benedikt Hegner authored
The metadata service adds information about n-tuple production into the resulting n-tuple. Update and overrides !128 See merge request !136
-
Benedikt Hegner authored
commit a1a61fc0 caused the warning: statement has no effect [-Wunused-value] See merge request !137
-
Marco Clemencic authored
Since merge request !22 they are unnecessary. See merge request !133
-
Marco Clemencic authored
``` warning: statement has no effect [-Wunused-value] ```
-
Marco Clemencic authored
I also added the possibility of dumping a stack trace for unprotected messages. Fixes GAUDI-1192 See merge request !129
-
- Mar 09, 2016
-
-
Marco Clemencic authored
-
Hadrien Benjamin Grasland authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
- renamed and moved md description - moved the readMetaData.C example - added a script to dump the metadata of a file
-
Hadrien Benjamin Grasland authored
-
Hadrien Benjamin Grasland authored
-
Marco Clemencic authored
See merge request !127
-
Marco Clemencic authored
`ExecutionFlowGraph` was still using some string paths instead of `DataObjID`. See merge request !123
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Mar 08, 2016
-
-
Hadrien Benjamin Grasland authored
-
- Mar 07, 2016
-
-
Ana Trisovic authored
-
Charles Leggett authored
-
Charles Leggett authored
-
- Mar 04, 2016
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
GAUDI-1192 was caused by GAUDI-1186
-
Marco Clemencic authored
Added the property _tracedInactiveSources_ to MessageSvc, to specify message sources for which we should dump the stack trace when an unprodected unseen message is found.
-
- Mar 03, 2016
-
-
Marco Clemencic authored
otherwise it's an _unprotected debug message_
-