CMS 3D CMS Logo

examples::TrackTSelector Class Reference

#include <PhysicsTools/ParallelAnalysis/interface/TrackTSelector.h>

Inheritance diagram for examples::TrackTSelector:

TFWLiteSelector< TWorker > TFWLiteSelectorBasic

List of all members.

Public Member Functions

void begin (TList *&)
 begin processing
void terminate (TList &)
 terminate processing
 TrackTSelector ()
 default constructor

Private Member Functions

TrackTSelector operator= (TrackTSelector const &)
 avoid assignment operator
 TrackTSelector (const TrackTSelector &)
 avoid copy constructor


Detailed Description

Definition at line 20 of file TrackTSelector.h.


Constructor & Destructor Documentation

TrackTSelector::TrackTSelector (  ) 

default constructor

Definition at line 8 of file TrackTSelector.cc.

References GenMuonPlsPt100GeV_cfg::cout, and lat::endl().

00008                                {
00009   cout << ">> constructing TrackTSelector" << endl;
00010 }

examples::TrackTSelector::TrackTSelector ( const TrackTSelector  )  [private]

avoid copy constructor


Member Function Documentation

void TrackTSelector::begin ( TList *&   )  [virtual]

begin processing

Implements TFWLiteSelectorBasic.

Definition at line 12 of file TrackTSelector.cc.

References GenMuonPlsPt100GeV_cfg::cout, and lat::endl().

00012                                       {
00013   cout << ">> nothing to be done at begin" << endl;
00014 }

TrackTSelector examples::TrackTSelector::operator= ( TrackTSelector const &   )  [private]

avoid assignment operator

void TrackTSelector::terminate ( TList &  out  )  [virtual]

terminate processing

Implements TFWLiteSelectorBasic.

Definition at line 16 of file TrackTSelector.cc.

References GenMuonPlsPt100GeV_cfg::cout, lat::endl(), and examples::TrackAnalysisAlgorithm::terminate().

00016                                             {
00017   cout << ">> terminating" << endl;
00018   TrackAnalysisAlgorithm::terminate( out );
00019 }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:46:51 2009 for CMSSW by  doxygen 1.5.4