#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.
References h_pt, kPt, and MillePedeFileConverter_cfg::out.
__class__Worker::~__class__Worker | ( | ) |
Definition at line 53 of file TSelector.cc.
void __class__Worker::postProcess | ( | TList & | out | ) |
Definition at line 76 of file TSelector.cc.
void __class__Worker::process | ( | const edm::Event & | iEvent | ) |
Definition at line 56 of file TSelector.cc.
References h_pt, iEvent, HLT_2024v14_cff::track, and DiMuonV_cfg::tracks.
example_track TH1F* __class__Worker::h_pt |
Definition at line 31 of file TSelector.h.
Referenced by __class__Worker(), and process().