CMS 3D CMS Logo

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   private:
00032     TrackTSelector( const TrackTSelector & );
00034     TrackTSelector operator=( TrackTSelector const & );
00035   };
00036   
00037 }
00038 
00039 #endif

Generated on Tue Jun 9 17:41:33 2009 for CMSSW by  doxygen 1.5.4