ATLAS Offline Software
|
Functions | |
unsigned int | getTruthBarcodes (const Identifier idFirst, const Identifier idSecond, const PRD_MultiTruthCollection *truthColl, DataVect &barcodes) |
Get the barcodes of associated truth particles for a SpacePoint ( we require both clusters, in case there are) More... | |
unsigned int JiveXML::SiSpacePointRetrieverHelpers::getTruthBarcodes | ( | const Identifier | idFirst, |
const Identifier | idSecond, | ||
const PRD_MultiTruthCollection * | truthColl, | ||
DataVect & | barcodes | ||
) |
Get the barcodes of associated truth particles for a SpacePoint ( we require both clusters, in case there are)
idFirst | the SpacePoint identifier of first cluster |
idSecond | the SpacePoint identifier of second cluster (only for SCT) |
truthColl | the truth collection |
barcodes | the date vector to which to append the barcodes |
NOTE: This function could be simplified if we could directly insert into the DataVect, instead of barcodesCommon. At the moment, this doesnt work as we are lacking operator< and operator== for DataType
Definition at line 55 of file SiSpacePointRetriever.cxx.