Skip to content
Snippets Groups Projects
Commit f26faf1a authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (ISF_HepMC_Interfaces-00-01-00)

         * ITruthStrategy.h: changing const ITruthIncident argument of
		   ::pass(..) method to non-const (ATLASSIM-1967)
         * tag as ISF_HepMC_Interfaces-00-01-00
parent 609a5ba1
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: ISF_HepMC_Interfaces
################################################################################
# Declare the package name:
atlas_subdir( ISF_HepMC_Interfaces )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
GaudiKernel
Simulation/ISF/ISF_Core/ISF_Event )
# Install files from the package:
atlas_install_headers( ISF_HepMC_Interfaces )
......@@ -35,7 +35,7 @@ namespace ISF {
static const InterfaceID& interfaceID() { return IID_ITruthStrategy; }
/** true if the ITruthStrategy implementation applies to the given ITruthIncident */
virtual bool pass( const ITruthIncident& incident) const = 0;
virtual bool pass( ITruthIncident& incident) const = 0;
};
} // end of namespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment