#include <TrackAnalysisAlgorithm.h>
Public Member Functions | |
void | postProcess (TList &) |
post process More... | |
void | process (const edm::Event &) |
process one event More... | |
TrackAnalysisAlgorithm (const TList *, TList &) | |
constructor More... | |
Static Public Member Functions | |
static void | terminate (TList &) |
terminate processing More... | |
Static Private Member Functions | |
static void | draw (const TList &, TCanvas &, const char *) |
draw an histogram More... | |
Private Attributes | |
TH1F * | h_eta |
TH1F * | h_pt |
histograms More... | |
Static Private Attributes | |
static const char * | kEta = "eta" |
static const char * | kPt = "pt" |
histogram names More... | |
Definition at line 22 of file TrackAnalysisAlgorithm.h.
TrackAnalysisAlgorithm::TrackAnalysisAlgorithm | ( | const TList * | , |
TList & | out | ||
) |
constructor
Definition at line 18 of file TrackAnalysisAlgorithm.cc.
References gather_cfg::cout, JetComb::kEta, kPt, and MillePedeFileConverter_cfg::out.
|
staticprivate |
draw an histogram
Definition at line 47 of file TrackAnalysisAlgorithm.cc.
References svgfig::canvas(), EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0::cerr, gpuVertexFinder::hist, dqmdumpme::k, and MillePedeFileConverter_cfg::out.
void TrackAnalysisAlgorithm::postProcess | ( | TList & | ) |
void TrackAnalysisAlgorithm::process | ( | const edm::Event & | event | ) |
process one event
Definition at line 24 of file TrackAnalysisAlgorithm.cc.
References gather_cfg::cout, mps_fire::i, HLT_FULL_cff::track, and tracks.
|
static |
terminate processing
Definition at line 40 of file TrackAnalysisAlgorithm.cc.
References svgfig::canvas(), gather_cfg::cout, ntuplePlotting::draw(), JetComb::kEta, kPt, and MillePedeFileConverter_cfg::out.
|
private |
Definition at line 36 of file TrackAnalysisAlgorithm.h.
|
private |
histograms
Definition at line 36 of file TrackAnalysisAlgorithm.h.
|
staticprivate |
Definition at line 38 of file TrackAnalysisAlgorithm.h.
|
staticprivate |
histogram names
Definition at line 38 of file TrackAnalysisAlgorithm.h.