Definition at line 16 of file HSCParticleSelector.cc.
HSCParticleSelector::~HSCParticleSelector |
( |
| ) |
|
void HSCParticleSelector::beginJob |
( |
void |
| ) |
|
|
privatevirtual |
void HSCParticleSelector::endJob |
( |
void |
| ) |
|
|
privatevirtual |
Implements edm::EDFilter.
Definition at line 63 of file HSCParticleSelector.cc.
References Filter_, edm::Event::getByLabel(), i, convertSQLitetoXML_cfg::output, edm::Handle< T >::product(), edm::Event::put(), query::result, Selectors, popcon_last_value_cfg::Source, and sourceTag_.
68 edm::LogError(
"") <<
">>> HSCParticleCollection does not exist !!!";
76 std::auto_ptr<susybsm::HSCParticleCollection>
result(output);
79 for(susybsm::HSCParticleCollection::iterator hscpcandidate = Source.begin(); hscpcandidate < Source.end(); ++hscpcandidate){
80 bool decision =
false;
84 output->push_back(*newhscp);
std::vector< HSCParticle > HSCParticleCollection
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
T const * product() const
std::vector< CandidateSelector * > Selectors
bool HSCParticleSelector::Filter_ |
|
private |