#include <TSelectorAnalyzer.h>
Public Member Functions | |
void | analyze (const edm::Event &evt, const edm::EventSetup &) |
void | endJob (const edm::EventSetup &) |
TSelectorAnalyzer (const edm::ParameterSet &cfg) | |
Private Attributes | |
Algo | algo_ |
TList | list_ |
Definition at line 7 of file TSelectorAnalyzer.h.
TSelectorAnalyzer< Algo >::TSelectorAnalyzer | ( | const edm::ParameterSet & | cfg | ) | [inline] |
Definition at line 9 of file TSelectorAnalyzer.h.
void TSelectorAnalyzer< Algo >::analyze | ( | const edm::Event & | evt, |
const edm::EventSetup & | |||
) | [inline, virtual] |
Implements edm::EDAnalyzer.
Definition at line 12 of file TSelectorAnalyzer.h.
References TSelectorAnalyzer< Algo >::algo_.
{ algo_.process( evt ); }
void TSelectorAnalyzer< Algo >::endJob | ( | const edm::EventSetup & | ) | [inline] |
Definition at line 15 of file TSelectorAnalyzer.h.
References TSelectorAnalyzer< Algo >::algo_, and TSelectorAnalyzer< Algo >::list_.
Algo TSelectorAnalyzer< Algo >::algo_ [private] |
Definition at line 21 of file TSelectorAnalyzer.h.
Referenced by TSelectorAnalyzer< Algo >::analyze(), and TSelectorAnalyzer< Algo >::endJob().
TList TSelectorAnalyzer< Algo >::list_ [private] |
Definition at line 20 of file TSelectorAnalyzer.h.
Referenced by TSelectorAnalyzer< Algo >::endJob().