CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/PhysicsTools/ParallelAnalysis/interface/TrackTSelector.h

Go to the documentation of this file.
00001 #ifndef TrackTSelector_h
00002 #define TrackTSelector_h
00003 
00012 #include "DataFormats/TrackReco/interface/Track.h"
00013 // needed because missing in TFWLiteSelector.h
00014 #include <TFile.h>
00015 #include "FWCore/TFWLiteSelector/interface/TFWLiteSelector.h"
00016 #include "PhysicsTools/ParallelAnalysis/interface/TrackAnalysisAlgorithm.h"
00017 
00018 namespace examples {
00019 
00020   class TrackTSelector : 
00021     public TFWLiteSelector<TrackAnalysisAlgorithm> {
00022   public :
00024     TrackTSelector();
00026     void begin( TList * & );
00028     void terminate( TList & );
00029 
00030     ClassDef(TrackTSelector,2)
00031   private:
00033     TrackTSelector( const TrackTSelector & );
00035     TrackTSelector operator=( TrackTSelector const & );
00036   };
00037   
00038 }
00039 
00040 #endif