- Nov 10, 2017
-
-
John Derek Chapman authored
Switch IEnvelopeDefSvc to use DeclareInterfaceID See merge request !6232 Former-commit-id: 9166242f57c9228fcd943a3b5eac4c5a4b06c497
-
- Nov 07, 2017
-
-
John Chapman authored
This change is a further patch for the changes in !4814. `AFIIEnvelopeDefSvc` uses the `extends<...>` pattern to declare its interface, but the interface class `IEnvelopeDefSvc` still used the old incompatible (at runtime) approach tp declare its interface. This cause `ATLFASTII` jobs to fail during initialization. Updating `IEnvelopeDefSvc` to use `DeclareInterfaceID` fixed this issue. Then `DetDescrDBEnvelopeSvc` had to be updated to use `extends<...>` to make it compile. This is part of the changes for ATLASSIM-3439. Former-commit-id: d3301bb71b38c0a301c214cfa90193a1b51880d5
-
- Jun 08, 2017
-
-
Elmar Ritsch authored
Former-commit-id: 6ce51b47198c14b6dc0d7d28a98033ac5a57e136
-
Elmar Ritsch authored
Former-commit-id: bb93baaf83fedff352c29d5248cb8743da37c4a6
-
- Sep 28, 2016
-
-
Elmar Ritsch authored
Add postInclude to launch Python GUI to visualize and examine envelope definitions as provided by EnvelopeDefSvc. ATLASSIM-2665 (SubDetectorEnvelopes-00-04-01) * Add postInclude to launch Python GUI to visualize and examine envelope definitions as provided by EnvelopeDefSvc. ATLASSIM-2665 * tagging SubDetectorEnvelopes-00-04-01 2016-03-23 John Chapman <John.Chapman@cern.ch> * python/SubDetectorEnvelopesConfig.py - update Muon and Cavern envelopes to support MuonSpectrometer-R.07.03. ATLASSIM-2665 * tagging SubDetectorEnvelopes-00-04-00 Former-commit-id: ed32b44219aa919035ee3c6e79441df2cb81ea60
-
- Jan 19, 2015
-
-
Atlas-Software Librarian authored
* src/DetDescrDBEnvelopeSvc.cxx: allow empty envelope definitions in Python fallback mode (required for execution of Fatras in ATLFASTIIF) * tagging SubDetectorEnvelopes-00-03-05 2015-01-06 Elmar Ritsch < Elmar.Ritsch -at- cern.ch > * moved non-public file 'DetDescrDBEnvelopeSvc.h' from 'SubDetectorEnvelopes' to 'src' directory * requirements and components files updated accordingly * tagging SubDetectorEnvelopes-00-03-04 2015-01-05 Elmar Ritsch < Elmar.Ritsch -at- cern.ch > * src/DetDescrDBEnvelopeSvc.cxx: fixing coverity defects CID 17578 & 17576 (ATLASSIM-1711) * tagging SubDetectorEnvelopes-00-03-03 2014-11-05 Elmar Ritsch < Elmar.Ritsch -at- cern.ch > * python/SubDetectorEnvelopesConfig.py: synching envelope definitions with G4AtlasApps-00-07-83 * tagging SubDetectorEnvelopes-00-03-02
-
- Nov 05, 2014
-
-
Elmar Ritsch authored
bugfix in IEnvelopeDefSvc::mirrorRZ(..) method (ATLASSIM-1601, Coverity #17631) (SubDetectorEnvelopes-00-03-01) * IEnvelopeDefSvc.h: bugfix in mirrorRZ(..) method (ATLASSIM-1601, Coverity #17631) * tagging SubDetectorEnvelopes-00-03-01 2014-10-21 Elmar Ritsch < Elmar.Ritsch -at- cern.ch > * IEnvelopeDefSvc.h: updated interface regarding the mirrorRZ(..) method (ATLASSIM-1601, Coverity #17631) * tagging SubDetectorEnvelopes-00-03-00 2014-10-15 Elmar Ritsch < Elmar.Ritsch -at- cern.ch > * DetDescrDBEnvelopeSvc.cxx: change WARNING messages into INFO when using Python-based envelope definitions * tagging SubDetectorEnvelopes-00-02-03
-
- Sep 19, 2014
-
-
Elmar Ritsch authored
-