#include <TSelector.h>
Public Member Functions | |
__class__Worker (const TList *, TList &) | |
void | postProcess (TList &) |
void | process (const edm::Event &iEvent) |
~__class__Worker () | |
Public Attributes | |
example_track TH1F * | h_pt |
Definition at line 24 of file TSelector.h.
__class__Worker::__class__Worker | ( | const TList * | fromSelector, |
TList & | out | ||
) |
Definition at line 46 of file TSelector.cc.
__class__Worker::~__class__Worker | ( | ) |
Definition at line 53 of file TSelector.cc.
void __class__Worker::postProcess | ( | TList & | out | ) |
Definition at line 83 of file TSelector.cc.
References __class__< T >::__class__(), and __class__< T >::~__class__().
void __class__Worker::process | ( | const edm::Event & | iEvent | ) |
Definition at line 58 of file TSelector.cc.
References edm::Event::getByLabel(), h_pt, and l1t::tracks.
example_track TH1F* __class__Worker::h_pt |
Definition at line 31 of file TSelector.h.
Referenced by __class__Worker(), and process().