Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
PhysicsTools
JetMCAlgos
interface
BasePartonSelector.h
Go to the documentation of this file.
1
#ifndef PhysicsTools_JetMCAlgos_BasePartonSelector_H
2
#define PhysicsTools_JetMCAlgos_BasePartonSelector_H
3
8
#include "
DataFormats/Common/interface/Handle.h
"
9
#include "
DataFormats/HepMCCandidate/interface/GenParticle.h
"
10
#include "
DataFormats/HepMCCandidate/interface/GenParticleFwd.h
"
11
12
13
class
BasePartonSelector
14
{
15
public
:
16
BasePartonSelector
();
17
~BasePartonSelector
();
18
19
virtual
void
run
(
const
edm::Handle<reco::GenParticleCollection>
& particles,
20
std::auto_ptr<reco::GenParticleRefVector> & partons);
21
};
22
23
#endif
BasePartonSelector::run
virtual void run(const edm::Handle< reco::GenParticleCollection > &particles, std::auto_ptr< reco::GenParticleRefVector > &partons)
Definition:
BasePartonSelector.cc:12
BasePartonSelector::~BasePartonSelector
~BasePartonSelector()
Definition:
BasePartonSelector.cc:7
GenParticle.h
Handle.h
edm::Handle< reco::GenParticleCollection >
GenParticleFwd.h
BasePartonSelector::BasePartonSelector
BasePartonSelector()
Definition:
BasePartonSelector.cc:3
BasePartonSelector
Base parton selector from which all other generator-specific parton selectors are derived...
Definition:
BasePartonSelector.h:13
Generated for CMSSW Reference Manual by
1.8.5