36 float z0 = theTrack->
z0() + theTrack->
vz();
37 z0 = z0 - theVertex.
z();
39 if ( fabs(z0*sin(
theta)) < 2.0 ){
Scalar theta() const
theta method
std::string m_sFEContainerName
PFOPVMatchedPlots(PlotBase *pParent, const std::string &sDir, const std::string &sFEContainerName)
TH1 * m_FE_pt_etaBinA
Pt Histogram binned in eta.
void fill(const xAOD::FlowElement &FE, const xAOD::Vertex &theVertex, const xAOD::EventInfo &eventInfo)
TH1D * Book1D(const std::string &name, const std::string &labels, int nBins, float start, float end, bool prependDir=true)
Book a TH1D histogram.
PlotBase(PlotBase *parent, const std::string &sDir)
float beamSpotWeight() const
Weight for beam spot size reweighting.
std::size_t nChargedObjects() const
std::vector< const xAOD::IParticle * > chargedObjects() const
virtual double pt() const override
virtual double m() const override
The invariant mass of the particle.
virtual double phi() const override
The azimuthal angle ( ) of the particle.
virtual double eta() const override
The pseudorapidity ( ) of the particle.
float z0() const
Returns the parameter.
float theta() const
Returns the parameter, which has range 0 to .
float vz() const
The z origin for the parameters.
float z() const
Returns the z position.
EventInfo_v1 EventInfo
Definition of the latest event info version.
FlowElement_v1 FlowElement
Definition of the current "pfo version".
TrackParticle_v1 TrackParticle
Reference the current persistent version:
Vertex_v1 Vertex
Define the latest version of the vertex class.