Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
KFPInputDataArray Class Reference

Structure with the set of the input data for KF Particle Finder. More...

#include <KFParticle/blob/master/KFParticle/KFPInputData.h>

+ Collaboration diagram for KFPInputDataArray:

Public Member Functions

 KFPInputDataArray ()
 
 ~KFPInputDataArray ()
 

Public Attributes

KFPInputDatafInput
 Pointer to the array of the input data objects.
 

Private Member Functions

const KFPInputDataArrayoperator= (const KFPInputDataArray &)
 
 KFPInputDataArray (const KFPInputDataArray &)
 

Detailed Description

Structure with the set of the input data for KF Particle Finder.

Author
M.Zyzak, I.Kisel
Date
05.02.2019
Version
1.0

The structure contains pointer to array of KFPInputData objects. Copying of the objects of this structure is disabled.

Definition at line 344 of file KFPInputData.h.

View newest version in sPHENIX GitHub at line 344 of file KFPInputData.h

Constructor & Destructor Documentation

KFPInputDataArray::KFPInputDataArray ( )
inline

Definition at line 345 of file KFPInputData.h.

View newest version in sPHENIX GitHub at line 345 of file KFPInputData.h

KFPInputDataArray::~KFPInputDataArray ( )
inline

Definition at line 346 of file KFPInputData.h.

View newest version in sPHENIX GitHub at line 346 of file KFPInputData.h

References fInput.

KFPInputDataArray::KFPInputDataArray ( const KFPInputDataArray )
private

Member Function Documentation

const KFPInputDataArray& KFPInputDataArray::operator= ( const KFPInputDataArray )
private

Member Data Documentation

KFPInputData* KFPInputDataArray::fInput

Pointer to the array of the input data objects.

Definition at line 348 of file KFPInputData.h.

View newest version in sPHENIX GitHub at line 348 of file KFPInputData.h

Referenced by ~KFPInputDataArray().


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