A symple class analyse base PMM2 events properties Event Analysis code. More...
#include <HarpoPmm2AnalyseEvProp.h>
Public Member Functions | |
HarpoPmm2AnalyseEvProp () | |
void | Init () |
void | Save (char *mode=NULL) |
void | process () |
void | print () |
Overloaded method which do all job. More... | |
void | Set (HarpoEvent *event) |
virtual void | ProcessEvent (HarpoEvent *event) |
Set pointer to new event for analyse, anlyse event , and delete. More... | |
void | SetRunHeader (HarpoRunHeader *hdr) |
TFile * | OpenHistFile (const char *ananame) |
virtual void | DisplayAnalysis (TRootEmbeddedCanvas *, TGListBox *) |
virtual void | ConfigFrame (TGMainFrame *, Int_t) |
virtual void | SetConfig () |
Data Fields | |
HarpoEvent * | fEvt |
Protected Attributes | |
ULong_t | nEvents |
HarpoRunHeader * | fRunHeader |
Private Attributes | |
TH1F * | helen |
Redefine empty default. More... | |
TH1F * | heprof |
Number of Digi's in event. More... | |
TH1F * | hadc [2] |
Hits per channel. More... | |
TH2F * | htvse |
Adc valuer for each gain. More... | |
TH2F * | hpps |
Time stamp vs Event number. More... | |
TH2F * | hramp |
Time stamp vs PPS counter. More... | |
TH1F * | htdiff |
Fine Time vs TDC Ramp. More... | |
TH1F * | htdiff2 |
Time Stamp differens. More... | |
int | itsold |
Time Stamp differens ( zoom on low val) More... | |
int | verbose |
A symple class analyse base PMM2 events properties Event Analysis code.
The real analysis done in process() proceedure.
Definition at line 18 of file HarpoPmm2AnalyseEvProp.h.
|
inline |
Definition at line 22 of file HarpoPmm2AnalyseEvProp.h.
|
inlinevirtualinherited |
Reimplemented in HarpoMatching, HarpoHoughTracking, HarpoVertexing, HarpoMatchingVertex, HarpoAnalysePattern, HarpoAnalyseVertex3D, HarpoAnalyseVertex3Dsim, HarpoClusteringBlocs, HarpoAnalyseBertrand, HarpoAnalyseEtrack, HarpoAnalyseTemplate, HarpoSelectorVertex, HarpoAnalysePedestalShift, and HarpoEventSelector.
Definition at line 66 of file HarpoAnalyse.h.
|
inlinevirtualinherited |
Reimplemented in HarpoHoughTracking, HarpoMatching, HarpoKalmanNew, HarpoVertexing, HarpoClustering, HarpoMatchingVertex, HarpoAnalysePattern, HarpoAnalyseVertex3D, HarpoAnalyseVertex3Dsim, HarpoClusteringBlocs, HarpoAnalyseBertrand, HarpoAnalyseEtrack, HarpoAnalyseTemplate, and HarpoAnalysePedestalShift.
Definition at line 64 of file HarpoAnalyse.h.
|
virtual |
Reimplemented from HarpoAnalyse.
Definition at line 106 of file HarpoPmm2AnalyseEvProp.cxx.
|
inherited |
Definition at line 150 of file HarpoAnalyse.cxx.
|
virtual |
Overloaded method which do all job.
Reimplemented from HarpoAnalyse.
|
virtual |
Implements HarpoAnalyse.
Definition at line 32 of file HarpoPmm2AnalyseEvProp.cxx.
|
virtualinherited |
Set pointer to new event for analyse, anlyse event , and delete.
Reimplemented in HarpoAnalyseWriter.
Definition at line 139 of file HarpoAnalyse.cxx.
|
virtual |
Reimplemented from HarpoAnalyse.
Definition at line 123 of file HarpoPmm2AnalyseEvProp.cxx.
|
inherited |
|
inlinevirtualinherited |
Reimplemented in HarpoMatching, HarpoHoughTracking, HarpoVertexing, HarpoMatchingVertex, HarpoAnalysePattern, HarpoAnalyseVertex3D, HarpoAnalyseVertex3Dsim, HarpoClusteringBlocs, HarpoAnalyseBertrand, HarpoAnalyseEtrack, HarpoAnalyseTemplate, HarpoSelectorVertex, HarpoAnalysePedestalShift, and HarpoEventSelector.
Definition at line 67 of file HarpoAnalyse.h.
|
inlineinherited |
|
inherited |
Definition at line 70 of file HarpoAnalyse.h.
|
protectedinherited |
Definition at line 76 of file HarpoAnalyse.h.
|
private |
Hits per channel.
Definition at line 34 of file HarpoPmm2AnalyseEvProp.h.
|
private |
Redefine empty default.
Definition at line 32 of file HarpoPmm2AnalyseEvProp.h.
|
private |
Number of Digi's in event.
Definition at line 33 of file HarpoPmm2AnalyseEvProp.h.
|
private |
Time stamp vs Event number.
Definition at line 36 of file HarpoPmm2AnalyseEvProp.h.
|
private |
Time stamp vs PPS counter.
Definition at line 37 of file HarpoPmm2AnalyseEvProp.h.
|
private |
Fine Time vs TDC Ramp.
Definition at line 38 of file HarpoPmm2AnalyseEvProp.h.
|
private |
Time Stamp differens.
Definition at line 39 of file HarpoPmm2AnalyseEvProp.h.
|
private |
Adc valuer for each gain.
Definition at line 35 of file HarpoPmm2AnalyseEvProp.h.
|
private |
Time Stamp differens ( zoom on low val)
Definition at line 45 of file HarpoPmm2AnalyseEvProp.h.
|
protectedinherited |
Definition at line 75 of file HarpoAnalyse.h.
|
private |
Definition at line 46 of file HarpoPmm2AnalyseEvProp.h.