ATLAS Offline Software
Classes | Typedefs
IPileUpTool.h File Reference

a call-back interface for tools that merge pileup events information An IPileUpTool is called back for each bunch crossing that it is interested in processing, and again at the end of the loop over input events. IPileUpTools should be implemented as private tools of PileUpMergeSvc More...

#include "GaudiKernel/IAlgTool.h"
#include "xAODEventInfo/EventInfo.h"
#include <vector>
Include dependency graph for IPileUpTool.h:

Go to the source code of this file.

Classes

class  IPileUpTool
 

Typedefs

typedef std::vector< xAOD::EventInfo::SubEvent >::const_iterator SubEventIterator
 

Detailed Description

a call-back interface for tools that merge pileup events information An IPileUpTool is called back for each bunch crossing that it is interested in processing, and again at the end of the loop over input events. IPileUpTools should be implemented as private tools of PileUpMergeSvc

Id
PileUpStream.h,v 1.18 2008-10-31 18:34:42 calaf Exp
Author
Paolo Calafiura - ATLAS Collaboration

Definition in file IPileUpTool.h.

Typedef Documentation

◆ SubEventIterator

typedef std::vector<xAOD::EventInfo::SubEvent>::const_iterator SubEventIterator

Definition at line 22 of file IPileUpTool.h.