1 #ifndef FWCore_Framework_EarlyDeleteHelper_h 2 #define FWCore_Framework_EarlyDeleteHelper_h 33 std::atomic<unsigned int>
count;
43 unsigned int* iEndIndexItr,
44 std::vector<BranchToCount>* iBranchCounts);
54 void reset() { pathsLeftToComplete_ = nPathsOn_; }
58 void appendIndex(
unsigned int index);
59 void shiftIndexPointers(
unsigned int iShift);
61 unsigned int*
begin() {
return pBeginIndex_; }
62 unsigned int*
end() {
return pEndIndex_; }
std::atomic< unsigned int > pathsLeftToComplete_
BranchToCount(BranchToCount const &iOther)
unsigned int * pBeginIndex_
edm::BranchID const branch
std::atomic< unsigned int > count
unsigned int * pEndIndex_
std::vector< BranchToCount > * pBranchCounts_
BranchToCount(edm::BranchID id, unsigned int count)