|
virtual void | beginJob () override |
|
virtual void | endJob () override |
|
virtual bool | filter (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
|
| JetConstituentSelector (edm::ParameterSet const ¶ms) |
|
virtual | ~JetConstituentSelector () |
|
| EDFilter () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDFilter () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| ProducerBase () |
|
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
|
std::function< void(BranchDescription
const &)> | registrationCallback () const |
| used by the fwk to register list of products More...
|
|
virtual | ~ProducerBase () |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
| EDConsumerBase () |
|
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
std::vector
< ProductHolderIndexAndSkipBit >
const & | itemsToGetFromEvent () const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
template<class T, typename C = std::vector<typename T::ConstituentTypeFwdPtr>>
class JetConstituentSelector< T, C >
Definition at line 32 of file JetConstituentSelector.cc.
template<class T , typename C = std::vector<typename T::ConstituentTypeFwdPtr>>
Implements edm::EDFilter.
Definition at line 54 of file JetConstituentSelector.cc.
References JetConstituentSelector< T, C >::filter_, edm::Event::getByToken(), fwrapper::jets, edm::Event::put(), JetConstituentSelector< T, C >::selector_, and JetConstituentSelector< T, C >::srcToken_.
Referenced by Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::filter(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::setDataAccessor(), and Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::switchCenterView().
56 std::auto_ptr< JetsOutput >
jets (
new std::vector<T>() );
64 iend = h_jets->end(), ijet = ibegin;
65 ijet != iend; ++ijet ) {
70 jets->push_back( *ijet );
71 for (
unsigned int ida = 0; ida < ijet->numberOfDaughters(); ++ida ) {
78 bool pass =
jets->size() > 0;
80 iEvent.
put(candsOut,
"constituents");
bool getByToken(EDGetToken token, Handle< PROD > &result) const
StringCutObjectSelector< T > selector_
edm::EDGetTokenT< typename edm::View< T > > srcToken_
Container::value_type value_type
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.