eventAnalysis  7.0-49-g0ac7482
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ND::TGlobalReconModule::TGlobalPIDAlternate Class Reference

An object to describe a reconstructed PID. More...

#include <TGlobalReconModule.hxx>

+ Inheritance diagram for ND::TGlobalReconModule::TGlobalPIDAlternate:
+ Collaboration diagram for ND::TGlobalReconModule::TGlobalPIDAlternate:

Public Member Functions

 TGlobalPIDAlternate ()
 
virtual ~TGlobalPIDAlternate ()
 
 ClassDef (TGlobalReconModule::TGlobalPIDAlternate, 1)
 

Public Attributes

TVector3 BackDirection
 The direction of the object. More...
 
TVector3 BackDirectionVar
 The direction variance of the object. More...
 
double BackMomentum
 the momentum of the object More...
 
double BackMomentumError
 the error on the momentum of the object More...
 
TLorentzVector BackPosition
 The position of the object. More...
 
TLorentzVector BackPositionVar
 The position variance;. More...
 
double Charge
 The Charge. More...
 
double Chi2
 The chi2 of the fit. More...
 
unsigned long Detectors
 Detectors used, defined according to the formula in GetDetectorNumber. More...
 
bool DetectorUsed [NDETSUSED]
 Detectors used (NDETSUSED = 23) More...
 
TVector3 DirectionAtTrueVertex
 The direction at the true vertex. More...
 
TVector3 DirectionVarAtTrueVertex
 The direction variance at the true vertex. More...
 
TVector3 FrontDirection
 The direction of the object. More...
 
TVector3 FrontDirectionVar
 The direction variance of the object. More...
 
double FrontMomentum
 the momentum of the object More...
 
double FrontMomentumError
 the error on the momentum of the object More...
 
TLorentzVector FrontPosition
 The position of the object. More...
 
TLorentzVector FrontPositionVar
 The position variance;. More...
 
double Length
 The length of the track or shower (RMS) More...
 
double MomentumAtTrueVertex
 The momentum at the true vertex. More...
 
double MomentumErrorAtTrueVertex
 The error of the momentum at the true vertex. More...
 
int NDOF
 The number of degrees of freedom. More...
 
int ParticleId
 the PDG code obtained in the recon combined PID More...
 
double PIDWeight
 the PID weight for this hypothesis More...
 
TLorentzVector PositionAtTrueVertex
 The position at the true vertex. More...
 
TLorentzVector PositionVarAtTrueVertex
 The position variance at the true vertex. More...
 
unsigned long Status
 The status for the fit. More...
 

Detailed Description

An object to describe a reconstructed PID.

Definition at line 518 of file TGlobalReconModule.hxx.

Constructor & Destructor Documentation

ND::TGlobalReconModule::TGlobalPIDAlternate::TGlobalPIDAlternate ( )

Definition at line 520 of file TGlobalReconModule.hxx.

virtual ND::TGlobalReconModule::TGlobalPIDAlternate::~TGlobalPIDAlternate ( )
virtual

Definition at line 521 of file TGlobalReconModule.hxx.

Member Function Documentation

ND::TGlobalReconModule::TGlobalPIDAlternate::ClassDef ( TGlobalReconModule::TGlobalPIDAlternate  ,
 
)

Member Data Documentation

TVector3 ND::TGlobalReconModule::TGlobalPIDAlternate::BackDirection

The direction of the object.

Definition at line 538 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

TVector3 ND::TGlobalReconModule::TGlobalPIDAlternate::BackDirectionVar

The direction variance of the object.

Definition at line 540 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

double ND::TGlobalReconModule::TGlobalPIDAlternate::BackMomentum

the momentum of the object

Definition at line 542 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

double ND::TGlobalReconModule::TGlobalPIDAlternate::BackMomentumError

the error on the momentum of the object

Definition at line 544 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

TLorentzVector ND::TGlobalReconModule::TGlobalPIDAlternate::BackPosition

The position of the object.

Definition at line 534 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

TLorentzVector ND::TGlobalReconModule::TGlobalPIDAlternate::BackPositionVar

The position variance;.

Definition at line 536 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

double ND::TGlobalReconModule::TGlobalPIDAlternate::Charge

The Charge.

Definition at line 528 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

double ND::TGlobalReconModule::TGlobalPIDAlternate::Chi2

The chi2 of the fit.

Definition at line 527 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

unsigned long ND::TGlobalReconModule::TGlobalPIDAlternate::Detectors

Detectors used, defined according to the formula in GetDetectorNumber.

Definition at line 521 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

bool ND::TGlobalReconModule::TGlobalPIDAlternate::DetectorUsed[NDETSUSED]

Detectors used (NDETSUSED = 23)

Definition at line 524 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

TVector3 ND::TGlobalReconModule::TGlobalPIDAlternate::DirectionAtTrueVertex

The direction at the true vertex.

Definition at line 550 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

TVector3 ND::TGlobalReconModule::TGlobalPIDAlternate::DirectionVarAtTrueVertex

The direction variance at the true vertex.

Definition at line 551 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

TVector3 ND::TGlobalReconModule::TGlobalPIDAlternate::FrontDirection

The direction of the object.

Definition at line 537 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

TVector3 ND::TGlobalReconModule::TGlobalPIDAlternate::FrontDirectionVar

The direction variance of the object.

Definition at line 539 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

double ND::TGlobalReconModule::TGlobalPIDAlternate::FrontMomentum

the momentum of the object

Definition at line 541 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

double ND::TGlobalReconModule::TGlobalPIDAlternate::FrontMomentumError

the error on the momentum of the object

Definition at line 543 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

TLorentzVector ND::TGlobalReconModule::TGlobalPIDAlternate::FrontPosition

The position of the object.

Definition at line 533 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

TLorentzVector ND::TGlobalReconModule::TGlobalPIDAlternate::FrontPositionVar

The position variance;.

Definition at line 535 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

double ND::TGlobalReconModule::TGlobalPIDAlternate::Length

The length of the track or shower (RMS)

Definition at line 529 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

double ND::TGlobalReconModule::TGlobalPIDAlternate::MomentumAtTrueVertex

The momentum at the true vertex.

Definition at line 552 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

double ND::TGlobalReconModule::TGlobalPIDAlternate::MomentumErrorAtTrueVertex

The error of the momentum at the true vertex.

Definition at line 553 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

int ND::TGlobalReconModule::TGlobalPIDAlternate::NDOF

The number of degrees of freedom.

Definition at line 526 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

int ND::TGlobalReconModule::TGlobalPIDAlternate::ParticleId

the PDG code obtained in the recon combined PID

Definition at line 530 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

double ND::TGlobalReconModule::TGlobalPIDAlternate::PIDWeight

the PID weight for this hypothesis

Definition at line 531 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

TLorentzVector ND::TGlobalReconModule::TGlobalPIDAlternate::PositionAtTrueVertex

The position at the true vertex.

Definition at line 547 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

TLorentzVector ND::TGlobalReconModule::TGlobalPIDAlternate::PositionVarAtTrueVertex

The position variance at the true vertex.

Definition at line 549 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().

unsigned long ND::TGlobalReconModule::TGlobalPIDAlternate::Status

The status for the fit.

Definition at line 525 of file TGlobalReconModule.hxx.

Referenced by ND::TGlobalReconModule::FillGlobalPIDAlternate().


The documentation for this class was generated from the following file:

Package Summary
Package Name: eventAnalysis
Package Version: 7.0-49-g0ac7482
Package Manager:

Generated on Mon Mar 25 2024 14:44:01 for eventAnalysis by doxygen 1.8.5