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 
13 // needed because missing in TFWLiteSelector.h
14 #include <TFile.h>
17 
18 namespace examples {
19 
20  class TrackTSelector :
21  public TFWLiteSelector<TrackAnalysisAlgorithm> {
22  public :
26  void begin( TList * & );
28  void terminate( TList & );
29 
30  ClassDef(TrackTSelector,2)
31  private:
33  TrackTSelector( const TrackTSelector & );
36  };
37 
38 }
39 
40 #endif
void terminate(TList &)
terminate processing
TrackTSelector()
default constructor
TrackTSelector operator=(TrackTSelector const &)
avoid assignment operator
void begin(TList *&)
begin processing