CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackTSelector.h
Go to the documentation of this file.
1 #ifndef TrackTSelector_h
2 #define TrackTSelector_h
3 
12 // needed because missing in TFWLiteSelector.h
13 #include <TFile.h>
16 
17 namespace examples {
18 
19  class TrackTSelector :
20  public TFWLiteSelector<TrackAnalysisAlgorithm> {
21  public :
25  void begin( TList * & );
27  void terminate( TList & );
28 
29  ClassDef(TrackTSelector,2)
30  private:
32  TrackTSelector( const TrackTSelector & );
35  };
36 
37 }
38 
39 #endif
void terminate(TList &)
terminate processing
TrackTSelector()
default constructor
TrackTSelector operator=(TrackTSelector const &)
avoid assignment operator
void begin(TList *&)
begin processing