Skip to content

Commit

Permalink
Drop PhotosInterface (legacy Fortran Photos)
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Apr 19, 2022
1 parent 678bba7 commit 68c5ba4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 782 deletions.
10 changes: 0 additions & 10 deletions GeneratorInterface/ExternalDecays/src/ExternalDecayDriver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,8 @@ ExternalDecayDriver::ExternalDecayDriver(const ParameterSet& pset, edm::Consumes
} else if (curSet == "Tauola" || curSet == "Tauolapp" || curSet == "Tauolapp114") {
fTauolaInterface = std::unique_ptr<TauolaInterfaceBase>(
TauolaFactory::get()->create("Tauolapp114", pset.getUntrackedParameter<ParameterSet>(curSet), iCollector));
fPhotosInterface = std::unique_ptr<PhotosInterfaceBase>(
PhotosFactory::get()->create("Photos2155", pset.getUntrackedParameter<ParameterSet>(curSet)));
fPhotosInterface->configureOnlyFor(15);
fPhotosInterface->avoidTauLeptonicDecays();
exSharedResources.emplace_back(edm::SharedResourceNames::kTauola);
exSharedResources.emplace_back(edm::SharedResourceNames::kPhotos);
} else if (curSet == "Photos" || curSet == "Photos2155") {
if (!fPhotosInterface) {
fPhotosInterface = std::unique_ptr<PhotosInterfaceBase>(
PhotosFactory::get()->create("Photos2155", pset.getUntrackedParameter<ParameterSet>(curSet)));
exSharedResources.emplace_back(edm::SharedResourceNames::kPhotos);
}
} else if (curSet == "Photospp" || curSet == "Photospp356") {
if (!fPhotosInterface) {
fPhotosInterface = std::unique_ptr<PhotosInterfaceBase>(
Expand Down
190 changes: 0 additions & 190 deletions GeneratorInterface/ExternalDecays/test/Py6GenFilter_Photos_cfg.py

This file was deleted.

87 changes: 0 additions & 87 deletions GeneratorInterface/ExternalDecays/test/Py8GenFilter_Photos_cfg.py

This file was deleted.

53 changes: 0 additions & 53 deletions GeneratorInterface/PhotosInterface/interface/PhotosInterface.h

This file was deleted.

10 changes: 0 additions & 10 deletions GeneratorInterface/PhotosInterface/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<library file="PhotosInterface.cc" name="PhotosInterfaceDefault">
<use name="FWCore/Framework"/>
<use name="FWCore/PluginManager"/>
<use name="GeneratorInterface/PhotosInterface"/>
<use name="photos"/>
<use name="hepmc"/>
<use name="clhep"/>
<flags EDM_PLUGIN="1"/>
</library>

<library file="PhotosppInterface.cc" name="PhotosppInterface">
<use name="FWCore/Framework"/>
<use name="FWCore/PluginManager"/>
Expand Down
Loading

0 comments on commit 68c5ba4

Please sign in to comment.