EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GlobalVertexMap Class Reference

#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4vertex/GlobalVertexMap.h>

+ Inheritance diagram for GlobalVertexMap:
+ Collaboration diagram for GlobalVertexMap:

Public Types

typedef std::map< unsigned int,
GlobalVertex * >
::const_iterator 
ConstIter
 
typedef std::map< unsigned int,
GlobalVertex * >::iterator 
Iter
 

Public Member Functions

 ~GlobalVertexMap () override
 
void identify (std::ostream &os=std::cout) const override
 
int isValid () const override
 isValid returns non zero if object contains vailid data
 
virtual bool empty () const
 
virtual size_t size () const
 
virtual size_t count (unsigned int) const
 
virtual void clear ()
 
virtual const GlobalVertexget (unsigned int) const
 
virtual GlobalVertexget (unsigned int)
 
virtual GlobalVertexinsert (GlobalVertex *)
 
virtual size_t erase (unsigned int)
 
virtual ConstIter begin () const
 
virtual ConstIter find (unsigned int idkey) const
 
virtual ConstIter end () const
 
virtual Iter begin ()
 
virtual Iter find (unsigned int idkey)
 
virtual Iter end ()
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor
 
 ~PHObject () override
 dtor
 
virtual PHObjectCloneMe () const
 Virtual copy constructor.
 
virtual PHObjectclone () const final
 
PHObjectClone (const char *newname="") const final
 
void Copy (TObject &object) const final
 
virtual void Reset ()
 Clear Event.
 
virtual int isValid (const float) const
 
virtual int isValid (const double) const
 
virtual int isValid (const int) const
 
virtual int isValid (const unsigned int) const
 
virtual int isImplemented (const float f) const
 
virtual int isImplemented (const double f) const
 
virtual int isImplemented (const int i) const
 
virtual int isImplemented (const unsigned int i) const
 
virtual int Integrate () const
 
virtual int Integrate (PHObject *)
 
virtual void CopyFrom (const PHObject *obj)
 

Protected Member Functions

 GlobalVertexMap ()
 

Private Member Functions

 ClassDefOverride (GlobalVertexMap, 1)
 

Detailed Description

Definition at line 13 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 13 of file GlobalVertexMap.h

Member Typedef Documentation

typedef std::map<unsigned int, GlobalVertex*>::const_iterator GlobalVertexMap::ConstIter

Definition at line 16 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 16 of file GlobalVertexMap.h

typedef std::map<unsigned int, GlobalVertex*>::iterator GlobalVertexMap::Iter

Definition at line 17 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 17 of file GlobalVertexMap.h

Constructor & Destructor Documentation

GlobalVertexMap::~GlobalVertexMap ( )
inlineoverride

Definition at line 19 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 19 of file GlobalVertexMap.h

GlobalVertexMap::GlobalVertexMap ( )
inlineprotected

Definition at line 43 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 43 of file GlobalVertexMap.h

Member Function Documentation

GlobalVertexMap::ConstIter GlobalVertexMap::begin ( ) const
virtual

Reimplemented in GlobalVertexMapv1.

Definition at line 5 of file GlobalVertexMap.cc.

View newest version in sPHENIX GitHub at line 5 of file GlobalVertexMap.cc

Referenced by CaloEvaluator::fillOutputNtuples(), TowerJetInput::get_input(), ClusterJetInput::get_input(), AnaTutorial::getEMCalClusters(), CaloEvaluator::printOutputInfo(), RawClusterBuilderTemplate::process_event(), ClusterIso::process_event(), CaloCalibEmc_Pi0::process_event(), and DumpGlobalVertexMap::process_Node().

+ Here is the caller graph for this function:

GlobalVertexMap::Iter GlobalVertexMap::begin ( )
virtual

Reimplemented in GlobalVertexMapv1.

Definition at line 20 of file GlobalVertexMap.cc.

View newest version in sPHENIX GitHub at line 20 of file GlobalVertexMap.cc

GlobalVertexMap::ClassDefOverride ( GlobalVertexMap  ,
 
)
private
virtual void GlobalVertexMap::clear ( void  )
inlinevirtual

Reimplemented in GlobalVertexMapv1.

Definition at line 27 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 27 of file GlobalVertexMap.h

virtual size_t GlobalVertexMap::count ( unsigned int  ) const
inlinevirtual

Reimplemented in GlobalVertexMapv1.

Definition at line 26 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 26 of file GlobalVertexMap.h

virtual bool GlobalVertexMap::empty ( ) const
inlinevirtual

Reimplemented in GlobalVertexMapv1.

Definition at line 24 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 24 of file GlobalVertexMap.h

Referenced by CaloEvaluator::fillOutputNtuples(), TowerJetInput::get_input(), ClusterJetInput::get_input(), AnaTutorial::getEMCalClusters(), CaloEvaluator::printOutputInfo(), RawClusterBuilderTemplate::process_event(), ClusterIso::process_event(), and CaloCalibEmc_Pi0::process_event().

+ Here is the caller graph for this function:

GlobalVertexMap::ConstIter GlobalVertexMap::end ( ) const
virtual

Reimplemented in GlobalVertexMapv1.

Definition at line 15 of file GlobalVertexMap.cc.

View newest version in sPHENIX GitHub at line 15 of file GlobalVertexMap.cc

Referenced by DumpGlobalVertexMap::process_Node().

+ Here is the caller graph for this function:

GlobalVertexMap::Iter GlobalVertexMap::end ( )
virtual

Reimplemented in GlobalVertexMapv1.

Definition at line 30 of file GlobalVertexMap.cc.

View newest version in sPHENIX GitHub at line 30 of file GlobalVertexMap.cc

virtual size_t GlobalVertexMap::erase ( unsigned int  )
inlinevirtual

Reimplemented in GlobalVertexMapv1.

Definition at line 32 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 32 of file GlobalVertexMap.h

GlobalVertexMap::ConstIter GlobalVertexMap::find ( unsigned int  idkey) const
virtual

Reimplemented in GlobalVertexMapv1.

Definition at line 10 of file GlobalVertexMap.cc.

View newest version in sPHENIX GitHub at line 10 of file GlobalVertexMap.cc

GlobalVertexMap::Iter GlobalVertexMap::find ( unsigned int  idkey)
virtual

Reimplemented in GlobalVertexMapv1.

Definition at line 25 of file GlobalVertexMap.cc.

View newest version in sPHENIX GitHub at line 25 of file GlobalVertexMap.cc

virtual const GlobalVertex* GlobalVertexMap::get ( unsigned int  ) const
inlinevirtual

Reimplemented in GlobalVertexMapv1.

Definition at line 29 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 29 of file GlobalVertexMap.h

virtual GlobalVertex* GlobalVertexMap::get ( unsigned int  )
inlinevirtual

Reimplemented in GlobalVertexMapv1.

Definition at line 30 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 30 of file GlobalVertexMap.h

void GlobalVertexMap::identify ( std::ostream &  os = std::cout) const
inlineoverridevirtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHObject.

Reimplemented in GlobalVertexMapv1.

Definition at line 21 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 21 of file GlobalVertexMap.h

virtual GlobalVertex* GlobalVertexMap::insert ( GlobalVertex )
inlinevirtual

Reimplemented in GlobalVertexMapv1.

Definition at line 31 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 31 of file GlobalVertexMap.h

Referenced by GlobalVertexReco::process_event(), and GlobalVertexFastSimReco::process_event().

+ Here is the caller graph for this function:

int GlobalVertexMap::isValid ( ) const
inlineoverridevirtual

isValid returns non zero if object contains vailid data

Reimplemented from PHObject.

Reimplemented in GlobalVertexMapv1.

Definition at line 22 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 22 of file GlobalVertexMap.h

virtual size_t GlobalVertexMap::size ( void  ) const
inlinevirtual

Reimplemented in GlobalVertexMapv1.

Definition at line 25 of file GlobalVertexMap.h.

View newest version in sPHENIX GitHub at line 25 of file GlobalVertexMap.h

Referenced by DumpGlobalVertexMap::process_Node().

+ Here is the caller graph for this function:


The documentation for this class was generated from the following files: