Skip to content
Snippets Groups Projects
Commit 24660ebb authored by James Beacham's avatar James Beacham
Browse files

Revert "Revert "Merge branch '21.0-gene-trf' into '21.0'""

This reverts commit eb54b88e [formerly 278a8b658a3bce45328ae987d317d2e2bb804cab].


Former-commit-id: af7af939d5301ce3369d838ed16c03c5019d4194
parent 3f9c268c
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,8 @@ class LogicalExpressionFilter( PyAthena.Alg ):
def evalFilter(self, filterName):
if not self.algdict[filterName].isExecuted():
self.algdict[filterName].sysExecute( self.getContext() )
self.algdict[filterName].sysExecute( )
# self.algdict[filterName].sysExecute( self.getContext() ) # for rel. 22
self.algdict[filterName].setExecuted(True)
decision = self.algdict[filterName].filterPassed()
self.msg.verbose(filterName + " decision=" + str(decision))
......
......@@ -44,6 +44,7 @@ atlas_add_library( EvtGen_iLib
src/EvtPythiaEngine.cxx
src/EvtInclusiveDecay.cxx
PUBLIC_HEADERS EvtGen_i
DEFINITIONS -DEVTGEN_PYTHIA -DEVTGEN_PHOTOS -DEVTGEN_TAUOLA
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${HEPPDT_INCLUDE_DIRS} ${PYTHIA8_INCLUDE_DIRS} ${PHOTOSPP_INCLUDE_DIRS} ${TAUOLAPP_INCLUDE_DIRS} ${HEPMC_INCLUDE_DIRS} ${EVTGEN_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
PRIVATE_DEFINITIONS ${CLHEP_DEFINITIONS}
......
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