14 #ifndef INCLUDED_protocols_protein_interface_design_movers_PlacementAuctionMover_hh
15 #define INCLUDED_protocols_protein_interface_design_movers_PlacementAuctionMover_hh
20 #include <utility/tag/Tag.fwd.hh>
27 #include <utility/vector1.hh>
44 namespace protein_interface_design {
50 typedef std::pair< protocols::hotspot_hashing::HotspotStubSetOP, std::pair< protocols::hotspot_hashing::HotspotStubOP, core::Size > >
StubSetStubPos;
51 typedef std::pair< protocols::hotspot_hashing::HotspotStubSetOP, protocols::hotspot_hashing::HotspotStubOP >
StubsetStubPair;
53 typedef std::multimap< core::Real, std::pair< core::Size, StubsetStubPair > >
ResidueAuction;