//-*- Mode: C++ -*- // ************************************************************************ // This file is property of and copyright by the ALICE HLT Project * // ALICE Experiment at CERN, All rights reserved. * // See cxx source for full Copyright notice * // * //************************************************************************* #ifndef KFPHISTOGRAMSET #define KFPHISTOGRAMSET #include "KFPHistogram1D.h" #include "KFParticle.h" class KFPHistogramSet { public: KFPHistogramSet(int iPart=0); ~KFPHistogramSet() {}; void Fill(const KFParticle& particle); inline int GetNHisto1D() const { return NHisto1D; } inline int DataSize() const { int dataSize = 0; for(int i=0; i