#include <PhysicsTools/ParallelAnalysis/interface/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.
00009 : 00010 list_(), algo_( 0, list_ ) { 00011 } void analyze( const edm::Event & evt, const edm::EventSetup & ) {
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_.
00012 { 00013 algo_.process( evt ); 00014 }
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().