Skip to content

Commit

Permalink
Revert accidental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kdlong committed Nov 12, 2020
1 parent 49b5d2b commit 8f74a2c
Show file tree
Hide file tree
Showing 16 changed files with 345 additions and 686 deletions.
2 changes: 1 addition & 1 deletion Configuration/Applications/python/ConfigBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ def define_Configs(self):
self.PATDefaultSeq='miniAOD'
self.PATGENDefaultSeq='miniGEN'
#TODO: Check based of file input
self.NANOGENDefaultSeq='nanogenSequence' if any([x in self.stepMap for x in ['LHE', 'GEN', 'AOD']]) else 'nanogenMiniSequence'
self.NANOGENDefaultSeq='nanogenSequence'
self.NANODefaultSeq='nanoSequence'

self.EVTCONTDefaultCFF="Configuration/EventContent/EventContent_cff"
Expand Down
24 changes: 12 additions & 12 deletions GeneratorInterface/Core/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<use name="FWCore/Concurrency"/>
<use name="FWCore/ServiceRegistry"/>
<use name="FWCore/Utilities"/>
<use name="FWCore/Framework"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="GeneratorInterface/LHEInterface"/>
<use name="heppdt"/>
<use name="boost"/>
<use name="clhep"/>
<use name="lhapdf"/>
<use name="f77compiler"/>
<use name="root"/>
<use name="FWCore/Concurrency"/>
<use name="FWCore/ServiceRegistry"/>
<use name="FWCore/Utilities"/>
<use name="FWCore/Framework"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="GeneratorInterface/LHEInterface"/>
<use name="heppdt"/>
<use name="boost"/>
<use name="clhep"/>
<use name="lhapdf"/>
<use name="f77compiler"/>
<use name="root"/>
<use name="tinyxml2"/>
<export>
<lib name="1"/>
Expand Down
72 changes: 0 additions & 72 deletions GeneratorInterface/Core/files.txt

This file was deleted.

26 changes: 10 additions & 16 deletions GeneratorInterface/Core/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/Utilities"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="GeneratorInterface/Core"/>
<library name="GeneratorInterfaceCore_plugins" file="*.cc" >
<use name="DataFormats/HepMCCandidate"/>
<use name="DataFormats/Candidate"/>
<use name="DataFormats/METReco"/>
<use name="DataFormats/JetReco"/>
<use name="PhysicsTools/UtilAlgos"/>
<use name="FWCore/SharedMemory"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="lhapdf"/>
<flags EDM_PLUGIN="1"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/Utilities"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="GeneratorInterface/Core"/>
<use name="FWCore/SharedMemory"/>
<use name="clhep"/>
<library name="GeneratorInterfaceCore_plugins" file="*.cc">
<flags EDM_PLUGIN="1"/>
</library>
1 change: 0 additions & 1 deletion GeneratorInterface/Core/plugins/ExternalGeneratorFilter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "SimDataFormats/GeneratorProducts/interface/ExternalGeneratorEventInfo.h"
#include "SimDataFormats/GeneratorProducts/interface/ExternalGeneratorLumiInfo.h"

#include "FWCore/SharedMemory/interface/BufferInfo.h"
#include "FWCore/SharedMemory/interface/ReadBuffer.h"
#include "FWCore/SharedMemory/interface/WriteBuffer.h"
#include "FWCore/SharedMemory/interface/ControllerChannel.h"
Expand Down
14 changes: 10 additions & 4 deletions GeneratorInterface/LHEInterface/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,24 @@
<use name="FWCore/ServiceRegistry"/>
<use name="FWCore/Utilities"/>
<use name="GeneratorInterface/LHEInterface"/>
<use name="GeneratorInterface/Core"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="stdcxx-fs"/>
<library name="GeneratorInterfaceLHEProducer" file="LHEFilter.cc LHE2HepMCConverter.cc ExternalLHEProducer.cc ExternalLHEAsciiDumper.cc">
<use name="FWCore/Framework"/>
<use name="FWCore/Concurrency"/>
<use name="FWCore/SharedMemory"/>
<use name="boost"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="GeneratorInterface/Core"/>
<flags EDM_PLUGIN="1"/>
</library>
<library name="GeneratorInterfaceLHEIO" file="LH5Source.cc LHESource.cc LHEProvenanceHelper.cc LHEWriter.cc">
<use name="FWCore/Framework"/>
<use name="FWCore/Sources"/>
<use name="SimDataFormats/GeneratorProducts"/>
<flags EDM_PLUGIN="1"/>
</library>

<library name="GeneratorInterfaceLHECOMWeightProducer" file="LHECOMWeightProducer.cc">
<use name="FWCore/Framework"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="lhapdf"/>
<flags EDM_PLUGIN="1"/>
</library>
Loading

0 comments on commit 8f74a2c

Please sign in to comment.