Pandora
Pandora source code navigator
|
TargetHistogramCollection class. More...
#include "Validation.h"
Public Member Functions | |
TargetHistogramCollection () | |
Default constructor. | |
Public Attributes | |
TH1F * | m_hVtxDeltaX |
The vtx delta x histogram. | |
TH1F * | m_hVtxDeltaY |
The vtx delta y histogram. | |
TH1F * | m_hVtxDeltaZ |
The vtx delta z histogram. | |
TH1F * | m_hVtxDeltaR |
The vtx delta r histogram. | |
TargetHistogramCollection class.
Definition at line 491 of file Validation.h.
TargetHistogramCollection::TargetHistogramCollection | ( | ) |
Default constructor.
Definition at line 841 of file Validation.h.
TH1F* TargetHistogramCollection::m_hVtxDeltaR |
The vtx delta r histogram.
Definition at line 502 of file Validation.h.
TH1F* TargetHistogramCollection::m_hVtxDeltaX |
The vtx delta x histogram.
Definition at line 499 of file Validation.h.
TH1F* TargetHistogramCollection::m_hVtxDeltaY |
The vtx delta y histogram.
Definition at line 500 of file Validation.h.
TH1F* TargetHistogramCollection::m_hVtxDeltaZ |
The vtx delta z histogram.
Definition at line 501 of file Validation.h.