CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TtDecaySelection.cc
Go to the documentation of this file.
2 
4  src_( cfg.getParameter<edm::InputTag>( "src" ) ),
5  sel_( cfg )
6 {
7 }
8 
10 {
11 }
12 
14 {
16  evt.getByLabel( src_, genEvt );
17  return sel_( genEvt->particles(), src_.label() );
18 }
TtDecaySelection(const edm::ParameterSet &)
edm::InputTag src_
virtual bool filter(edm::Event &, const edm::EventSetup &)
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:359
std::string const & label() const
Definition: InputTag.h:25
TtDecayChannelSelector sel_