CMS 3D CMS Logo

Public Member Functions | Protected Attributes

EventSelector Class Reference

A selector of events. More...

#include <CommonTools/Utils/interface/EventSelector.h>

Inheritance diagram for EventSelector:
HLTEventSelector RunLumiSelector StringCutEventSelector< Object > StringCutsEventSelector< Object, existenceMatter > VariableEventSelector WPlusJetsEventSelector WSelector WSelector

List of all members.

Public Member Functions

const std::vector< std::string > & description ()
const std::vector< std::string > & description ()
 EventSelector (const edm::ParameterSet &iConfig)
 EventSelector (const edm::ParameterSet &iConfig)
 EventSelector ()
 EventSelector ()
const std::string & name () const
 name of the module (from configuration)
const std::string & name () const
 name of the module (from configuration)
virtual bool select (const edm::Event &) const =0
 decision of the selector module
virtual bool select (const edm::Event &) const =0
 decision of the selector module
virtual ~EventSelector ()
virtual ~EventSelector ()

Protected Attributes

std::vector< std::string > description_
std::string name_

Detailed Description

A selector of events.

Base class for event selection modules for SUSY analysis.

This is a placeholder.

Author:
Salvatore Rappoccio
Version:
Id:
EventSelector.h,v 1.2 2010/04/30 14:30:07 srappocc Exp

Definition at line 15 of file EventSelector.h.


Constructor & Destructor Documentation

EventSelector::EventSelector ( ) [inline]

Definition at line 17 of file EventSelector.h.

{}
EventSelector::EventSelector ( const edm::ParameterSet iConfig) [inline]
virtual EventSelector::~EventSelector ( ) [inline, virtual]

Definition at line 22 of file EventSelector.h.

{}
EventSelector::EventSelector ( ) [inline]

Definition at line 17 of file EventSelector.h.

{}
EventSelector::EventSelector ( const edm::ParameterSet iConfig) [inline]
virtual EventSelector::~EventSelector ( ) [inline, virtual]

Definition at line 22 of file EventSelector.h.

{}

Member Function Documentation

const std::vector<std::string>& EventSelector::description ( ) [inline]

Definition at line 25 of file EventSelector.h.

References description_.

{ return description_;}
const std::vector<std::string>& EventSelector::description ( ) [inline]

Definition at line 25 of file EventSelector.h.

References description_.

{ return description_;}
const std::string& EventSelector::name ( ) const [inline]

name of the module (from configuration)

Definition at line 24 of file EventSelector.h.

References name_.

{return name_;}
const std::string& EventSelector::name ( void  ) const [inline]

name of the module (from configuration)

Definition at line 24 of file EventSelector.h.

References name_.

{return name_;}
virtual bool EventSelector::select ( const edm::Event ) const [pure virtual]
virtual bool EventSelector::select ( const edm::Event ) const [pure virtual]

Member Data Documentation

std::vector< std::string > EventSelector::description_ [protected]
std::string EventSelector::name_ [protected]

Definition at line 30 of file EventSelector.h.

Referenced by EventSelector(), and name().