#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 45 of file TSelector.cc.
__class__Worker::~__class__Worker | ( | ) |
Definition at line 52 of file TSelector.cc.
void __class__Worker::postProcess | ( | TList & | out | ) |
Definition at line 75 of file TSelector.cc.
void __class__Worker::process | ( | const edm::Event & | iEvent | ) |
Definition at line 55 of file TSelector.cc.
References edm::Event::getByLabel(), h_pt, HLT_FULL_cff::track, and tracks.
example_track TH1F* __class__Worker::h_pt |
Definition at line 31 of file TSelector.h.
Referenced by __class__Worker(), and process().