Go to the documentation of this file.
27 if (
fIndexMap[type].size() <= iData)
return -2;
51 const TMatrixFSym& covMat) {
61 <<
" ns. Registered data types: " <<
fIndexMap.size()
63 << (
nullptr !=
fMatch ?
", with matches" :
", without matches") <<
"\n";
65 ss <<
" -- Data type " << it->first <<
", number of data "
66 << it->second.size() <<
"\n";
void SetVertex(Double_t x, Double_t y, Double_t z, Double_t chi2, Int_t ndf, Int_t nTracks, const TMatrixFSym &covMat)
UInt_t GetIndex(ECbmDataType type, UInt_t iData)
std::map< ECbmDataType, std::vector< UInt_t > > fIndexMap
Double_t fTimeStart
Event start time [ns].
std::string ToString() const
void AddData(ECbmDataType type, UInt_t index)
CbmMatch * fMatch
Match object to MCEvent.
Int_t fNofData
Number of data objects in the event.
CbmVertex fVertex
Primary Vertex.
ClassImp(CbmConverterManager) InitStatus CbmConverterManager
Int_t fNumber
Event number.
void SetVertex(Double_t x, Double_t y, Double_t z, Double_t chi2, Int_t ndf, Int_t nTracks, const TMatrixFSym &covMat)
Class characterising one event by a collection of links (indices) to data objects,...